[==========] Running 26 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 24 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260630 12:34:21.221319   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:44733,127.0.160.189:33249,127.0.160.188:42287
I20260630 12:34:21.223208   642 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260630 12:34:21.224295   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:21.241796   649 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:21.241915   648 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:21.242101   651 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:21.243911   642 server_base.cc:1061] running on GCE node
I20260630 12:34:22.447829   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:22.448143   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:22.448397   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822862448369 us; error 0 us; skew 500 ppm
I20260630 12:34:22.449393   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:22.456290   642 webserver.cc:533] Webserver started at http://127.0.160.190:41789/ using document root <none> and password file <none>
I20260630 12:34:22.457309   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:22.457582   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:22.458106   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:22.464084   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n1kv"
I20260630 12:34:22.472451   642 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:34:22.478027   657 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:22.479341   642 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:34:22.479758   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n1kv"
I20260630 12:34:22.480159   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:22.545871   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:22.547506   642 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260630 12:34:22.548035   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:22.624599   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:44733
I20260630 12:34:22.624651   708 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:44733 every 8 connection(s)
I20260630 12:34:22.631250   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:22.632782   709 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:34:22.640985   712 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:22.641991   711 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:22.645020   714 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:22.645743   642 server_base.cc:1061] running on GCE node
I20260630 12:34:22.646435   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:22.646662   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:22.646852   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822862646810 us; error 0 us; skew 500 ppm
I20260630 12:34:22.647400   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:22.650909   642 webserver.cc:533] Webserver started at http://127.0.160.189:33869/ using document root <none> and password file <none>
I20260630 12:34:22.651432   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:22.651659   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:22.651942   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:22.653085   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root/instance:
uuid: "523eb8cf74d240fc84155f8e2a74b99a"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n1kv"
I20260630 12:34:22.656478   709 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.660351   642 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:34:22.667641   721 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:22.668640   642 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.004s
I20260630 12:34:22.668985   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root
uuid: "523eb8cf74d240fc84155f8e2a74b99a"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n1kv"
I20260630 12:34:22.669301   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:22.687592   709 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:22.690382   659 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.189:33249: connect: Connection refused (error 111)
W20260630 12:34:22.694953   709 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.189:33249: Network error: Client connection negotiation failed: client connection to 127.0.160.189:33249: connect: Connection refused (error 111)
I20260630 12:34:22.705758   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:22.707425   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:22.744869   709 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } attempt: 1
W20260630 12:34:22.751128   709 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.189:33249: Network error: Client connection negotiation failed: client connection to 127.0.160.189:33249: connect: Connection refused (error 111)
I20260630 12:34:22.777354   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.189:33249
I20260630 12:34:22.777513   773 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.189:33249 every 8 connection(s)
I20260630 12:34:22.782649   774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:22.783607   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:22.789705   774 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:22.790069   776 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:22.793418   777 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:22.796754   642 server_base.cc:1061] running on GCE node
W20260630 12:34:22.797034   779 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:22.798125   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:22.798336   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:22.798573   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822862798539 us; error 0 us; skew 500 ppm
I20260630 12:34:22.799182   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:22.802544   642 webserver.cc:533] Webserver started at http://127.0.160.188:44431/ using document root <none> and password file <none>
I20260630 12:34:22.803283   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:22.803547   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:22.803896   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:22.805514   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root/instance:
uuid: "532ec018f9ad40bda2e4de71dcb59fdf"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n1kv"
I20260630 12:34:22.806578   774 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.812228   642 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:34:22.817682   786 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:22.818686   642 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:34:22.819005   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root
uuid: "532ec018f9ad40bda2e4de71dcb59fdf"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n1kv"
I20260630 12:34:22.819401   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:22.819641   709 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } attempt: 2
I20260630 12:34:22.822188   774 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:22.831377   774 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.188:42287: Network error: Client connection negotiation failed: client connection to 127.0.160.188:42287: connect: Connection refused (error 111)
I20260630 12:34:22.832813   709 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:22.837518   709 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.188:42287: Network error: Client connection negotiation failed: client connection to 127.0.160.188:42287: connect: Connection refused (error 111)
I20260630 12:34:22.852741   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:22.854056   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:22.868958   709 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } attempt: 1
W20260630 12:34:22.874593   709 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.188:42287: Network error: Client connection negotiation failed: client connection to 127.0.160.188:42287: connect: Connection refused (error 111)
I20260630 12:34:22.874950   774 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } attempt: 1
W20260630 12:34:22.881026   774 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.188:42287: Network error: Client connection negotiation failed: client connection to 127.0.160.188:42287: connect: Connection refused (error 111)
I20260630 12:34:22.925069   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.188:42287
I20260630 12:34:22.925156   838 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.188:42287 every 8 connection(s)
I20260630 12:34:22.929629   839 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:22.929625   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:22.935254   839 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.948591   774 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } attempt: 2
I20260630 12:34:22.948593   839 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.950169   709 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } attempt: 2
I20260630 12:34:22.963466   839 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.975317   709 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: Bootstrap starting.
I20260630 12:34:22.978842   774 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: Bootstrap starting.
I20260630 12:34:22.983358   709 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:22.984225   774 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:22.984268   839 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf: Bootstrap starting.
I20260630 12:34:22.986013   709 log.cc:826] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: Log is configured to *not* fsync() on all Append() calls
I20260630 12:34:22.990871   839 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:22.991578   774 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: No bootstrap required, opened a new log
I20260630 12:34:22.992998   709 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: No bootstrap required, opened a new log
I20260630 12:34:22.997198   839 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf: No bootstrap required, opened a new log
I20260630 12:34:23.012001   709 raft_consensus.cc:359] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.012009   839 raft_consensus.cc:359] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.012009   774 raft_consensus.cc:359] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.013150   709 raft_consensus.cc:385] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.013306   774 raft_consensus.cc:385] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.013264   839 raft_consensus.cc:385] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.013564   709 raft_consensus.cc:740] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 625c8412a36c4d32b7e9ac4d4ebefeb3, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.013760   774 raft_consensus.cc:740] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 523eb8cf74d240fc84155f8e2a74b99a, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.013798   839 raft_consensus.cc:740] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 532ec018f9ad40bda2e4de71dcb59fdf, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.014734   709 consensus_queue.cc:260] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.014811   839 consensus_queue.cc:260] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.014732   774 consensus_queue.cc:260] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.019579   848 sys_catalog.cc:455] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [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: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.020023   850 sys_catalog.cc:455] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [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: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.022043   709 sys_catalog.cc:565] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:23.022316   848 sys_catalog.cc:458] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.022280   850 sys_catalog.cc:458] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.021378   849 sys_catalog.cc:455] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [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: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.022763   839 sys_catalog.cc:565] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:23.023108   849 sys_catalog.cc:458] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.025097   774 sys_catalog.cc:565] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [sys.catalog]: configured and running, proceeding with master startup.
W20260630 12:34:23.053824   663 tablet.cc:2406] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: Can't schedule compaction. Clean time has not been advanced past its initial value.
W20260630 12:34:23.078245   876 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:23.078778   876 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:23.079259   849 raft_consensus.cc:493] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:23.080073   883 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
I20260630 12:34:23.079936   849 raft_consensus.cc:515] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.081164   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:34:23.083491   849 leader_election.cc:290] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 625c8412a36c4d32b7e9ac4d4ebefeb3 (127.0.160.190:44733), 523eb8cf74d240fc84155f8e2a74b99a (127.0.160.189:33249)
I20260630 12:34:23.084785   749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "523eb8cf74d240fc84155f8e2a74b99a" is_pre_election: true
I20260630 12:34:23.085914   749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 532ec018f9ad40bda2e4de71dcb59fdf in term 0.
I20260630 12:34:23.087458   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:34:23.087850   788 leader_election.cc:304] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 523eb8cf74d240fc84155f8e2a74b99a, 532ec018f9ad40bda2e4de71dcb59fdf; no voters: 
I20260630 12:34:23.088836   849 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:23.089257   849 raft_consensus.cc:493] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:23.084810   684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" is_pre_election: true
I20260630 12:34:23.089687   849 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.089879   684 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 532ec018f9ad40bda2e4de71dcb59fdf in term 0.
W20260630 12:34:23.092888   884 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
I20260630 12:34:23.092978   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:23.095634   849 raft_consensus.cc:515] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
W20260630 12:34:23.096340   884 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:23.098551   684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3"
I20260630 12:34:23.099103   849 leader_election.cc:290] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [CANDIDATE]: Term 1 election: Requested vote from peers 625c8412a36c4d32b7e9ac4d4ebefeb3 (127.0.160.190:44733), 523eb8cf74d240fc84155f8e2a74b99a (127.0.160.189:33249)
I20260630 12:34:23.098721   749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "523eb8cf74d240fc84155f8e2a74b99a"
I20260630 12:34:23.099658   749 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.099259   684 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.106673   749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 532ec018f9ad40bda2e4de71dcb59fdf in term 1.
I20260630 12:34:23.107946   684 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 532ec018f9ad40bda2e4de71dcb59fdf in term 1.
I20260630 12:34:23.108013   788 leader_election.cc:304] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 523eb8cf74d240fc84155f8e2a74b99a, 532ec018f9ad40bda2e4de71dcb59fdf; no voters: 
I20260630 12:34:23.109146   849 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:34:23.111771   885 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:23.113384   886 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:23.115792   849 raft_consensus.cc:697] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 1 LEADER]: Becoming Leader. State: Replica: 532ec018f9ad40bda2e4de71dcb59fdf, State: Running, Role: LEADER
I20260630 12:34:23.117383   849 consensus_queue.cc:237] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } }
I20260630 12:34:23.121874   642 server_base.cc:1061] running on GCE node
W20260630 12:34:23.123253   889 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:23.125160   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.125559   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:23.125802   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822863125758 us; error 0 us; skew 500 ppm
I20260630 12:34:23.126880   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.131641   887 sys_catalog.cc:455] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: SysCatalogTable state changed. Reason: New leader 532ec018f9ad40bda2e4de71dcb59fdf. Latest consensus state: current_term: 1 leader_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.132947   887 sys_catalog.cc:458] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.133688   642 webserver.cc:533] Webserver started at http://127.0.160.129:39133/ using document root <none> and password file <none>
I20260630 12:34:23.134522   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.134802   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.135121   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.135355   894 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:23.136433   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "55614a2c3ec044708fe38cbba43b3480"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-n1kv"
I20260630 12:34:23.141707   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.002s
I20260630 12:34:23.143872   894 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:23.146811   896 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.147891   642 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:34:23.148320   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "55614a2c3ec044708fe38cbba43b3480"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-n1kv"
I20260630 12:34:23.148696   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:23.167148   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.169051   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.172034   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.173091   749 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 1 FOLLOWER]: Refusing update from remote peer 532ec018f9ad40bda2e4de71dcb59fdf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:23.174743   684 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 1 FOLLOWER]: Refusing update from remote peer 532ec018f9ad40bda2e4de71dcb59fdf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:23.174954   887 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [LEADER]: Connected to new peer: Peer: permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:23.176512   849 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [LEADER]: Connected to new peer: Peer: permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:23.198514   850 sys_catalog.cc:455] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 532ec018f9ad40bda2e4de71dcb59fdf. Latest consensus state: current_term: 1 leader_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.199611   850 sys_catalog.cc:458] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.201843   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.202211   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.202539   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.202792   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.209143   899 mvcc.cc:204] Tried to move back new op lower bound from 7302442447536476160 to 7302442447347412992. Current Snapshot: MvccSnapshot[applied={T|T < 7302442447536476160}]
I20260630 12:34:23.220963   850 sys_catalog.cc:455] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.222075   850 sys_catalog.cc:458] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.224557   887 sys_catalog.cc:455] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.225126   848 sys_catalog.cc:455] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 532ec018f9ad40bda2e4de71dcb59fdf. Latest consensus state: current_term: 1 leader_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.225708   887 sys_catalog.cc:458] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.225972   848 sys_catalog.cc:458] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.231508   894 catalog_manager.cc:1383] Generated new cluster ID: 64a3cbe0f605441089b4c12471262a22
I20260630 12:34:23.231874   894 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:23.237758   887 sys_catalog.cc:455] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.238555   887 sys_catalog.cc:458] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.250476   848 sys_catalog.cc:455] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "625c8412a36c4d32b7e9ac4d4ebefeb3" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 44733 } } peers { permanent_uuid: "523eb8cf74d240fc84155f8e2a74b99a" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 33249 } } peers { permanent_uuid: "532ec018f9ad40bda2e4de71dcb59fdf" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 42287 } } }
I20260630 12:34:23.251271   848 sys_catalog.cc:458] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.276237   894 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:23.278455   894 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:23.314491   894 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf: Generated new TSK 0
I20260630 12:34:23.315887   894 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:23.376601   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:38445
I20260630 12:34:23.376749   967 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:38445 every 8 connection(s)
I20260630 12:34:23.394307   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.409644   975 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:23.418601   969 heartbeater.cc:344] Connected to a master server at 127.0.160.189:33249
I20260630 12:34:23.419140   969 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.420426   969 heartbeater.cc:507] Master 127.0.160.189:33249 requested a full tablet report, sending...
W20260630 12:34:23.422011   976 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:23.422953   968 heartbeater.cc:344] Connected to a master server at 127.0.160.188:42287
I20260630 12:34:23.423421   968 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.424443   968 heartbeater.cc:507] Master 127.0.160.188:42287 requested a full tablet report, sending...
I20260630 12:34:23.428169   970 heartbeater.cc:344] Connected to a master server at 127.0.160.190:44733
I20260630 12:34:23.428614   970 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.431133   739 ts_manager.cc:194] Registered new tserver with Master: 55614a2c3ec044708fe38cbba43b3480 (127.0.160.129:38445)
I20260630 12:34:23.432118   970 heartbeater.cc:507] Master 127.0.160.190:44733 requested a full tablet report, sending...
I20260630 12:34:23.433998   804 ts_manager.cc:194] Registered new tserver with Master: 55614a2c3ec044708fe38cbba43b3480 (127.0.160.129:38445)
I20260630 12:34:23.437294   674 ts_manager.cc:194] Registered new tserver with Master: 55614a2c3ec044708fe38cbba43b3480 (127.0.160.129:38445)
I20260630 12:34:23.440223   804 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39684
I20260630 12:34:23.445617   642 server_base.cc:1061] running on GCE node
W20260630 12:34:23.445717   979 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:23.446946   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.447260   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:23.447467   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822863447451 us; error 0 us; skew 500 ppm
I20260630 12:34:23.448113   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.451043   642 webserver.cc:533] Webserver started at http://127.0.160.130:35347/ using document root <none> and password file <none>
I20260630 12:34:23.451655   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.451932   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.452265   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.453715   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "7318c9616a5a4e90aa2ef04f3d213e12"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-n1kv"
I20260630 12:34:23.459474   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:34:23.463691   983 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.464572   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:23.464905   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "7318c9616a5a4e90aa2ef04f3d213e12"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-n1kv"
I20260630 12:34:23.465345   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:23.492959   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.494645   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.496465   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.499454   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.499740   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.500015   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.500240   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.584427   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:40853
I20260630 12:34:23.584479  1045 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:40853 every 8 connection(s)
I20260630 12:34:23.607192   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:23.622031  1046 heartbeater.cc:344] Connected to a master server at 127.0.160.188:42287
I20260630 12:34:23.622498  1046 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.623802  1046 heartbeater.cc:507] Master 127.0.160.188:42287 requested a full tablet report, sending...
I20260630 12:34:23.626286   804 ts_manager.cc:194] Registered new tserver with Master: 7318c9616a5a4e90aa2ef04f3d213e12 (127.0.160.130:40853)
I20260630 12:34:23.628010   804 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39688
I20260630 12:34:23.632117  1048 heartbeater.cc:344] Connected to a master server at 127.0.160.190:44733
I20260630 12:34:23.632534  1048 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.633219  1048 heartbeater.cc:507] Master 127.0.160.190:44733 requested a full tablet report, sending...
W20260630 12:34:23.633440  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
I20260630 12:34:23.634666  1047 heartbeater.cc:344] Connected to a master server at 127.0.160.189:33249
I20260630 12:34:23.635169  1047 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.635989   674 ts_manager.cc:194] Registered new tserver with Master: 7318c9616a5a4e90aa2ef04f3d213e12 (127.0.160.130:40853)
I20260630 12:34:23.636094  1047 heartbeater.cc:507] Master 127.0.160.189:33249 requested a full tablet report, sending...
I20260630 12:34:23.639721   739 ts_manager.cc:194] Registered new tserver with Master: 7318c9616a5a4e90aa2ef04f3d213e12 (127.0.160.130:40853)
W20260630 12:34:23.642423  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
W20260630 12:34:23.645545  1056 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:23.646466   642 server_base.cc:1061] running on GCE node
I20260630 12:34:23.647691   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.647964   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:23.648149   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822863648105 us; error 0 us; skew 500 ppm
I20260630 12:34:23.648806   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.651873   642 webserver.cc:533] Webserver started at http://127.0.160.131:41033/ using document root <none> and password file <none>
I20260630 12:34:23.652351   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.652551   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.652844   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.653980   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "bda3273d707b4d7eb6c05f7798017706"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-n1kv"
I20260630 12:34:23.658747   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:23.662544  1061 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.663398   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:34:23.663753   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "bda3273d707b4d7eb6c05f7798017706"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-n1kv"
I20260630 12:34:23.664095   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:23.703694   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.705247   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.707522   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.711516   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.711796   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.712047   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.712244   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.813557   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:38721
I20260630 12:34:23.813721  1123 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:38721 every 8 connection(s)
I20260630 12:34:23.845700  1124 heartbeater.cc:344] Connected to a master server at 127.0.160.188:42287
I20260630 12:34:23.846099  1124 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.847003  1124 heartbeater.cc:507] Master 127.0.160.188:42287 requested a full tablet report, sending...
I20260630 12:34:23.850801   804 ts_manager.cc:194] Registered new tserver with Master: bda3273d707b4d7eb6c05f7798017706 (127.0.160.131:38721)
I20260630 12:34:23.852682   804 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39988
I20260630 12:34:23.853294  1125 heartbeater.cc:344] Connected to a master server at 127.0.160.189:33249
I20260630 12:34:23.853829  1125 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.854801  1125 heartbeater.cc:507] Master 127.0.160.189:33249 requested a full tablet report, sending...
I20260630 12:34:23.857893   739 ts_manager.cc:194] Registered new tserver with Master: bda3273d707b4d7eb6c05f7798017706 (127.0.160.131:38721)
I20260630 12:34:23.861052  1126 heartbeater.cc:344] Connected to a master server at 127.0.160.190:44733
I20260630 12:34:23.861405  1126 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.861997  1126 heartbeater.cc:507] Master 127.0.160.190:44733 requested a full tablet report, sending...
I20260630 12:34:23.864586   674 ts_manager.cc:194] Registered new tserver with Master: bda3273d707b4d7eb6c05f7798017706 (127.0.160.131:38721)
I20260630 12:34:23.865124   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.038365289s
I20260630 12:34:24.086580   883 catalog_manager.cc:1295] Loaded cluster ID: 64a3cbe0f605441089b4c12471262a22
I20260630 12:34:24.086961   883 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: loading cluster ID for follower catalog manager: success
I20260630 12:34:24.093945   883 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: acquiring CA information for follower catalog manager: success
I20260630 12:34:24.097874   883 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:24.102305   884 catalog_manager.cc:1295] Loaded cluster ID: 64a3cbe0f605441089b4c12471262a22
I20260630 12:34:24.102655   884 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: loading cluster ID for follower catalog manager: success
I20260630 12:34:24.109938   884 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: acquiring CA information for follower catalog manager: success
I20260630 12:34:24.115561   884 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:24.443836   968 heartbeater.cc:499] Master 127.0.160.188:42287 was elected leader, sending a full tablet report...
I20260630 12:34:24.630888  1046 heartbeater.cc:499] Master 127.0.160.188:42287 was elected leader, sending a full tablet report...
I20260630 12:34:24.858275  1124 heartbeater.cc:499] Master 127.0.160.188:42287 was elected leader, sending a full tablet report...
I20260630 12:34:25.062584   872 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:25.244663   804 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39998:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:34:25.330557  1089 tablet_service.cc:1511] Processing CreateTablet for tablet c236bafd7a16493cb4cfe9c7ca8508aa (DEFAULT_TABLE table=test-workload [id=86d2aac879bb430a8c09a2b5eb9b8c8c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:34:25.333743  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c236bafd7a16493cb4cfe9c7ca8508aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.338851  1011 tablet_service.cc:1511] Processing CreateTablet for tablet 5737e923c9cf473d8f1ef11102ffef1b (DEFAULT_TABLE table=test-workload [id=86d2aac879bb430a8c09a2b5eb9b8c8c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:34:25.340364  1011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5737e923c9cf473d8f1ef11102ffef1b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.344516   933 tablet_service.cc:1511] Processing CreateTablet for tablet f406c515fad44ef1afda642ac12cc7f3 (DEFAULT_TABLE table=test-workload [id=86d2aac879bb430a8c09a2b5eb9b8c8c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:34:25.344815   932 tablet_service.cc:1511] Processing CreateTablet for tablet 528bb5c56ee24a169611c067a04d79dc (DEFAULT_TABLE table=test-workload [id=86d2aac879bb430a8c09a2b5eb9b8c8c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:34:25.346063   933 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f406c515fad44ef1afda642ac12cc7f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.346879   932 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 528bb5c56ee24a169611c067a04d79dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.364519  1159 tablet_bootstrap.cc:492] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706: Bootstrap starting.
I20260630 12:34:25.378743  1161 tablet_bootstrap.cc:492] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12: Bootstrap starting.
I20260630 12:34:25.379331  1160 tablet_bootstrap.cc:492] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480: Bootstrap starting.
I20260630 12:34:25.383397  1159 tablet_bootstrap.cc:654] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.385437  1161 tablet_bootstrap.cc:654] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.387522  1160 tablet_bootstrap.cc:654] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.391558  1159 tablet_bootstrap.cc:492] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706: No bootstrap required, opened a new log
I20260630 12:34:25.392247  1159 ts_tablet_manager.cc:1403] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706: Time spent bootstrapping tablet: real 0.028s	user 0.016s	sys 0.000s
I20260630 12:34:25.394464  1161 tablet_bootstrap.cc:492] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12: No bootstrap required, opened a new log
I20260630 12:34:25.395126  1161 ts_tablet_manager.cc:1403] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.003s
I20260630 12:34:25.395159  1159 raft_consensus.cc:359] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bda3273d707b4d7eb6c05f7798017706" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38721 } }
I20260630 12:34:25.395944  1159 raft_consensus.cc:385] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.396270  1159 raft_consensus.cc:740] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bda3273d707b4d7eb6c05f7798017706, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.397425  1160 tablet_bootstrap.cc:492] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480: No bootstrap required, opened a new log
I20260630 12:34:25.397073  1159 consensus_queue.cc:260] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bda3273d707b4d7eb6c05f7798017706" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38721 } }
I20260630 12:34:25.397907  1160 ts_tablet_manager.cc:1403] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:34:25.397907  1159 raft_consensus.cc:399] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.398454  1159 raft_consensus.cc:493] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.398309  1161 raft_consensus.cc:359] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7318c9616a5a4e90aa2ef04f3d213e12" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 40853 } }
I20260630 12:34:25.398870  1159 raft_consensus.cc:3060] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.398931  1161 raft_consensus.cc:385] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.399364  1161 raft_consensus.cc:740] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7318c9616a5a4e90aa2ef04f3d213e12, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.400120  1161 consensus_queue.cc:260] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7318c9616a5a4e90aa2ef04f3d213e12" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 40853 } }
I20260630 12:34:25.400781  1161 raft_consensus.cc:399] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.401181  1161 raft_consensus.cc:493] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.401010  1160 raft_consensus.cc:359] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.401623  1161 raft_consensus.cc:3060] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.401723  1160 raft_consensus.cc:385] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.402155  1160 raft_consensus.cc:740] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 55614a2c3ec044708fe38cbba43b3480, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.403071  1160 consensus_queue.cc:260] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.403723  1160 raft_consensus.cc:399] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.404021  1160 raft_consensus.cc:493] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.404372  1160 raft_consensus.cc:3060] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.406418  1159 raft_consensus.cc:515] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bda3273d707b4d7eb6c05f7798017706" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38721 } }
I20260630 12:34:25.407280  1159 leader_election.cc:304] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [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: bda3273d707b4d7eb6c05f7798017706; no voters: 
I20260630 12:34:25.409096  1161 raft_consensus.cc:515] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7318c9616a5a4e90aa2ef04f3d213e12" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 40853 } }
I20260630 12:34:25.409638  1159 leader_election.cc:290] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.409817  1160 raft_consensus.cc:515] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.410056  1161 leader_election.cc:304] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [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: 7318c9616a5a4e90aa2ef04f3d213e12; no voters: 
I20260630 12:34:25.410295  1165 raft_consensus.cc:2804] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.410684  1160 leader_election.cc:304] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [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: 55614a2c3ec044708fe38cbba43b3480; no voters: 
I20260630 12:34:25.414062  1159 ts_tablet_manager.cc:1434] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706: Time spent starting tablet: real 0.022s	user 0.012s	sys 0.009s
I20260630 12:34:25.414564  1165 raft_consensus.cc:697] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 1 LEADER]: Becoming Leader. State: Replica: bda3273d707b4d7eb6c05f7798017706, State: Running, Role: LEADER
I20260630 12:34:25.415704  1165 consensus_queue.cc:237] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [LEADER]: Queue going to LEADER mode. State: All 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: "bda3273d707b4d7eb6c05f7798017706" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38721 } }
I20260630 12:34:25.419549  1161 leader_election.cc:290] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.420156  1167 raft_consensus.cc:2804] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.420275  1169 raft_consensus.cc:2804] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.421630  1160 leader_election.cc:290] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.433094  1167 raft_consensus.cc:697] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 1 LEADER]: Becoming Leader. State: Replica: 7318c9616a5a4e90aa2ef04f3d213e12, State: Running, Role: LEADER
I20260630 12:34:25.438433  1169 raft_consensus.cc:697] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 1 LEADER]: Becoming Leader. State: Replica: 55614a2c3ec044708fe38cbba43b3480, State: Running, Role: LEADER
I20260630 12:34:25.439584  1169 consensus_queue.cc:237] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [LEADER]: Queue going to LEADER mode. State: All 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: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.454239  1161 ts_tablet_manager.cc:1434] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12: Time spent starting tablet: real 0.059s	user 0.015s	sys 0.015s
I20260630 12:34:25.446291  1167 consensus_queue.cc:237] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [LEADER]: Queue going to LEADER mode. State: All 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: "7318c9616a5a4e90aa2ef04f3d213e12" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 40853 } }
I20260630 12:34:25.495649   804 catalog_manager.cc:5697] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 reported cstate change: term changed from 0 to 1, leader changed from <none> to bda3273d707b4d7eb6c05f7798017706 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "bda3273d707b4d7eb6c05f7798017706" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bda3273d707b4d7eb6c05f7798017706" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38721 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.505707  1160 ts_tablet_manager.cc:1434] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480: Time spent starting tablet: real 0.107s	user 0.027s	sys 0.026s
I20260630 12:34:25.509303  1160 tablet_bootstrap.cc:492] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480: Bootstrap starting.
I20260630 12:34:25.519585   803 catalog_manager.cc:5697] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7318c9616a5a4e90aa2ef04f3d213e12 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "7318c9616a5a4e90aa2ef04f3d213e12" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7318c9616a5a4e90aa2ef04f3d213e12" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 40853 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.555590  1160 tablet_bootstrap.cc:654] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.563762   802 catalog_manager.cc:5697] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 reported cstate change: term changed from 0 to 1, leader changed from <none> to 55614a2c3ec044708fe38cbba43b3480 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "55614a2c3ec044708fe38cbba43b3480" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.618801  1160 tablet_bootstrap.cc:492] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480: No bootstrap required, opened a new log
I20260630 12:34:25.619340  1160 ts_tablet_manager.cc:1403] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480: Time spent bootstrapping tablet: real 0.110s	user 0.019s	sys 0.034s
I20260630 12:34:25.622737  1160 raft_consensus.cc:359] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.623356  1160 raft_consensus.cc:385] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.623687  1160 raft_consensus.cc:740] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 55614a2c3ec044708fe38cbba43b3480, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.624557  1160 consensus_queue.cc:260] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.625113  1160 raft_consensus.cc:399] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.625375  1160 raft_consensus.cc:493] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.625676  1160 raft_consensus.cc:3060] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.630771  1160 raft_consensus.cc:515] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.631414  1160 leader_election.cc:304] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [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: 55614a2c3ec044708fe38cbba43b3480; no voters: 
I20260630 12:34:25.631927  1160 leader_election.cc:290] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.632090  1169 raft_consensus.cc:2804] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.632687  1169 raft_consensus.cc:697] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 1 LEADER]: Becoming Leader. State: Replica: 55614a2c3ec044708fe38cbba43b3480, State: Running, Role: LEADER
I20260630 12:34:25.633649  1160 ts_tablet_manager.cc:1434] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.004s
I20260630 12:34:25.633684  1169 consensus_queue.cc:237] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [LEADER]: Queue going to LEADER mode. State: All 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: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } }
I20260630 12:34:25.641278   802 catalog_manager.cc:5697] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 reported cstate change: term changed from 0 to 1, leader changed from <none> to 55614a2c3ec044708fe38cbba43b3480 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "55614a2c3ec044708fe38cbba43b3480" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "55614a2c3ec044708fe38cbba43b3480" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 38445 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:27.063851   872 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:27.066525   872 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:27.704500   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:34:27.722278   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:27.723012   642 tablet_replica.cc:333] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480: stopping tablet replica
I20260630 12:34:27.723649   642 raft_consensus.cc:2243] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.724324   642 raft_consensus.cc:2272] T f406c515fad44ef1afda642ac12cc7f3 P 55614a2c3ec044708fe38cbba43b3480 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.726449   642 tablet_replica.cc:333] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480: stopping tablet replica
I20260630 12:34:27.726841   642 raft_consensus.cc:2243] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.727267   642 raft_consensus.cc:2272] T 528bb5c56ee24a169611c067a04d79dc P 55614a2c3ec044708fe38cbba43b3480 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.811669   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:34:27.821630   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:34:27.839666   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:27.840270   642 tablet_replica.cc:333] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12: stopping tablet replica
I20260630 12:34:27.840725   642 raft_consensus.cc:2243] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.841200   642 raft_consensus.cc:2272] T 5737e923c9cf473d8f1ef11102ffef1b P 7318c9616a5a4e90aa2ef04f3d213e12 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.859342   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:34:27.867583   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:34:27.886211   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:27.886780   642 tablet_replica.cc:333] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706: stopping tablet replica
I20260630 12:34:27.887208   642 raft_consensus.cc:2243] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.887579   642 raft_consensus.cc:2272] T c236bafd7a16493cb4cfe9c7ca8508aa P bda3273d707b4d7eb6c05f7798017706 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.905177   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:34:27.913100   642 master.cc:562] Master@127.0.160.190:44733 shutting down...
I20260630 12:34:27.998629   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:27.999210   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.999543   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 625c8412a36c4d32b7e9ac4d4ebefeb3: stopping tablet replica
I20260630 12:34:28.018257   642 master.cc:584] Master@127.0.160.190:44733 shutdown complete.
I20260630 12:34:28.029575   642 master.cc:562] Master@127.0.160.189:33249 shutting down...
I20260630 12:34:28.045280   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.045821   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.046133   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 523eb8cf74d240fc84155f8e2a74b99a: stopping tablet replica
I20260630 12:34:28.100245   642 master.cc:584] Master@127.0.160.189:33249 shutdown complete.
I20260630 12:34:28.110028   642 master.cc:562] Master@127.0.160.188:42287 shutting down...
I20260630 12:34:28.124320   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.125345   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.125641   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 532ec018f9ad40bda2e4de71dcb59fdf: stopping tablet replica
I20260630 12:34:28.143404   642 master.cc:584] Master@127.0.160.188:42287 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6951 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:34:28.169636   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:45533
I20260630 12:34:28.170612   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.175138  1184 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.175701  1185 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.176630  1187 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:28.177737   642 server_base.cc:1061] running on GCE node
I20260630 12:34:28.178419   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.178583   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:28.178694   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822868178684 us; error 0 us; skew 500 ppm
I20260630 12:34:28.179104   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.181293   642 webserver.cc:533] Webserver started at http://127.0.160.190:38385/ using document root <none> and password file <none>
I20260630 12:34:28.181710   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.181865   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.182072   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.183044   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "a6876585a88f4567b2a2a705d149e41b"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.187389   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:34:28.190626  1192 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.191397   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:28.191675   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "a6876585a88f4567b2a2a705d149e41b"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.191964   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:28.220126   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.221210   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.256282   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:45533
I20260630 12:34:28.256372  1243 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:45533 every 8 connection(s)
I20260630 12:34:28.260027  1244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.269356  1244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b: Bootstrap starting.
I20260630 12:34:28.273420  1244 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.277575  1244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b: No bootstrap required, opened a new log
I20260630 12:34:28.279441  1244 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6876585a88f4567b2a2a705d149e41b" member_type: VOTER }
I20260630 12:34:28.279808  1244 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.280066  1244 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6876585a88f4567b2a2a705d149e41b, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.280669  1244 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a6876585a88f4567b2a2a705d149e41b" member_type: VOTER }
I20260630 12:34:28.281173  1244 raft_consensus.cc:399] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:28.281402  1244 raft_consensus.cc:493] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:28.281679  1244 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.285856  1244 raft_consensus.cc:515] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6876585a88f4567b2a2a705d149e41b" member_type: VOTER }
I20260630 12:34:28.286363  1244 leader_election.cc:304] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [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: a6876585a88f4567b2a2a705d149e41b; no voters: 
I20260630 12:34:28.287518  1244 leader_election.cc:290] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:28.287835  1247 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:28.289176  1247 raft_consensus.cc:697] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 1 LEADER]: Becoming Leader. State: Replica: a6876585a88f4567b2a2a705d149e41b, State: Running, Role: LEADER
I20260630 12:34:28.289882  1247 consensus_queue.cc:237] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [LEADER]: Queue going to LEADER mode. State: All 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: "a6876585a88f4567b2a2a705d149e41b" member_type: VOTER }
I20260630 12:34:28.290369  1244 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:28.294170  1248 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a6876585a88f4567b2a2a705d149e41b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6876585a88f4567b2a2a705d149e41b" member_type: VOTER } }
I20260630 12:34:28.294998  1248 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:28.294757  1249 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6876585a88f4567b2a2a705d149e41b. Latest consensus state: current_term: 1 leader_uuid: "a6876585a88f4567b2a2a705d149e41b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6876585a88f4567b2a2a705d149e41b" member_type: VOTER } }
I20260630 12:34:28.295535  1249 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:28.299119  1255 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:28.306707  1255 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:28.307709   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:28.315344  1255 catalog_manager.cc:1383] Generated new cluster ID: b701b553c45d48babe608bfeaba6a9fa
I20260630 12:34:28.315623  1255 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:28.332306  1255 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:28.333590  1255 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:28.347167  1255 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b: Generated new TSK 0
I20260630 12:34:28.347781  1255 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:28.374830   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.380113  1265 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.381349  1266 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.382879  1268 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:28.383307   642 server_base.cc:1061] running on GCE node
I20260630 12:34:28.384131   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.384364   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:28.384536   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822868384513 us; error 0 us; skew 500 ppm
I20260630 12:34:28.385061   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.387265   642 webserver.cc:533] Webserver started at http://127.0.160.129:38889/ using document root <none> and password file <none>
I20260630 12:34:28.387708   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.387907   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.388166   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.389268   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.393656   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:34:28.396811  1273 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.397785   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:28.398039   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.398270   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:28.416637   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.417713   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.419086   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:28.421527   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:28.421707   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.421998   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:28.422158   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.458491   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:36753
I20260630 12:34:28.458575  1335 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:36753 every 8 connection(s)
I20260630 12:34:28.463433   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.469957  1340 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.471289  1341 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.474948  1343 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:28.475750   642 server_base.cc:1061] running on GCE node
I20260630 12:34:28.476619  1336 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45533
I20260630 12:34:28.476722   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.477043   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:28.477113  1336 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:28.477312   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822868477286 us; error 0 us; skew 500 ppm
I20260630 12:34:28.478078   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.478050  1336 heartbeater.cc:507] Master 127.0.160.190:45533 requested a full tablet report, sending...
I20260630 12:34:28.480623  1209 ts_manager.cc:194] Registered new tserver with Master: 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753)
I20260630 12:34:28.481128   642 webserver.cc:533] Webserver started at http://127.0.160.130:35157/ using document root <none> and password file <none>
I20260630 12:34:28.481633   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.481853   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.482118   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.482626  1209 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50434
I20260630 12:34:28.483239   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "07e7bc005a6146508df1ab92a3324261"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.488247   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:34:28.491585  1348 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.492412   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:28.492722   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "07e7bc005a6146508df1ab92a3324261"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.493053   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:28.506130   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.507239   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.508630   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:28.510859   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:28.511107   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.511394   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:28.511569   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.547465   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:46427
I20260630 12:34:28.547554  1410 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:46427 every 8 connection(s)
I20260630 12:34:28.552426   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.560271  1415 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.560518  1414 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:28.564323  1417 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:28.564425   642 server_base.cc:1061] running on GCE node
I20260630 12:34:28.564777  1411 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45533
I20260630 12:34:28.565302  1411 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:28.565822   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.566092   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:28.566213  1411 heartbeater.cc:507] Master 127.0.160.190:45533 requested a full tablet report, sending...
I20260630 12:34:28.566332   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822868566310 us; error 0 us; skew 500 ppm
I20260630 12:34:28.567090   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.568737  1209 ts_manager.cc:194] Registered new tserver with Master: 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:28.569844   642 webserver.cc:533] Webserver started at http://127.0.160.131:33305/ using document root <none> and password file <none>
I20260630 12:34:28.570288  1209 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50444
I20260630 12:34:28.570364   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.570690   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.570972   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.572108   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "5a5b1455956e4702a86d7ce88414e9ec"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.576350   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:28.579463  1422 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.580217   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:28.580518   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "5a5b1455956e4702a86d7ce88414e9ec"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-n1kv"
I20260630 12:34:28.580802   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:28.596468   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.597608   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.599022   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:28.601346   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:28.601572   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.601811   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:28.601984   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.637934   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:39899
I20260630 12:34:28.638026  1484 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:39899 every 8 connection(s)
I20260630 12:34:28.656543  1485 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45533
I20260630 12:34:28.656975  1485 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:28.657722  1485 heartbeater.cc:507] Master 127.0.160.190:45533 requested a full tablet report, sending...
I20260630 12:34:28.659731  1209 ts_manager.cc:194] Registered new tserver with Master: 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:28.660115   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018885709s
I20260630 12:34:28.661173  1209 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50458
I20260630 12:34:29.485486  1336 heartbeater.cc:499] Master 127.0.160.190:45533 was elected leader, sending a full tablet report...
I20260630 12:34:29.572762  1411 heartbeater.cc:499] Master 127.0.160.190:45533 was elected leader, sending a full tablet report...
I20260630 12:34:29.663967  1485 heartbeater.cc:499] Master 127.0.160.190:45533 was elected leader, sending a full tablet report...
I20260630 12:34:29.714969  1209 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50462:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o""\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:34:29.717371  1209 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:34:29.782871  1375 tablet_service.cc:1511] Processing CreateTablet for tablet b411649602bb443dbd27d6947bcb113c (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:29.784771  1375 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b411649602bb443dbd27d6947bcb113c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.785210  1373 tablet_service.cc:1511] Processing CreateTablet for tablet 068e454852634490aa6711199ae971e6 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:29.786969  1373 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 068e454852634490aa6711199ae971e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.790192  1374 tablet_service.cc:1511] Processing CreateTablet for tablet 435a880ba1e24302add28d578a6933fb (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:29.791688  1376 tablet_service.cc:1511] Processing CreateTablet for tablet 64ea2c6d529f4a37b32d86dde110f536 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:29.792337  1374 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 435a880ba1e24302add28d578a6933fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.793174  1376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64ea2c6d529f4a37b32d86dde110f536. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.807410  1372 tablet_service.cc:1511] Processing CreateTablet for tablet 6af4ec339c7b4432bb6ff0851718c47e (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:29.808851  1372 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6af4ec339c7b4432bb6ff0851718c47e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.824186  1371 tablet_service.cc:1511] Processing CreateTablet for tablet 643dcd85ff054549b2cee29ed1a363d8 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:29.825870  1371 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643dcd85ff054549b2cee29ed1a363d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.825965  1301 tablet_service.cc:1511] Processing CreateTablet for tablet 64ea2c6d529f4a37b32d86dde110f536 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:29.826330  1300 tablet_service.cc:1511] Processing CreateTablet for tablet b411649602bb443dbd27d6947bcb113c (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:29.827371  1301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64ea2c6d529f4a37b32d86dde110f536. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.828236  1300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b411649602bb443dbd27d6947bcb113c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.830165  1299 tablet_service.cc:1511] Processing CreateTablet for tablet 435a880ba1e24302add28d578a6933fb (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:29.831604  1299 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 435a880ba1e24302add28d578a6933fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.838491  1298 tablet_service.cc:1511] Processing CreateTablet for tablet 068e454852634490aa6711199ae971e6 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:29.839998  1298 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 068e454852634490aa6711199ae971e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.846629  1297 tablet_service.cc:1511] Processing CreateTablet for tablet 6af4ec339c7b4432bb6ff0851718c47e (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:29.848117  1297 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6af4ec339c7b4432bb6ff0851718c47e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.850607  1296 tablet_service.cc:1511] Processing CreateTablet for tablet 643dcd85ff054549b2cee29ed1a363d8 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:29.852030  1296 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643dcd85ff054549b2cee29ed1a363d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.863853  1450 tablet_service.cc:1511] Processing CreateTablet for tablet 64ea2c6d529f4a37b32d86dde110f536 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:29.865463  1450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64ea2c6d529f4a37b32d86dde110f536. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.865123  1448 tablet_service.cc:1511] Processing CreateTablet for tablet 435a880ba1e24302add28d578a6933fb (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:29.866495  1448 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 435a880ba1e24302add28d578a6933fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.867529  1449 tablet_service.cc:1511] Processing CreateTablet for tablet b411649602bb443dbd27d6947bcb113c (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:29.868973  1449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b411649602bb443dbd27d6947bcb113c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.870036  1447 tablet_service.cc:1511] Processing CreateTablet for tablet 068e454852634490aa6711199ae971e6 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:29.871457  1447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 068e454852634490aa6711199ae971e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.872745  1295 tablet_service.cc:1511] Processing CreateTablet for tablet 8882e37cac6c4b63a2eaeb2286f614e0 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:29.874148  1295 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8882e37cac6c4b63a2eaeb2286f614e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.874028  1446 tablet_service.cc:1511] Processing CreateTablet for tablet 6af4ec339c7b4432bb6ff0851718c47e (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:29.875309  1446 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6af4ec339c7b4432bb6ff0851718c47e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.878089  1445 tablet_service.cc:1511] Processing CreateTablet for tablet 643dcd85ff054549b2cee29ed1a363d8 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:29.879559  1445 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643dcd85ff054549b2cee29ed1a363d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.876749  1505 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:29.882073  1444 tablet_service.cc:1511] Processing CreateTablet for tablet 8882e37cac6c4b63a2eaeb2286f614e0 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:29.883525  1444 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8882e37cac6c4b63a2eaeb2286f614e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.898926  1295 tablet_service.cc:1511] Processing CreateTablet for tablet a4f717efbbd9473cb3d8c0609c3ba3ff (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:29.900458  1295 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a4f717efbbd9473cb3d8c0609c3ba3ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.903996  1372 tablet_service.cc:1511] Processing CreateTablet for tablet a4f717efbbd9473cb3d8c0609c3ba3ff (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:29.905360  1372 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a4f717efbbd9473cb3d8c0609c3ba3ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.905618  1507 tablet_bootstrap.cc:492] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:29.912819  1507 tablet_bootstrap.cc:654] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.920073  1449 tablet_service.cc:1511] Processing CreateTablet for tablet a4f717efbbd9473cb3d8c0609c3ba3ff (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:29.921468  1449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a4f717efbbd9473cb3d8c0609c3ba3ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.921747  1505 tablet_bootstrap.cc:654] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.921947  1373 tablet_service.cc:1511] Processing CreateTablet for tablet 8882e37cac6c4b63a2eaeb2286f614e0 (DEFAULT_TABLE table=test-workload [id=280e85f426b24105be056bbdebbd6134]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:29.923213  1373 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8882e37cac6c4b63a2eaeb2286f614e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.943094  1505 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:29.943938  1505 ts_tablet_manager.cc:1403] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.067s	user 0.012s	sys 0.016s
I20260630 12:34:29.945994  1506 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:29.946938  1507 tablet_bootstrap.cc:492] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:29.947520  1507 ts_tablet_manager.cc:1403] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.042s	user 0.012s	sys 0.004s
I20260630 12:34:29.947306  1505 raft_consensus.cc:359] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:29.948208  1505 raft_consensus.cc:385] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.948607  1505 raft_consensus.cc:740] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.949615  1505 consensus_queue.cc:260] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:29.950591  1507 raft_consensus.cc:359] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:29.951383  1507 raft_consensus.cc:385] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.951699  1507 raft_consensus.cc:740] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.952731  1506 tablet_bootstrap.cc:654] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.956653  1505 ts_tablet_manager.cc:1434] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.012s	user 0.001s	sys 0.008s
I20260630 12:34:29.957870  1505 tablet_bootstrap.cc:492] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:29.952711  1507 consensus_queue.cc:260] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:29.972780  1505 tablet_bootstrap.cc:654] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.975464  1506 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:29.978662  1506 ts_tablet_manager.cc:1403] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.010s
I20260630 12:34:29.982990  1506 raft_consensus.cc:359] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:29.983676  1506 raft_consensus.cc:385] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.983943  1506 raft_consensus.cc:740] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.985220  1506 consensus_queue.cc:260] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:29.982529  1507 ts_tablet_manager.cc:1434] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.035s	user 0.006s	sys 0.003s
I20260630 12:34:29.988277  1506 ts_tablet_manager.cc:1434] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:34:29.989349  1505 tablet_bootstrap.cc:492] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:29.989387  1506 tablet_bootstrap.cc:492] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:29.990115  1505 ts_tablet_manager.cc:1403] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.032s	user 0.009s	sys 0.003s
I20260630 12:34:29.993016  1505 raft_consensus.cc:359] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:29.993861  1505 raft_consensus.cc:385] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.994213  1505 raft_consensus.cc:740] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.994761  1507 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:29.995091  1505 consensus_queue.cc:260] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:29.996214  1506 tablet_bootstrap.cc:654] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.999228  1505 ts_tablet_manager.cc:1434] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:34:30.000484  1505 tablet_bootstrap.cc:492] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:30.001855  1510 raft_consensus.cc:493] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.002362  1510 raft_consensus.cc:515] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:30.004824  1507 tablet_bootstrap.cc:654] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.010866  1506 tablet_bootstrap.cc:492] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:30.011472  1506 ts_tablet_manager.cc:1403] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.009s
I20260630 12:34:30.014149  1506 raft_consensus.cc:359] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.014904  1506 raft_consensus.cc:385] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.015259  1506 raft_consensus.cc:740] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.014467  1510 leader_election.cc:290] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899), 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753)
I20260630 12:34:30.016079  1506 consensus_queue.cc:260] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.018858  1506 ts_tablet_manager.cc:1434] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:30.019857  1506 tablet_bootstrap.cc:492] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:30.023478  1505 tablet_bootstrap.cc:654] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.025547  1506 tablet_bootstrap.cc:654] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.028824  1507 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:30.029397  1507 ts_tablet_manager.cc:1403] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.035s	user 0.017s	sys 0.009s
I20260630 12:34:30.031965  1507 raft_consensus.cc:359] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.032783  1507 raft_consensus.cc:385] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.033288  1507 raft_consensus.cc:740] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.034085  1507 consensus_queue.cc:260] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.036747  1507 ts_tablet_manager.cc:1434] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:34:30.037115  1506 tablet_bootstrap.cc:492] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:30.037557  1505 tablet_bootstrap.cc:492] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:30.037691  1506 ts_tablet_manager.cc:1403] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.002s
I20260630 12:34:30.037917  1507 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:30.038044  1505 ts_tablet_manager.cc:1403] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.038s	user 0.009s	sys 0.002s
I20260630 12:34:30.040685  1506 raft_consensus.cc:359] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.041617  1506 raft_consensus.cc:385] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.041978  1506 raft_consensus.cc:740] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.042035  1505 raft_consensus.cc:359] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.042870  1505 raft_consensus.cc:385] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.043208  1505 raft_consensus.cc:740] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.043035  1506 consensus_queue.cc:260] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.043879  1507 tablet_bootstrap.cc:654] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.044112  1505 consensus_queue.cc:260] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.045945  1506 ts_tablet_manager.cc:1434] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:34:30.046439  1505 ts_tablet_manager.cc:1434] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:34:30.047171  1506 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:30.047684  1505 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:30.053555  1506 tablet_bootstrap.cc:654] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.055461  1505 tablet_bootstrap.cc:654] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.059095  1507 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:30.059652  1507 ts_tablet_manager.cc:1403] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.007s
I20260630 12:34:30.062492  1507 raft_consensus.cc:359] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.063277  1507 raft_consensus.cc:385] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.063589  1507 raft_consensus.cc:740] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.064323  1507 consensus_queue.cc:260] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.067695  1505 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:30.068279  1505 ts_tablet_manager.cc:1403] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.005s
I20260630 12:34:30.069149  1507 ts_tablet_manager.cc:1434] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:34:30.070269  1507 tablet_bootstrap.cc:492] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:30.071352  1510 raft_consensus.cc:493] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.071449  1505 raft_consensus.cc:359] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.071892  1510 raft_consensus.cc:515] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.072244  1505 raft_consensus.cc:385] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.072613  1505 raft_consensus.cc:740] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.074009  1510 leader_election.cc:290] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.073465  1505 consensus_queue.cc:260] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.074303  1460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64ea2c6d529f4a37b32d86dde110f536" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec" is_pre_election: true
I20260630 12:34:30.075911  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b411649602bb443dbd27d6947bcb113c" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec" is_pre_election: true
I20260630 12:34:30.076166  1506 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:30.076720  1506 ts_tablet_manager.cc:1403] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.000s
W20260630 12:34:30.077701  1351 leader_election.cc:343] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.078114  1505 ts_tablet_manager.cc:1434] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:34:30.076622  1459 raft_consensus.cc:2468] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 0.
I20260630 12:34:30.079190  1505 tablet_bootstrap.cc:492] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:30.079499  1351 leader_election.cc:304] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 5a5b1455956e4702a86d7ce88414e9ec; no voters: 
I20260630 12:34:30.080052  1507 tablet_bootstrap.cc:654] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.079751  1506 raft_consensus.cc:359] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.080464  1510 raft_consensus.cc:2804] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.080593  1506 raft_consensus.cc:385] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.080904  1510 raft_consensus.cc:493] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.081055  1506 raft_consensus.cc:740] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.081377  1510 raft_consensus.cc:3060] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.082142  1506 consensus_queue.cc:260] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.086419  1505 tablet_bootstrap.cc:654] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.087283  1506 ts_tablet_manager.cc:1434] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.010s	user 0.001s	sys 0.004s
I20260630 12:34:30.088456  1506 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:30.090948  1510 raft_consensus.cc:515] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.093866  1507 tablet_bootstrap.cc:492] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:30.100193  1507 ts_tablet_manager.cc:1403] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.030s	user 0.007s	sys 0.011s
I20260630 12:34:30.094624  1506 tablet_bootstrap.cc:654] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.099192  1505 tablet_bootstrap.cc:492] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:30.103214  1507 raft_consensus.cc:359] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.103910  1507 raft_consensus.cc:385] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.104234  1507 raft_consensus.cc:740] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.105438  1514 raft_consensus.cc:493] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.105183  1507 consensus_queue.cc:260] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.105896  1514 raft_consensus.cc:515] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.106429  1510 leader_election.cc:290] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 election: Requested vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.103888  1505 ts_tablet_manager.cc:1403] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.003s
I20260630 12:34:30.107533  1507 ts_tablet_manager.cc:1434] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:34:30.107574  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b411649602bb443dbd27d6947bcb113c" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec"
I20260630 12:34:30.108665  1507 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:30.109287  1512 raft_consensus.cc:493] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.109820  1512 raft_consensus.cc:515] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.110158  1514 leader_election.cc:290] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.110015  1505 raft_consensus.cc:359] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.110741  1505 raft_consensus.cc:385] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.111065  1505 raft_consensus.cc:740] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.111802  1505 consensus_queue.cc:260] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.112519  1512 leader_election.cc:290] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:30.115506  1510 raft_consensus.cc:493] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.116024  1510 raft_consensus.cc:515] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.108610  1459 raft_consensus.cc:3060] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.118292  1510 leader_election.cc:290] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.120239  1505 ts_tablet_manager.cc:1434] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.001s
I20260630 12:34:30.121632  1505 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:30.129813  1505 tablet_bootstrap.cc:654] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.159953  1507 tablet_bootstrap.cc:654] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.163473  1505 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:30.169127  1505 ts_tablet_manager.cc:1403] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.048s	user 0.018s	sys 0.022s
I20260630 12:34:30.173106  1505 raft_consensus.cc:359] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.184777  1505 raft_consensus.cc:385] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.185381  1505 raft_consensus.cc:740] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.185596  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6af4ec339c7b4432bb6ff0851718c47e" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.186385  1386 raft_consensus.cc:2468] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 0.
I20260630 12:34:30.186626  1505 consensus_queue.cc:260] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.187973  1426 leader_election.cc:304] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 5a5b1455956e4702a86d7ce88414e9ec; no voters: 
I20260630 12:34:30.188951  1512 raft_consensus.cc:2804] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.189308  1512 raft_consensus.cc:493] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.189661  1512 raft_consensus.cc:3060] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.190397  1505 ts_tablet_manager.cc:1434] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.000s
I20260630 12:34:30.191864  1505 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:30.193677  1460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec" is_pre_election: true
W20260630 12:34:30.195269  1351 leader_election.cc:343] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.197074  1311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6af4ec339c7b4432bb6ff0851718c47e" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.197068  1512 raft_consensus.cc:515] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.200361  1510 raft_consensus.cc:493] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.200685  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6af4ec339c7b4432bb6ff0851718c47e" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261"
I20260630 12:34:30.201333  1386 raft_consensus.cc:3060] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.201088  1510 raft_consensus.cc:515] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.203833  1510 leader_election.cc:290] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
W20260630 12:34:30.204303  1424 leader_election.cc:343] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.200336  1505 tablet_bootstrap.cc:654] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.205713  1311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6af4ec339c7b4432bb6ff0851718c47e" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
I20260630 12:34:30.172622  1459 raft_consensus.cc:2468] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 1.
I20260630 12:34:30.209180  1351 leader_election.cc:304] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 5a5b1455956e4702a86d7ce88414e9ec; no voters: 
I20260630 12:34:30.210031  1510 raft_consensus.cc:2804] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.211279  1510 raft_consensus.cc:697] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 1 LEADER]: Becoming Leader. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Running, Role: LEADER
I20260630 12:34:30.212081  1510 consensus_queue.cc:237] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.215080  1311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64ea2c6d529f4a37b32d86dde110f536" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.215768  1311 raft_consensus.cc:2468] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 0.
I20260630 12:34:30.217446  1311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b411649602bb443dbd27d6947bcb113c" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.218261  1311 raft_consensus.cc:2468] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 0.
I20260630 12:34:30.219467  1512 leader_election.cc:290] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 election: Requested vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:30.220010  1311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b411649602bb443dbd27d6947bcb113c" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
I20260630 12:34:30.209143  1386 raft_consensus.cc:2468] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 1.
I20260630 12:34:30.220759  1311 raft_consensus.cc:3060] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.221622  1426 leader_election.cc:304] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 5a5b1455956e4702a86d7ce88414e9ec; no voters: 
I20260630 12:34:30.222679  1512 raft_consensus.cc:2804] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.226078  1310 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.228118  1310 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.228870  1310 raft_consensus.cc:2468] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 0.
I20260630 12:34:30.230443  1350 leader_election.cc:304] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [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: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 5a5b1455956e4702a86d7ce88414e9ec
W20260630 12:34:30.233256  1350 leader_election.cc:343] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.233899  1350 leader_election.cc:304] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [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: 07e7bc005a6146508df1ab92a3324261; no voters: 5a5b1455956e4702a86d7ce88414e9ec, 8f8f7baa98c24849b606d0ddbbf7515e
I20260630 12:34:30.239255  1506 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:30.239817  1506 ts_tablet_manager.cc:1403] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.152s	user 0.028s	sys 0.011s
I20260630 12:34:30.241549  1536 raft_consensus.cc:2804] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.242797  1506 raft_consensus.cc:359] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.250265  1536 raft_consensus.cc:493] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:34:30.242813  1424 leader_election.cc:343] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.246780  1505 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:30.252077  1505 ts_tablet_manager.cc:1403] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.061s	user 0.015s	sys 0.033s
I20260630 12:34:30.252483  1536 raft_consensus.cc:3060] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.248561  1507 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:30.253636  1507 ts_tablet_manager.cc:1403] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.145s	user 0.042s	sys 0.046s
I20260630 12:34:30.249246  1540 raft_consensus.cc:493] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.254917  1505 raft_consensus.cc:359] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.255735  1505 raft_consensus.cc:385] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.255582  1540 raft_consensus.cc:515] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.256127  1505 raft_consensus.cc:740] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.251564  1510 raft_consensus.cc:2749] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:30.257120  1505 consensus_queue.cc:260] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.250383  1506 raft_consensus.cc:385] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.243157  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec" is_pre_election: true
I20260630 12:34:30.260358  1506 raft_consensus.cc:740] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.265573  1512 raft_consensus.cc:697] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Becoming Leader. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Running, Role: LEADER
I20260630 12:34:30.265810  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.266706  1386 raft_consensus.cc:2468] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 0.
I20260630 12:34:30.266603  1512 consensus_queue.cc:237] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.269893  1540 leader_election.cc:290] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:30.270504  1310 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a4f717efbbd9473cb3d8c0609c3ba3ff" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.270745  1506 consensus_queue.cc:260] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.271459  1536 raft_consensus.cc:515] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:30.266652  1505 ts_tablet_manager.cc:1434] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:34:30.273512  1506 ts_tablet_manager.cc:1434] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.033s	user 0.002s	sys 0.005s
I20260630 12:34:30.273862  1505 tablet_bootstrap.cc:492] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261: Bootstrap starting.
I20260630 12:34:30.274557  1506 tablet_bootstrap.cc:492] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:30.275727  1277 leader_election.cc:304] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
I20260630 12:34:30.277493  1514 raft_consensus.cc:2804] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.278489  1514 raft_consensus.cc:493] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.278848  1514 raft_consensus.cc:3060] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.274098  1310 raft_consensus.cc:2468] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 0.
I20260630 12:34:30.258164  1507 raft_consensus.cc:359] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.284179  1460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64ea2c6d529f4a37b32d86dde110f536" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec"
I20260630 12:34:30.285030  1458 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec" is_pre_election: true
W20260630 12:34:30.286897  1351 leader_election.cc:343] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:34:30.282470  1350 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.160.129:36753, user_credentials={real_user=slave}} blocked reactor thread for 49229.7us
I20260630 12:34:30.291194  1536 leader_election.cc:290] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 election: Requested vote from peers 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899), 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753)
I20260630 12:34:30.292776  1514 raft_consensus.cc:515] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.293423  1424 leader_election.cc:304] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a5b1455956e4702a86d7ce88414e9ec, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
I20260630 12:34:30.293478  1309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64ea2c6d529f4a37b32d86dde110f536" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
I20260630 12:34:30.277478  1311 raft_consensus.cc:2468] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 1.
I20260630 12:34:30.284483  1507 raft_consensus.cc:385] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.296346  1507 raft_consensus.cc:740] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.297180  1507 consensus_queue.cc:260] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.299929  1459 raft_consensus.cc:2468] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 0.
I20260630 12:34:30.300802  1507 ts_tablet_manager.cc:1434] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.047s	user 0.006s	sys 0.001s
I20260630 12:34:30.295794  1309 raft_consensus.cc:3060] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.302114  1507 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:30.299999  1208 catalog_manager.cc:5697] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131). New cstate: current_term: 1 leader_uuid: "5a5b1455956e4702a86d7ce88414e9ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: HEALTHY } } }
W20260630 12:34:30.303761  1257 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:34:30.306448  1262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:30.307893  1350 leader_election.cc:304] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
W20260630 12:34:30.308312  1262 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:34:30.308862  1536 raft_consensus.cc:2804] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.308799  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261"
I20260630 12:34:30.309720  1386 raft_consensus.cc:3060] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.310447  1506 tablet_bootstrap.cc:654] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.307838  1385 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a4f717efbbd9473cb3d8c0609c3ba3ff" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.311710  1514 leader_election.cc:290] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 election: Requested vote from peers 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.312147  1385 raft_consensus.cc:2468] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 0.
I20260630 12:34:30.303438  1512 raft_consensus.cc:2804] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.313278  1512 raft_consensus.cc:493] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.313632  1512 raft_consensus.cc:3060] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.314283  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec"
I20260630 12:34:30.314836  1459 raft_consensus.cc:3060] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.318810  1386 raft_consensus.cc:2468] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 1.
I20260630 12:34:30.319319  1536 raft_consensus.cc:493] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.319770  1536 raft_consensus.cc:3060] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.320108  1277 leader_election.cc:304] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
I20260630 12:34:30.322232  1505 tablet_bootstrap.cc:654] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.322763  1514 raft_consensus.cc:2804] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.329344  1209 catalog_manager.cc:5697] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 reported cstate change: term changed from 0 to 1, leader changed from <none> to 07e7bc005a6146508df1ab92a3324261 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "07e7bc005a6146508df1ab92a3324261" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.324491  1309 raft_consensus.cc:2468] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 1.
I20260630 12:34:30.331796  1514 raft_consensus.cc:697] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 LEADER]: Becoming Leader. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Running, Role: LEADER
I20260630 12:34:30.335275  1350 leader_election.cc:304] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [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: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 5a5b1455956e4702a86d7ce88414e9ec
I20260630 12:34:30.339069  1459 raft_consensus.cc:2468] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 1.
I20260630 12:34:30.343185  1539 raft_consensus.cc:2804] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.343070  1514 consensus_queue.cc:237] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.343770  1539 raft_consensus.cc:697] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 1 LEADER]: Becoming Leader. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Running, Role: LEADER
I20260630 12:34:30.344576  1539 consensus_queue.cc:237] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:30.355203  1512 raft_consensus.cc:515] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.356173  1507 tablet_bootstrap.cc:654] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.352583  1536 raft_consensus.cc:515] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.366271  1505 tablet_bootstrap.cc:492] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261: No bootstrap required, opened a new log
I20260630 12:34:30.367023  1505 ts_tablet_manager.cc:1403] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261: Time spent bootstrapping tablet: real 0.094s	user 0.013s	sys 0.011s
I20260630 12:34:30.362572  1206 catalog_manager.cc:5697] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e reported cstate change: term changed from 0 to 1, leader changed from <none> to 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129). New cstate: current_term: 1 leader_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.369990  1536 leader_election.cc:290] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [CANDIDATE]: Term 2 election: Requested vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.371161  1309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
I20260630 12:34:30.372092  1512 leader_election.cc:290] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 election: Requested vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:30.373750  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "068e454852634490aa6711199ae971e6" candidate_uuid: "07e7bc005a6146508df1ab92a3324261" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec"
I20260630 12:34:30.373939  1309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a4f717efbbd9473cb3d8c0609c3ba3ff" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
I20260630 12:34:30.375650  1309 raft_consensus.cc:3060] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.376250  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a4f717efbbd9473cb3d8c0609c3ba3ff" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261"
I20260630 12:34:30.377136  1386 raft_consensus.cc:3060] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.375384  1459 raft_consensus.cc:3060] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.385794  1309 raft_consensus.cc:2468] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 1.
I20260630 12:34:30.387233  1424 leader_election.cc:304] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a5b1455956e4702a86d7ce88414e9ec, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
I20260630 12:34:30.388199  1512 raft_consensus.cc:2804] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.388695  1512 raft_consensus.cc:697] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Becoming Leader. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Running, Role: LEADER
I20260630 12:34:30.389850  1512 consensus_queue.cc:237] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.393237  1505 raft_consensus.cc:359] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.394528  1505 raft_consensus.cc:385] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.394815  1505 raft_consensus.cc:740] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.395584  1505 consensus_queue.cc:260] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.399818  1505 ts_tablet_manager.cc:1434] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261: Time spent starting tablet: real 0.032s	user 0.007s	sys 0.000s
I20260630 12:34:30.398120  1538 raft_consensus.cc:493] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.401153  1538 raft_consensus.cc:515] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.406339  1538 leader_election.cc:290] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:30.409339  1309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643dcd85ff054549b2cee29ed1a363d8" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.409474  1385 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643dcd85ff054549b2cee29ed1a363d8" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.410672  1385 raft_consensus.cc:2468] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 0.
W20260630 12:34:30.410915  1424 leader_election.cc:343] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.406414  1459 raft_consensus.cc:2468] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07e7bc005a6146508df1ab92a3324261 in term 2.
I20260630 12:34:30.411998  1426 leader_election.cc:304] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [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: 07e7bc005a6146508df1ab92a3324261, 5a5b1455956e4702a86d7ce88414e9ec; no voters: 8f8f7baa98c24849b606d0ddbbf7515e
I20260630 12:34:30.413097  1538 raft_consensus.cc:2804] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.413225  1351 leader_election.cc:304] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [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: 07e7bc005a6146508df1ab92a3324261, 5a5b1455956e4702a86d7ce88414e9ec; no voters: 8f8f7baa98c24849b606d0ddbbf7515e
I20260630 12:34:30.413621  1538 raft_consensus.cc:493] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.414062  1538 raft_consensus.cc:3060] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.414189  1536 raft_consensus.cc:2804] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:30.414731  1536 raft_consensus.cc:697] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 2 LEADER]: Becoming Leader. State: Replica: 07e7bc005a6146508df1ab92a3324261, State: Running, Role: LEADER
I20260630 12:34:30.416036  1386 raft_consensus.cc:2468] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 1.
I20260630 12:34:30.416071  1536 consensus_queue.cc:237] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Queue going to LEADER 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: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.417781  1506 tablet_bootstrap.cc:492] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:30.418254  1506 ts_tablet_manager.cc:1403] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.144s	user 0.012s	sys 0.018s
I20260630 12:34:30.422462  1507 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:30.423123  1507 ts_tablet_manager.cc:1403] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.121s	user 0.023s	sys 0.025s
I20260630 12:34:30.424098  1506 raft_consensus.cc:359] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.424629  1506 raft_consensus.cc:385] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.424806  1506 raft_consensus.cc:740] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.425452  1506 consensus_queue.cc:260] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.427098  1506 ts_tablet_manager.cc:1434] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:34:30.427749  1506 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:30.434900  1506 tablet_bootstrap.cc:654] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.434650  1507 raft_consensus.cc:359] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:30.445052  1507 raft_consensus.cc:385] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.445531  1507 raft_consensus.cc:740] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.446787  1507 consensus_queue.cc:260] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:30.448964  1506 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:30.449705  1506 ts_tablet_manager.cc:1403] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.003s
I20260630 12:34:30.450163  1507 ts_tablet_manager.cc:1434] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.027s	user 0.008s	sys 0.000s
I20260630 12:34:30.451599  1507 tablet_bootstrap.cc:492] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:30.453713  1506 raft_consensus.cc:359] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.454823  1506 raft_consensus.cc:385] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.455268  1506 raft_consensus.cc:740] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.456429  1506 consensus_queue.cc:260] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.456688  1538 raft_consensus.cc:515] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.460016  1506 ts_tablet_manager.cc:1434] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.004s
I20260630 12:34:30.463429  1309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643dcd85ff054549b2cee29ed1a363d8" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e"
I20260630 12:34:30.464671  1309 raft_consensus.cc:3060] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.465270  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643dcd85ff054549b2cee29ed1a363d8" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261"
I20260630 12:34:30.465862  1386 raft_consensus.cc:3060] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.467298  1507 tablet_bootstrap.cc:654] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.468292  1538 leader_election.cc:290] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 election: Requested vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:30.468595  1506 tablet_bootstrap.cc:492] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e: Bootstrap starting.
I20260630 12:34:30.472128  1309 raft_consensus.cc:2468] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 1.
I20260630 12:34:30.473690  1424 leader_election.cc:304] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a5b1455956e4702a86d7ce88414e9ec, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
I20260630 12:34:30.474373  1386 raft_consensus.cc:2468] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a5b1455956e4702a86d7ce88414e9ec in term 1.
I20260630 12:34:30.474750  1538 raft_consensus.cc:2804] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.478041  1514 raft_consensus.cc:493] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.477623  1208 catalog_manager.cc:5697] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 reported cstate change: term changed from 0 to 1, leader changed from <none> to 07e7bc005a6146508df1ab92a3324261 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "07e7bc005a6146508df1ab92a3324261" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.478516  1514 raft_consensus.cc:515] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.479564  1208 catalog_manager.cc:5697] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 reported cstate change: term changed from 1 to 2, leader changed from 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129) to 07e7bc005a6146508df1ab92a3324261 (127.0.160.130). New cstate: current_term: 2 leader_uuid: "07e7bc005a6146508df1ab92a3324261" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.480643  1514 leader_election.cc:290] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.482568  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec" is_pre_election: true
I20260630 12:34:30.482860  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.483501  1386 raft_consensus.cc:2468] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 0.
I20260630 12:34:30.484640  1277 leader_election.cc:304] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
W20260630 12:34:30.485721  1276 leader_election.cc:343] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.489311  1506 tablet_bootstrap.cc:654] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.475541  1538 raft_consensus.cc:697] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Becoming Leader. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Running, Role: LEADER
I20260630 12:34:30.490360  1514 raft_consensus.cc:2804] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.491391  1514 raft_consensus.cc:493] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.492309  1543 raft_consensus.cc:493] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.493005  1543 raft_consensus.cc:515] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.498034  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8882e37cac6c4b63a2eaeb2286f614e0" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.499403  1386 raft_consensus.cc:2468] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 0.
I20260630 12:34:30.501494  1277 leader_election.cc:304] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
I20260630 12:34:30.491971  1514 raft_consensus.cc:3060] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.519079  1209 catalog_manager.cc:5697] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131). New cstate: current_term: 1 leader_uuid: "5a5b1455956e4702a86d7ce88414e9ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:30.584252  1538 consensus_queue.cc:237] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.585577  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8882e37cac6c4b63a2eaeb2286f614e0" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec" is_pre_election: true
I20260630 12:34:30.586759  1543 leader_election.cc:290] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
W20260630 12:34:30.587095  1276 leader_election.cc:343] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.587327  1543 raft_consensus.cc:2804] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.587713  1543 raft_consensus.cc:493] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.590780  1507 tablet_bootstrap.cc:492] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:30.591029  1512 raft_consensus.cc:493] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.591300  1507 ts_tablet_manager.cc:1403] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.140s	user 0.046s	sys 0.068s
I20260630 12:34:30.588053  1543 raft_consensus.cc:3060] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.591495  1512 raft_consensus.cc:515] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } }
I20260630 12:34:30.593458  1514 raft_consensus.cc:515] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.594741  1512 leader_election.cc:290] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427), 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753)
I20260630 12:34:30.597846  1386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64ea2c6d529f4a37b32d86dde110f536" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.597158  1309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64ea2c6d529f4a37b32d86dde110f536" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.599180  1385 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261"
I20260630 12:34:30.600435  1385 raft_consensus.cc:3060] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.600432  1309 raft_consensus.cc:2393] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a5b1455956e4702a86d7ce88414e9ec in current term 1: Already voted for candidate 07e7bc005a6146508df1ab92a3324261 in this term.
I20260630 12:34:30.601862  1507 raft_consensus.cc:359] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.602991  1424 leader_election.cc:304] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [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: 5a5b1455956e4702a86d7ce88414e9ec; no voters: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e
I20260630 12:34:30.603821  1514 leader_election.cc:290] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 election: Requested vote from peers 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.604528  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec"
I20260630 12:34:30.604944  1507 raft_consensus.cc:385] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:34:30.606606  1276 leader_election.cc:343] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.606684  1507 raft_consensus.cc:740] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.604532  1538 raft_consensus.cc:3060] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.609331  1506 tablet_bootstrap.cc:492] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e: No bootstrap required, opened a new log
I20260630 12:34:30.607604  1507 consensus_queue.cc:260] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.609797  1506 ts_tablet_manager.cc:1403] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent bootstrapping tablet: real 0.147s	user 0.016s	sys 0.074s
I20260630 12:34:30.611303  1507 ts_tablet_manager.cc:1434] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260630 12:34:30.612098  1507 tablet_bootstrap.cc:492] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec: Bootstrap starting.
I20260630 12:34:30.612502  1385 raft_consensus.cc:2468] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 1.
I20260630 12:34:30.612481  1506 raft_consensus.cc:359] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.613312  1506 raft_consensus.cc:385] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.613586  1506 raft_consensus.cc:740] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.613900  1277 leader_election.cc:304] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [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: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 5a5b1455956e4702a86d7ce88414e9ec
I20260630 12:34:30.615130  1514 raft_consensus.cc:2804] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.614370  1506 consensus_queue.cc:260] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.615731  1514 raft_consensus.cc:697] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 LEADER]: Becoming Leader. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Running, Role: LEADER
I20260630 12:34:30.617017  1514 consensus_queue.cc:237] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.616950  1543 raft_consensus.cc:515] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.622539  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8882e37cac6c4b63a2eaeb2286f614e0" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a5b1455956e4702a86d7ce88414e9ec"
I20260630 12:34:30.623373  1459 raft_consensus.cc:3060] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.625769  1507 tablet_bootstrap.cc:654] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.627458  1538 raft_consensus.cc:2749] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:30.629022  1543 leader_election.cc:290] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 election: Requested vote from peers 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427), 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:30.629885  1385 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8882e37cac6c4b63a2eaeb2286f614e0" candidate_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261"
I20260630 12:34:30.630496  1385 raft_consensus.cc:3060] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.633369  1208 catalog_manager.cc:5697] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e reported cstate change: term changed from 0 to 1, leader changed from <none> to 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129). New cstate: current_term: 1 leader_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.637454  1209 catalog_manager.cc:5697] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131). New cstate: current_term: 1 leader_uuid: "5a5b1455956e4702a86d7ce88414e9ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:30.654220  1459 raft_consensus.cc:2468] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 1.
I20260630 12:34:30.655928  1276 leader_election.cc:304] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a5b1455956e4702a86d7ce88414e9ec, 8f8f7baa98c24849b606d0ddbbf7515e; no voters: 
I20260630 12:34:30.657037  1559 raft_consensus.cc:2804] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.657541  1385 raft_consensus.cc:2468] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8f8f7baa98c24849b606d0ddbbf7515e in term 1.
I20260630 12:34:30.658299  1559 raft_consensus.cc:697] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 LEADER]: Becoming Leader. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Running, Role: LEADER
I20260630 12:34:30.659152  1559 consensus_queue.cc:237] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.660142  1506 ts_tablet_manager.cc:1434] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e: Time spent starting tablet: real 0.050s	user 0.011s	sys 0.020s
I20260630 12:34:30.661327  1507 tablet_bootstrap.cc:492] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec: No bootstrap required, opened a new log
I20260630 12:34:30.661773  1507 ts_tablet_manager.cc:1403] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec: Time spent bootstrapping tablet: real 0.050s	user 0.010s	sys 0.029s
I20260630 12:34:30.663862  1507 raft_consensus.cc:359] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.664381  1507 raft_consensus.cc:385] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.664608  1507 raft_consensus.cc:740] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a5b1455956e4702a86d7ce88414e9ec, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.665269  1507 consensus_queue.cc:260] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.667018  1507 ts_tablet_manager.cc:1434] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:34:30.672765  1209 catalog_manager.cc:5697] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e reported cstate change: term changed from 0 to 1, leader changed from <none> to 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129). New cstate: current_term: 1 leader_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.734939  1538 consensus_queue.cc:1048] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.744268  1386 raft_consensus.cc:1240] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 2 LEADER]: Rejecting Update request from peer 8f8f7baa98c24849b606d0ddbbf7515e for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:30.745937  1559 consensus_queue.cc:1059] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.746723  1559 consensus_queue.cc:1243] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Peer 07e7bc005a6146508df1ab92a3324261 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:34:30.747220  1559 raft_consensus.cc:3055] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:30.747553  1559 raft_consensus.cc:740] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 8f8f7baa98c24849b606d0ddbbf7515e, State: Running, Role: LEADER
I20260630 12:34:30.749202  1309 raft_consensus.cc:3060] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.748426  1559 consensus_queue.cc:260] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [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: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.758633  1566 consensus_queue.cc:1048] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:30.760120  1559 raft_consensus.cc:3060] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.763626  1536 consensus_queue.cc:1048] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.765805   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:30.773940  1569 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:30.789028  1571 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:30.791240  1510 consensus_queue.cc:1048] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:30.791822   642 server_base.cc:1061] running on GCE node
W20260630 12:34:30.794170  1573 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:30.796120   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:30.796458   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:30.796667   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822870796650 us; error 0 us; skew 500 ppm
I20260630 12:34:30.797467   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:30.805958   642 webserver.cc:533] Webserver started at http://127.0.160.132:38769/ using document root <none> and password file <none>
I20260630 12:34:30.806612   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:30.806881   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:30.807204   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:30.807371  1309 raft_consensus.cc:1275] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 2 FOLLOWER]: Refusing update from remote peer 07e7bc005a6146508df1ab92a3324261: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:34:30.807775  1309 pending_rounds.cc:85] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: Aborting all ops after (but not including) 0
I20260630 12:34:30.808076  1309 pending_rounds.cc:107] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:34:30.808360  1309 raft_consensus.cc:2889] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:34:30.808701   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "3679ac043d5d4e3a929c1b03bf389e9f"
format_stamp: "Formatted at 2026-06-30 12:34:30 on dist-test-slave-n1kv"
I20260630 12:34:30.810146  1536 consensus_queue.cc:1048] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.815384   642 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:34:30.819254  1459 raft_consensus.cc:1275] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 2 FOLLOWER]: Refusing update from remote peer 07e7bc005a6146508df1ab92a3324261: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:34:30.820669  1536 consensus_queue.cc:1048] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.825569  1579 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:30.826195  1566 raft_consensus.cc:493] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.826835   642 fs_manager.cc:730] Time spent opening block manager: real 0.009s	user 0.002s	sys 0.003s
I20260630 12:34:30.827419   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "3679ac043d5d4e3a929c1b03bf389e9f"
format_stamp: "Formatted at 2026-06-30 12:34:30 on dist-test-slave-n1kv"
I20260630 12:34:30.826877  1566 raft_consensus.cc:515] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } }
I20260630 12:34:30.827826   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:30.829898  1566 leader_election.cc:290] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753), 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:30.831077  1385 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07e7bc005a6146508df1ab92a3324261" is_pre_election: true
I20260630 12:34:30.831380  1309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435a880ba1e24302add28d578a6933fb" candidate_uuid: "5a5b1455956e4702a86d7ce88414e9ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" is_pre_election: true
I20260630 12:34:30.831912  1385 raft_consensus.cc:2393] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a5b1455956e4702a86d7ce88414e9ec in current term 1: Already voted for candidate 8f8f7baa98c24849b606d0ddbbf7515e in this term.
I20260630 12:34:30.833212  1426 leader_election.cc:304] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [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: 5a5b1455956e4702a86d7ce88414e9ec; no voters: 07e7bc005a6146508df1ab92a3324261, 8f8f7baa98c24849b606d0ddbbf7515e
I20260630 12:34:30.833897  1566 raft_consensus.cc:3060] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.842144  1566 raft_consensus.cc:2749] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:30.863023   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:30.864311   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:30.865881   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:30.868234   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:30.868491   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:30.868748   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:30.868983   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:34:30.896323  1536 consensus_queue.cc:1048] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:30.912982  1536 consensus_queue.cc:1048] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:30.936371   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:39291
I20260630 12:34:30.936451  1644 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:39291 every 8 connection(s)
I20260630 12:34:30.957679  1645 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45533
I20260630 12:34:30.958129  1645 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:30.959051  1645 heartbeater.cc:507] Master 127.0.160.190:45533 requested a full tablet report, sending...
I20260630 12:34:30.961133  1206 ts_manager.cc:194] Registered new tserver with Master: 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132:39291)
I20260630 12:34:30.961856  1566 consensus_queue.cc:1048] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.962800  1206 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50476
I20260630 12:34:30.971841  1512 consensus_queue.cc:1048] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:31.030041  1512 consensus_queue.cc:1048] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:31.037114  1559 consensus_queue.cc:1048] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:31.042205  1512 consensus_queue.cc:1048] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:31.047652  1559 consensus_queue.cc:1048] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Connected to new peer: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:31.056244  1543 consensus_queue.cc:1048] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:31.069487  1556 consensus_queue.cc:1048] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [LEADER]: Connected to new peer: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:31.965742  1645 heartbeater.cc:499] Master 127.0.160.190:45533 was elected leader, sending a full tablet report...
I20260630 12:34:32.309464  1262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:32.315076  1262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:32.315580  1262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:34.316622  1262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:34.321933  1262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:34.322395  1262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:36.323390  1262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:36.329398  1262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:36.329890  1262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:36.338574  1459 consensus_queue.cc:237] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [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: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:36.349627  1386 raft_consensus.cc:1275] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Refusing update from remote peer 5a5b1455956e4702a86d7ce88414e9ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:36.351691  1512 consensus_queue.cc:1048] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:36.351897  1309 raft_consensus.cc:1275] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Refusing update from remote peer 5a5b1455956e4702a86d7ce88414e9ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:36.353631  1665 consensus_queue.cc:1048] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:34:36.362450  1424 consensus_peers.cc:597] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec -> Peer 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132:39291): Couldn't send request to peer 3679ac043d5d4e3a929c1b03bf389e9f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a4f717efbbd9473cb3d8c0609c3ba3ff. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.364365  1666 raft_consensus.cc:2955] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.366595  1309 raft_consensus.cc:2955] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.366040  1386 raft_consensus.cc:2955] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.385880  1209 catalog_manager.cc:5697] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec reported cstate change: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "5a5b1455956e4702a86d7ce88414e9ec" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:36.393909  1386 consensus_queue.cc:237] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [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: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:36.404157  1459 raft_consensus.cc:1275] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 2 FOLLOWER]: Refusing update from remote peer 07e7bc005a6146508df1ab92a3324261: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:36.405823  1539 consensus_queue.cc:1048] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:36.415225  1309 raft_consensus.cc:1275] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 2 FOLLOWER]: Refusing update from remote peer 07e7bc005a6146508df1ab92a3324261: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:36.417220  1677 consensus_queue.cc:1048] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:34:36.423520  1350 consensus_peers.cc:597] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 -> Peer 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132:39291): Couldn't send request to peer 3679ac043d5d4e3a929c1b03bf389e9f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 068e454852634490aa6711199ae971e6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.427320  1677 raft_consensus.cc:2955] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.429112  1309 raft_consensus.cc:2955] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.434172  1459 raft_consensus.cc:2955] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.441610  1209 catalog_manager.cc:5697] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e reported cstate change: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "07e7bc005a6146508df1ab92a3324261" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.443377  1386 consensus_queue.cc:237] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [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: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:36.451798  1458 raft_consensus.cc:1275] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Refusing update from remote peer 07e7bc005a6146508df1ab92a3324261: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:34:36.453248  1350 consensus_peers.cc:597] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 -> Peer 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132:39291): Couldn't send request to peer 3679ac043d5d4e3a929c1b03bf389e9f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 64ea2c6d529f4a37b32d86dde110f536. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.454703  1309 raft_consensus.cc:1275] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Refusing update from remote peer 07e7bc005a6146508df1ab92a3324261: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:36.455363  1539 consensus_queue.cc:1048] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:36.456872  1681 consensus_queue.cc:1048] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:36.466655  1539 raft_consensus.cc:2955] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.468550  1309 raft_consensus.cc:2955] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.468641  1459 raft_consensus.cc:2955] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.482235  1209 catalog_manager.cc:5697] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e reported cstate change: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "07e7bc005a6146508df1ab92a3324261" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.483701  1458 consensus_queue.cc:237] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [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: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:36.494949  1386 raft_consensus.cc:1275] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Refusing update from remote peer 5a5b1455956e4702a86d7ce88414e9ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:34:36.495478  1424 consensus_peers.cc:597] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec -> Peer 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132:39291): Couldn't send request to peer 3679ac043d5d4e3a929c1b03bf389e9f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 643dcd85ff054549b2cee29ed1a363d8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.497095  1309 raft_consensus.cc:1275] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Refusing update from remote peer 5a5b1455956e4702a86d7ce88414e9ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:36.496963  1666 consensus_queue.cc:1048] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:36.498597  1665 consensus_queue.cc:1048] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:36.507021  1666 raft_consensus.cc:2955] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.508631  1386 raft_consensus.cc:2955] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.509516  1309 raft_consensus.cc:2955] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } } }
I20260630 12:34:36.519970  1209 catalog_manager.cc:5697] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec reported cstate change: config changed from index -1 to 2, NON_VOTER 3679ac043d5d4e3a929c1b03bf389e9f (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "5a5b1455956e4702a86d7ce88414e9ec" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:36.887440  1689 ts_tablet_manager.cc:933] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: Initiating tablet copy from peer 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:36.889704  1689 tablet_copy_client.cc:323] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:46427
I20260630 12:34:36.901119  1693 ts_tablet_manager.cc:933] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: Initiating tablet copy from peer 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427)
I20260630 12:34:36.903005  1693 tablet_copy_client.cc:323] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:46427
I20260630 12:34:36.910490  1396 tablet_copy_service.cc:140] P 07e7bc005a6146508df1ab92a3324261: Received BeginTabletCopySession request for tablet 64ea2c6d529f4a37b32d86dde110f536 from peer 3679ac043d5d4e3a929c1b03bf389e9f ({username='slave'} at 127.0.0.1:48636)
I20260630 12:34:36.910768  1395 tablet_copy_service.cc:140] P 07e7bc005a6146508df1ab92a3324261: Received BeginTabletCopySession request for tablet 068e454852634490aa6711199ae971e6 from peer 3679ac043d5d4e3a929c1b03bf389e9f ({username='slave'} at 127.0.0.1:48636)
I20260630 12:34:36.911221  1396 tablet_copy_service.cc:161] P 07e7bc005a6146508df1ab92a3324261: Beginning new tablet copy session on tablet 64ea2c6d529f4a37b32d86dde110f536 from peer 3679ac043d5d4e3a929c1b03bf389e9f at {username='slave'} at 127.0.0.1:48636: session id = 3679ac043d5d4e3a929c1b03bf389e9f-64ea2c6d529f4a37b32d86dde110f536
I20260630 12:34:36.911981  1395 tablet_copy_service.cc:161] P 07e7bc005a6146508df1ab92a3324261: Beginning new tablet copy session on tablet 068e454852634490aa6711199ae971e6 from peer 3679ac043d5d4e3a929c1b03bf389e9f at {username='slave'} at 127.0.0.1:48636: session id = 3679ac043d5d4e3a929c1b03bf389e9f-068e454852634490aa6711199ae971e6
I20260630 12:34:36.918093  1396 tablet_copy_source_session.cc:215] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:36.921150  1395 tablet_copy_source_session.cc:215] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:36.921890  1689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64ea2c6d529f4a37b32d86dde110f536. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.930230  1693 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 068e454852634490aa6711199ae971e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.935829  1689 tablet_copy_client.cc:806] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:36.936736  1689 tablet_copy_client.cc:670] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:36.943173  1689 tablet_copy_client.cc:538] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:36.949931  1693 tablet_copy_client.cc:806] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:36.955317  1689 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap starting.
I20260630 12:34:36.962321  1693 tablet_copy_client.cc:670] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:36.969058  1693 tablet_copy_client.cc:538] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:36.973488   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:34:36.980088  1696 ts_tablet_manager.cc:933] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: Initiating tablet copy from peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:37.004374  1695 ts_tablet_manager.cc:933] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: Initiating tablet copy from peer 5a5b1455956e4702a86d7ce88414e9ec (127.0.160.131:39899)
I20260630 12:34:37.009109  1693 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap starting.
I20260630 12:34:37.021304  1695 tablet_copy_client.cc:323] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:39899
W20260630 12:34:37.032096  1350 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]
I20260630 12:34:37.033810  1696 tablet_copy_client.cc:323] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:39899
I20260630 12:34:37.050779   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:37.054728   642 tablet_replica.cc:333] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.056171   642 raft_consensus.cc:2243] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.058459   642 raft_consensus.cc:2272] T 6af4ec339c7b4432bb6ff0851718c47e P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.061894   642 tablet_replica.cc:333] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.063935  1689 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: 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
W20260630 12:34:37.067579  1350 consensus_peers.cc:597] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 -> Peer 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753): Couldn't send request to peer 8f8f7baa98c24849b606d0ddbbf7515e. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:37.069154   642 raft_consensus.cc:2243] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.069814   642 raft_consensus.cc:2272] T 643dcd85ff054549b2cee29ed1a363d8 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.070837  1689 tablet_bootstrap.cc:492] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap complete.
I20260630 12:34:37.071744  1689 ts_tablet_manager.cc:1403] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent bootstrapping tablet: real 0.117s	user 0.049s	sys 0.049s
I20260630 12:34:37.073772   642 tablet_replica.cc:333] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.074617   642 raft_consensus.cc:2243] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.075220   642 raft_consensus.cc:2272] T 64ea2c6d529f4a37b32d86dde110f536 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.075282  1689 raft_consensus.cc:359] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:37.076370  1689 raft_consensus.cc:740] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3679ac043d5d4e3a929c1b03bf389e9f, State: Initialized, Role: LEARNER
I20260630 12:34:37.077193  1689 consensus_queue.cc:260] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f [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: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:37.087244  1470 tablet_copy_service.cc:140] P 5a5b1455956e4702a86d7ce88414e9ec: Received BeginTabletCopySession request for tablet a4f717efbbd9473cb3d8c0609c3ba3ff from peer 3679ac043d5d4e3a929c1b03bf389e9f ({username='slave'} at 127.0.0.1:46282)
I20260630 12:34:37.087843  1469 tablet_copy_service.cc:140] P 5a5b1455956e4702a86d7ce88414e9ec: Received BeginTabletCopySession request for tablet 643dcd85ff054549b2cee29ed1a363d8 from peer 3679ac043d5d4e3a929c1b03bf389e9f ({username='slave'} at 127.0.0.1:46282)
I20260630 12:34:37.087962  1470 tablet_copy_service.cc:161] P 5a5b1455956e4702a86d7ce88414e9ec: Beginning new tablet copy session on tablet a4f717efbbd9473cb3d8c0609c3ba3ff from peer 3679ac043d5d4e3a929c1b03bf389e9f at {username='slave'} at 127.0.0.1:46282: session id = 3679ac043d5d4e3a929c1b03bf389e9f-a4f717efbbd9473cb3d8c0609c3ba3ff
I20260630 12:34:37.088788  1469 tablet_copy_service.cc:161] P 5a5b1455956e4702a86d7ce88414e9ec: Beginning new tablet copy session on tablet 643dcd85ff054549b2cee29ed1a363d8 from peer 3679ac043d5d4e3a929c1b03bf389e9f at {username='slave'} at 127.0.0.1:46282: session id = 3679ac043d5d4e3a929c1b03bf389e9f-643dcd85ff054549b2cee29ed1a363d8
I20260630 12:34:37.091436   642 tablet_replica.cc:333] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.092408   642 raft_consensus.cc:2243] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.094234  1693 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:34:37.093053   642 raft_consensus.cc:2272] T a4f717efbbd9473cb3d8c0609c3ba3ff P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.095989  1470 tablet_copy_source_session.cc:215] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:37.097011  1469 tablet_copy_source_session.cc:215] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:37.098171   642 tablet_replica.cc:333] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.096974  1689 ts_tablet_manager.cc:1434] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent starting tablet: real 0.025s	user 0.014s	sys 0.000s
I20260630 12:34:37.099175  1693 tablet_bootstrap.cc:492] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap complete.
I20260630 12:34:37.100073   642 raft_consensus.cc:2243] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.101151  1696 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643dcd85ff054549b2cee29ed1a363d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.102277  1695 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a4f717efbbd9473cb3d8c0609c3ba3ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.100723  1693 ts_tablet_manager.cc:1403] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent bootstrapping tablet: real 0.092s	user 0.026s	sys 0.009s
I20260630 12:34:37.102964  1395 tablet_copy_service.cc:342] P 07e7bc005a6146508df1ab92a3324261: Request end of tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-64ea2c6d529f4a37b32d86dde110f536 received from {username='slave'} at 127.0.0.1:48636
I20260630 12:34:37.103825  1395 tablet_copy_service.cc:434] P 07e7bc005a6146508df1ab92a3324261: ending tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-64ea2c6d529f4a37b32d86dde110f536 on tablet 64ea2c6d529f4a37b32d86dde110f536 with peer 3679ac043d5d4e3a929c1b03bf389e9f
I20260630 12:34:37.108443  1693 raft_consensus.cc:359] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:37.109345  1693 raft_consensus.cc:740] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 3679ac043d5d4e3a929c1b03bf389e9f, State: Initialized, Role: LEARNER
I20260630 12:34:37.109977  1693 consensus_queue.cc:260] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f [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: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } attrs { replace: true } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:37.112152  1693 ts_tablet_manager.cc:1434] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:37.113173   642 raft_consensus.cc:2272] T 435a880ba1e24302add28d578a6933fb P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.117983   642 tablet_replica.cc:333] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.118448  1695 tablet_copy_client.cc:806] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:37.118693   642 raft_consensus.cc:2243] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.119016  1695 tablet_copy_client.cc:670] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:37.119346   642 raft_consensus.cc:2272] T 068e454852634490aa6711199ae971e6 P 8f8f7baa98c24849b606d0ddbbf7515e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.119887  1696 tablet_copy_client.cc:806] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:37.121419  1696 tablet_copy_client.cc:670] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:37.122851  1695 tablet_copy_client.cc:538] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:37.125571   642 tablet_replica.cc:333] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.126704   642 raft_consensus.cc:2243] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.126909  1395 tablet_copy_service.cc:342] P 07e7bc005a6146508df1ab92a3324261: Request end of tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-068e454852634490aa6711199ae971e6 received from {username='slave'} at 127.0.0.1:48636
I20260630 12:34:37.127316  1395 tablet_copy_service.cc:434] P 07e7bc005a6146508df1ab92a3324261: ending tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-068e454852634490aa6711199ae971e6 on tablet 068e454852634490aa6711199ae971e6 with peer 3679ac043d5d4e3a929c1b03bf389e9f
I20260630 12:34:37.127736   642 raft_consensus.cc:2272] T 8882e37cac6c4b63a2eaeb2286f614e0 P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.129019  1696 tablet_copy_client.cc:538] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:37.131212   642 tablet_replica.cc:333] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e: stopping tablet replica
I20260630 12:34:37.131970   642 raft_consensus.cc:2243] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.132570   642 raft_consensus.cc:2272] T b411649602bb443dbd27d6947bcb113c P 8f8f7baa98c24849b606d0ddbbf7515e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.134472  1695 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap starting.
I20260630 12:34:37.138382  1696 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap starting.
I20260630 12:34:37.158908   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:34:37.163205  1695 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:34:37.164243  1695 tablet_bootstrap.cc:492] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap complete.
I20260630 12:34:37.165089  1695 ts_tablet_manager.cc:1403] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent bootstrapping tablet: real 0.031s	user 0.022s	sys 0.008s
I20260630 12:34:37.168182  1695 raft_consensus.cc:359] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:37.169165  1695 raft_consensus.cc:740] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3679ac043d5d4e3a929c1b03bf389e9f, State: Initialized, Role: LEARNER
I20260630 12:34:37.169904  1695 consensus_queue.cc:260] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f [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: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:37.175052  1695 ts_tablet_manager.cc:1434] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260630 12:34:37.181773  1696 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:34:37.182228  1469 tablet_copy_service.cc:342] P 5a5b1455956e4702a86d7ce88414e9ec: Request end of tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-a4f717efbbd9473cb3d8c0609c3ba3ff received from {username='slave'} at 127.0.0.1:46282
I20260630 12:34:37.182715  1469 tablet_copy_service.cc:434] P 5a5b1455956e4702a86d7ce88414e9ec: ending tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-a4f717efbbd9473cb3d8c0609c3ba3ff on tablet a4f717efbbd9473cb3d8c0609c3ba3ff with peer 3679ac043d5d4e3a929c1b03bf389e9f
I20260630 12:34:37.182962  1696 tablet_bootstrap.cc:492] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: Bootstrap complete.
I20260630 12:34:37.186266  1696 ts_tablet_manager.cc:1403] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent bootstrapping tablet: real 0.048s	user 0.021s	sys 0.007s
I20260630 12:34:37.189500  1696 raft_consensus.cc:359] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
I20260630 12:34:37.190442  1696 raft_consensus.cc:740] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3679ac043d5d4e3a929c1b03bf389e9f, State: Initialized, Role: LEARNER
I20260630 12:34:37.191008  1696 consensus_queue.cc:260] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f [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: "8f8f7baa98c24849b606d0ddbbf7515e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36753 } } peers { permanent_uuid: "07e7bc005a6146508df1ab92a3324261" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46427 } attrs { replace: true } } peers { permanent_uuid: "5a5b1455956e4702a86d7ce88414e9ec" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39899 } } peers { permanent_uuid: "3679ac043d5d4e3a929c1b03bf389e9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 39291 } attrs { promote: true } }
W20260630 12:34:37.199036  1424 consensus_peers.cc:597] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec -> Peer 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753): Couldn't send request to peer 8f8f7baa98c24849b606d0ddbbf7515e. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:36753: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:37.199689   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:34:37.200029  1696 ts_tablet_manager.cc:1434] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.001s
I20260630 12:34:37.204088  1469 tablet_copy_service.cc:342] P 5a5b1455956e4702a86d7ce88414e9ec: Request end of tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-643dcd85ff054549b2cee29ed1a363d8 received from {username='slave'} at 127.0.0.1:46282
I20260630 12:34:37.204535  1469 tablet_copy_service.cc:434] P 5a5b1455956e4702a86d7ce88414e9ec: ending tablet copy session 3679ac043d5d4e3a929c1b03bf389e9f-643dcd85ff054549b2cee29ed1a363d8 on tablet 643dcd85ff054549b2cee29ed1a363d8 with peer 3679ac043d5d4e3a929c1b03bf389e9f
I20260630 12:34:37.239596   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:37.240494   642 tablet_replica.cc:333] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.241276   642 raft_consensus.cc:2243] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.241866   642 raft_consensus.cc:2272] T 643dcd85ff054549b2cee29ed1a363d8 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.244648   642 tablet_replica.cc:333] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.245501   642 raft_consensus.cc:2243] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.246065   642 raft_consensus.cc:2272] T 6af4ec339c7b4432bb6ff0851718c47e P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.248734   642 tablet_replica.cc:333] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.249562   642 raft_consensus.cc:2243] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.250128   642 raft_consensus.cc:2272] T 435a880ba1e24302add28d578a6933fb P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:37.251092  1350 consensus_peers.cc:597] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 -> Peer 8f8f7baa98c24849b606d0ddbbf7515e (127.0.160.129:36753): Couldn't send request to peer 8f8f7baa98c24849b606d0ddbbf7515e. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:36753: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:37.252767   642 tablet_replica.cc:333] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.253545   642 raft_consensus.cc:2243] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.254721   642 raft_consensus.cc:2272] T 068e454852634490aa6711199ae971e6 P 07e7bc005a6146508df1ab92a3324261 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.257345   642 tablet_replica.cc:333] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.258098   642 raft_consensus.cc:2243] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.258592   642 raft_consensus.cc:2272] T 8882e37cac6c4b63a2eaeb2286f614e0 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.260955   642 tablet_replica.cc:333] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.261590   642 raft_consensus.cc:2243] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.262488   642 raft_consensus.cc:2272] T b411649602bb443dbd27d6947bcb113c P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.265046   642 tablet_replica.cc:333] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.265689   642 raft_consensus.cc:2243] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.266228   642 raft_consensus.cc:2272] T a4f717efbbd9473cb3d8c0609c3ba3ff P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.268884   642 tablet_replica.cc:333] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261: stopping tablet replica
I20260630 12:34:37.269546   642 raft_consensus.cc:2243] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.270699   642 raft_consensus.cc:2272] T 64ea2c6d529f4a37b32d86dde110f536 P 07e7bc005a6146508df1ab92a3324261 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.294788   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
W20260630 12:34:37.313395  1426 consensus_peers.cc:597] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec -> Peer 07e7bc005a6146508df1ab92a3324261 (127.0.160.130:46427): Couldn't send request to peer 07e7bc005a6146508df1ab92a3324261. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.130:46427: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:37.316269   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:34:37.345767   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:37.346541   642 tablet_replica.cc:333] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.347205   642 raft_consensus.cc:2243] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.348177   642 raft_consensus.cc:2272] T 643dcd85ff054549b2cee29ed1a363d8 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.351029   642 tablet_replica.cc:333] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.351604   642 raft_consensus.cc:2243] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.352339   642 raft_consensus.cc:2272] T 6af4ec339c7b4432bb6ff0851718c47e P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.354111   642 tablet_replica.cc:333] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.354674   642 raft_consensus.cc:2243] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.355106   642 raft_consensus.cc:2272] T 64ea2c6d529f4a37b32d86dde110f536 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.357252   642 tablet_replica.cc:333] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.357779   642 raft_consensus.cc:2243] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.358690   642 raft_consensus.cc:2272] T a4f717efbbd9473cb3d8c0609c3ba3ff P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.360730   642 tablet_replica.cc:333] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.361292   642 raft_consensus.cc:2243] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.361716   642 raft_consensus.cc:2272] T 435a880ba1e24302add28d578a6933fb P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.363610   642 tablet_replica.cc:333] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.364118   642 raft_consensus.cc:2243] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.364594   642 raft_consensus.cc:2272] T 068e454852634490aa6711199ae971e6 P 5a5b1455956e4702a86d7ce88414e9ec [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.366747   642 tablet_replica.cc:333] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.367268   642 raft_consensus.cc:2243] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.367719   642 raft_consensus.cc:2272] T 8882e37cac6c4b63a2eaeb2286f614e0 P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.369568   642 tablet_replica.cc:333] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec: stopping tablet replica
I20260630 12:34:37.370040   642 raft_consensus.cc:2243] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.370440   642 raft_consensus.cc:2272] T b411649602bb443dbd27d6947bcb113c P 5a5b1455956e4702a86d7ce88414e9ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.389899   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:34:37.410776   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:34:37.445613   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:37.447467   642 tablet_replica.cc:333] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f: stopping tablet replica
I20260630 12:34:37.448239   642 raft_consensus.cc:2243] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.448662   642 raft_consensus.cc:2272] T 643dcd85ff054549b2cee29ed1a363d8 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.450567   642 tablet_replica.cc:333] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f: stopping tablet replica
I20260630 12:34:37.451084   642 raft_consensus.cc:2243] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.451469   642 raft_consensus.cc:2272] T a4f717efbbd9473cb3d8c0609c3ba3ff P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.453317   642 tablet_replica.cc:333] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f: stopping tablet replica
I20260630 12:34:37.453807   642 raft_consensus.cc:2243] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.454178   642 raft_consensus.cc:2272] T 068e454852634490aa6711199ae971e6 P 3679ac043d5d4e3a929c1b03bf389e9f [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.455953   642 tablet_replica.cc:333] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f: stopping tablet replica
I20260630 12:34:37.456424   642 raft_consensus.cc:2243] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.456786   642 raft_consensus.cc:2272] T 64ea2c6d529f4a37b32d86dde110f536 P 3679ac043d5d4e3a929c1b03bf389e9f [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.479686   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:34:37.492972   642 master.cc:562] Master@127.0.160.190:45533 shutting down...
W20260630 12:34:37.523790  1257 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:34:37.525030   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.525491   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.525755   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P a6876585a88f4567b2a2a705d149e41b: stopping tablet replica
I20260630 12:34:37.544682   642 master.cc:584] Master@127.0.160.190:45533 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9413 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:34:37.583418   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:33813,127.0.160.189:43609,127.0.160.188:44647
I20260630 12:34:37.584806   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.590271  1710 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.590328  1711 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.590903  1713 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.592633   642 server_base.cc:1061] running on GCE node
I20260630 12:34:37.593525   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.593708   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.593824   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822877593812 us; error 0 us; skew 500 ppm
I20260630 12:34:37.594257   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.596546   642 webserver.cc:533] Webserver started at http://127.0.160.190:39699/ using document root <none> and password file <none>
I20260630 12:34:37.597353   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.597520   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.597755   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.598816   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.603214   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:34:37.606544  1718 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.607331   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:37.607703   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.607965   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:37.618489   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.619665   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.657037   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:33813
I20260630 12:34:37.657150  1769 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:33813 every 8 connection(s)
I20260630 12:34:37.660843  1770 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.661175   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.666770  1772 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.667064  1773 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.668550  1770 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.671427   642 server_base.cc:1061] running on GCE node
W20260630 12:34:37.671342  1775 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.673410   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.673646   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.673851   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822877673828 us; error 0 us; skew 500 ppm
I20260630 12:34:37.674381   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.677907   642 webserver.cc:533] Webserver started at http://127.0.160.189:44105/ using document root <none> and password file <none>
I20260630 12:34:37.678442   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.678653   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.678928   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.680135   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root/instance:
uuid: "95e225eca2144332aa2ff7fdef712149"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.683312  1770 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.685325   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
W20260630 12:34:37.691385  1770 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.189:43609: Network error: Client connection negotiation failed: client connection to 127.0.160.189:43609: connect: Connection refused (error 111)
I20260630 12:34:37.693710  1783 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.694702   642 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.003s	sys 0.006s
I20260630 12:34:37.695086   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root
uuid: "95e225eca2144332aa2ff7fdef712149"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.695447   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:37.713560   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.714771   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.717850  1770 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } attempt: 1
W20260630 12:34:37.722987  1770 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.189:43609: Network error: Client connection negotiation failed: client connection to 127.0.160.189:43609: connect: Connection refused (error 111)
I20260630 12:34:37.754009   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.189:43609
I20260630 12:34:37.754216  1834 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.189:43609 every 8 connection(s)
I20260630 12:34:37.757947  1835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.757992   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.764705  1838 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.765700  1837 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.767747  1840 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.768574   642 server_base.cc:1061] running on GCE node
I20260630 12:34:37.769202  1835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.769631   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.769867   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.770047   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822877770012 us; error 0 us; skew 500 ppm
I20260630 12:34:37.770790   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.773471  1770 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } attempt: 2
I20260630 12:34:37.774852   642 webserver.cc:533] Webserver started at http://127.0.160.188:42961/ using document root <none> and password file <none>
I20260630 12:34:37.775588   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.775933   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.776336   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.777992   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root/instance:
uuid: "c0128d1dd6c84340bf4ddc44328c5f3b"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.783916  1835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.786406   642 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:34:37.789052  1770 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.792567  1848 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.793632   642 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:34:37.794013   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root
uuid: "c0128d1dd6c84340bf4ddc44328c5f3b"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.794406   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
W20260630 12:34:37.794926  1770 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.188:44647: Network error: Client connection negotiation failed: client connection to 127.0.160.188:44647: connect: Connection refused (error 111)
I20260630 12:34:37.800544  1835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:37.806571  1835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.188:44647: Network error: Client connection negotiation failed: client connection to 127.0.160.188:44647: connect: Connection refused (error 111)
I20260630 12:34:37.809325   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.810508   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.843307  1835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } attempt: 1
I20260630 12:34:37.847573   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.188:44647
I20260630 12:34:37.847687  1900 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.188:44647 every 8 connection(s)
I20260630 12:34:37.851287   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:37.852274  1902 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.855414  1770 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } attempt: 1
I20260630 12:34:37.861146  1902 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.870432  1835 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: Bootstrap starting.
I20260630 12:34:37.874470  1770 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: Bootstrap starting.
I20260630 12:34:37.875499  1835 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.880560  1835 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: No bootstrap required, opened a new log
I20260630 12:34:37.880862  1770 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.881923  1902 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.884086  1835 raft_consensus.cc:359] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:37.884728  1835 raft_consensus.cc:385] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.885016  1835 raft_consensus.cc:740] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95e225eca2144332aa2ff7fdef712149, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.885690  1835 consensus_queue.cc:260] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:37.888098  1908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [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: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:37.889001  1908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:37.889886  1835 sys_catalog.cc:565] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:37.892266  1770 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: No bootstrap required, opened a new log
I20260630 12:34:37.895205  1770 raft_consensus.cc:359] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:37.896023  1770 raft_consensus.cc:385] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.896538  1770 raft_consensus.cc:740] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49ee7ef12ab147dca0f5c01ca6f6aa3d, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.896621  1902 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.897678  1770 consensus_queue.cc:260] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:37.901019  1913 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [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: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:37.901906  1913 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:37.903234  1770 sys_catalog.cc:565] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:37.916334  1902 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b: Bootstrap starting.
W20260630 12:34:37.919843  1924 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:37.920267  1924 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:37.922634   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:34:37.922729  1902 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.922967   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260630 12:34:37.927047  1931 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:37.927393  1931 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:37.927934  1902 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b: No bootstrap required, opened a new log
I20260630 12:34:37.930080  1902 raft_consensus.cc:359] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:37.930615  1902 raft_consensus.cc:385] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.930862  1902 raft_consensus.cc:740] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0128d1dd6c84340bf4ddc44328c5f3b, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.931522  1902 consensus_queue.cc:260] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:37.933126  1933 sys_catalog.cc:455] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [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: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:37.933689  1933 sys_catalog.cc:458] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:37.934310  1902 sys_catalog.cc:565] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:37.946471   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.949198  1944 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:37.949620  1944 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:37.953729  1945 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.954480  1946 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.956230  1948 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.956874   642 server_base.cc:1061] running on GCE node
I20260630 12:34:37.957690   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.957931   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.958117   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822877958093 us; error 0 us; skew 500 ppm
I20260630 12:34:37.958645   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.961050   642 webserver.cc:533] Webserver started at http://127.0.160.129:42453/ using document root <none> and password file <none>
I20260630 12:34:37.961540   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.961750   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.962021   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.963678   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "79282bb5cc104758b3e61859a4dde087"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.968439   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:34:37.971735  1953 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.972483   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:37.972806   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "79282bb5cc104758b3e61859a4dde087"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-n1kv"
I20260630 12:34:37.973145   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:37.984575   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.985837   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.987454   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:37.989810   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:37.990051   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.990310   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:37.990517   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.031044   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:42807
I20260630 12:34:38.031126  2015 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:42807 every 8 connection(s)
I20260630 12:34:38.049232   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:38.054142  2017 heartbeater.cc:344] Connected to a master server at 127.0.160.189:43609
I20260630 12:34:38.054428  2016 heartbeater.cc:344] Connected to a master server at 127.0.160.188:44647
I20260630 12:34:38.054644  2017 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.054883  2016 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.056161  2017 heartbeater.cc:507] Master 127.0.160.189:43609 requested a full tablet report, sending...
I20260630 12:34:38.057281  2016 heartbeater.cc:507] Master 127.0.160.188:44647 requested a full tablet report, sending...
I20260630 12:34:38.060346  1800 ts_manager.cc:194] Registered new tserver with Master: 79282bb5cc104758b3e61859a4dde087 (127.0.160.129:42807)
I20260630 12:34:38.060588  1866 ts_manager.cc:194] Registered new tserver with Master: 79282bb5cc104758b3e61859a4dde087 (127.0.160.129:42807)
I20260630 12:34:38.062727  2018 heartbeater.cc:344] Connected to a master server at 127.0.160.190:33813
I20260630 12:34:38.063122  2018 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.064003  2018 heartbeater.cc:507] Master 127.0.160.190:33813 requested a full tablet report, sending...
W20260630 12:34:38.065014  2024 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:38.064476  2023 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:38.067070  1735 ts_manager.cc:194] Registered new tserver with Master: 79282bb5cc104758b3e61859a4dde087 (127.0.160.129:42807)
W20260630 12:34:38.068251  2026 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:38.069327   642 server_base.cc:1061] running on GCE node
I20260630 12:34:38.070029   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:38.070209   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:38.070351   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822878070339 us; error 0 us; skew 500 ppm
I20260630 12:34:38.070766   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:38.073024   642 webserver.cc:533] Webserver started at http://127.0.160.130:42251/ using document root <none> and password file <none>
I20260630 12:34:38.073450   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:38.073603   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:38.073808   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:38.074883   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "81a2b070bbe04deab7825505ae526adf"
format_stamp: "Formatted at 2026-06-30 12:34:38 on dist-test-slave-n1kv"
I20260630 12:34:38.079252   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:38.082432  2031 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.083207   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:38.083478   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "81a2b070bbe04deab7825505ae526adf"
format_stamp: "Formatted at 2026-06-30 12:34:38 on dist-test-slave-n1kv"
I20260630 12:34:38.083724   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:38.108074   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:38.109577   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:38.110916   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:38.113220   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:38.113468   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.113730   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:38.113893   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.153800   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:34143
I20260630 12:34:38.153892  2093 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:34143 every 8 connection(s)
I20260630 12:34:38.170818   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:38.175863  2094 heartbeater.cc:344] Connected to a master server at 127.0.160.188:44647
I20260630 12:34:38.176431  2094 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.177709  2094 heartbeater.cc:507] Master 127.0.160.188:44647 requested a full tablet report, sending...
I20260630 12:34:38.179140  1933 raft_consensus.cc:493] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:38.179654  1933 raft_consensus.cc:515] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:38.181995  1933 leader_election.cc:290] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 49ee7ef12ab147dca0f5c01ca6f6aa3d (127.0.160.190:33813), 95e225eca2144332aa2ff7fdef712149 (127.0.160.189:43609)
I20260630 12:34:38.182166  1866 ts_manager.cc:194] Registered new tserver with Master: 81a2b070bbe04deab7825505ae526adf (127.0.160.130:34143)
I20260630 12:34:38.184034  1745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" is_pre_election: true
I20260630 12:34:38.184849  1745 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0128d1dd6c84340bf4ddc44328c5f3b in term 0.
I20260630 12:34:38.186048  1810 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95e225eca2144332aa2ff7fdef712149" is_pre_election: true
I20260630 12:34:38.186735  1810 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0128d1dd6c84340bf4ddc44328c5f3b in term 0.
I20260630 12:34:38.186832  1852 leader_election.cc:304] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 49ee7ef12ab147dca0f5c01ca6f6aa3d, c0128d1dd6c84340bf4ddc44328c5f3b; no voters: 
I20260630 12:34:38.187845  1933 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:38.188275  1933 raft_consensus.cc:493] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:38.188660  2096 heartbeater.cc:344] Connected to a master server at 127.0.160.190:33813
I20260630 12:34:38.189126  2096 heartbeater.cc:461] Registering TS with master...
W20260630 12:34:38.190042  2101 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:38.190251  2096 heartbeater.cc:507] Master 127.0.160.190:33813 requested a full tablet report, sending...
I20260630 12:34:38.189028  2095 heartbeater.cc:344] Connected to a master server at 127.0.160.189:43609
I20260630 12:34:38.188678  1933 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:38.191339  2095 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.192674  2095 heartbeater.cc:507] Master 127.0.160.189:43609 requested a full tablet report, sending...
I20260630 12:34:38.193426  1735 ts_manager.cc:194] Registered new tserver with Master: 81a2b070bbe04deab7825505ae526adf (127.0.160.130:34143)
W20260630 12:34:38.196007  2102 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:38.196339  1800 ts_manager.cc:194] Registered new tserver with Master: 81a2b070bbe04deab7825505ae526adf (127.0.160.130:34143)
I20260630 12:34:38.199627  1933 raft_consensus.cc:515] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:38.200891   642 server_base.cc:1061] running on GCE node
W20260630 12:34:38.201267  2104 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:38.202049  1933 leader_election.cc:290] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [CANDIDATE]: Term 1 election: Requested vote from peers 49ee7ef12ab147dca0f5c01ca6f6aa3d (127.0.160.190:33813), 95e225eca2144332aa2ff7fdef712149 (127.0.160.189:43609)
I20260630 12:34:38.202538   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:34:38.202610  1745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d"
W20260630 12:34:38.202900   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:38.203277   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822878203231 us; error 0 us; skew 500 ppm
I20260630 12:34:38.203311  1745 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:38.203397  1810 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95e225eca2144332aa2ff7fdef712149"
I20260630 12:34:38.204016   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:38.204128  1810 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:38.210717  1745 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0128d1dd6c84340bf4ddc44328c5f3b in term 1.
I20260630 12:34:38.211040  1810 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0128d1dd6c84340bf4ddc44328c5f3b in term 1.
I20260630 12:34:38.211871   642 webserver.cc:533] Webserver started at http://127.0.160.131:46337/ using document root <none> and password file <none>
I20260630 12:34:38.212070  1852 leader_election.cc:304] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 49ee7ef12ab147dca0f5c01ca6f6aa3d, c0128d1dd6c84340bf4ddc44328c5f3b; no voters: 
I20260630 12:34:38.212548   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:38.212811   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:38.212986  1933 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:38.213169   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:38.213948  1933 raft_consensus.cc:697] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 1 LEADER]: Becoming Leader. State: Replica: c0128d1dd6c84340bf4ddc44328c5f3b, State: Running, Role: LEADER
I20260630 12:34:38.214759   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "3dd0e465cf024b2a8e4d84b27de0686e"
format_stamp: "Formatted at 2026-06-30 12:34:38 on dist-test-slave-n1kv"
I20260630 12:34:38.214864  1933 consensus_queue.cc:237] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:38.221055   642 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:34:38.220772  2108 sys_catalog.cc:455] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: SysCatalogTable state changed. Reason: New leader c0128d1dd6c84340bf4ddc44328c5f3b. Latest consensus state: current_term: 1 leader_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:38.221583  2108 sys_catalog.cc:458] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:38.223203  2111 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:38.224954  2112 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.225832   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:38.226145   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "3dd0e465cf024b2a8e4d84b27de0686e"
format_stamp: "Formatted at 2026-06-30 12:34:38 on dist-test-slave-n1kv"
I20260630 12:34:38.226440   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:38.229171  2111 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:38.238091  1810 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 1 FOLLOWER]: Refusing update from remote peer c0128d1dd6c84340bf4ddc44328c5f3b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:38.239022  1745 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 1 FOLLOWER]: Refusing update from remote peer c0128d1dd6c84340bf4ddc44328c5f3b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:38.239435  1933 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [LEADER]: Connected to new peer: Peer: permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:38.240420  2108 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:38.247640   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:38.249898   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:38.250597  1908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c0128d1dd6c84340bf4ddc44328c5f3b. Latest consensus state: current_term: 1 leader_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:38.251390  1908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.253938  1913 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: SysCatalogTable state changed. Reason: New leader c0128d1dd6c84340bf4ddc44328c5f3b. Latest consensus state: current_term: 1 leader_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:38.254717  1913 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.256297   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:38.262099  2108 sys_catalog.cc:455] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:38.263242  2108 sys_catalog.cc:458] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:38.264258  2111 catalog_manager.cc:1383] Generated new cluster ID: 05ef60352a6344af8d9893ec525be900
I20260630 12:34:38.264060  2108 sys_catalog.cc:455] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:38.264567  2111 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:38.264763  2108 sys_catalog.cc:458] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:38.269431  1913 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:38.270184  1913 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.270318   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:38.270831   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.001s	user 0.000s	sys 0.000s
I20260630 12:34:38.271270   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:38.271579   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.278525  1908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:38.279320  1908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.315819  2111 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:38.318110  2111 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:38.345715   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:41397
I20260630 12:34:38.345829  2183 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:41397 every 8 connection(s)
I20260630 12:34:38.347465  2111 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b: Generated new TSK 0
I20260630 12:34:38.348194  2111 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:38.367344  2184 heartbeater.cc:344] Connected to a master server at 127.0.160.188:44647
I20260630 12:34:38.368012  2184 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.369575  2184 heartbeater.cc:507] Master 127.0.160.188:44647 requested a full tablet report, sending...
I20260630 12:34:38.372386  1866 ts_manager.cc:194] Registered new tserver with Master: 3dd0e465cf024b2a8e4d84b27de0686e (127.0.160.131:41397)
I20260630 12:34:38.374926  1866 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38772
I20260630 12:34:38.378110  2185 heartbeater.cc:344] Connected to a master server at 127.0.160.189:43609
I20260630 12:34:38.378576  2185 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.379298  2185 heartbeater.cc:507] Master 127.0.160.189:43609 requested a full tablet report, sending...
I20260630 12:34:38.381297  2187 heartbeater.cc:344] Connected to a master server at 127.0.160.190:33813
I20260630 12:34:38.381714  2187 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.382226  1800 ts_manager.cc:194] Registered new tserver with Master: 3dd0e465cf024b2a8e4d84b27de0686e (127.0.160.131:41397)
I20260630 12:34:38.382426  2187 heartbeater.cc:507] Master 127.0.160.190:33813 requested a full tablet report, sending...
I20260630 12:34:38.384882  1735 ts_manager.cc:194] Registered new tserver with Master: 3dd0e465cf024b2a8e4d84b27de0686e (127.0.160.131:41397)
I20260630 12:34:38.385840   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015052791s
I20260630 12:34:38.923971  1924 catalog_manager.cc:1295] Loaded cluster ID: 05ef60352a6344af8d9893ec525be900
I20260630 12:34:38.924341  1924 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: loading cluster ID for follower catalog manager: success
I20260630 12:34:38.929023  1924 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: acquiring CA information for follower catalog manager: success
I20260630 12:34:38.931509  1931 catalog_manager.cc:1295] Loaded cluster ID: 05ef60352a6344af8d9893ec525be900
I20260630 12:34:38.931779  1931 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: loading cluster ID for follower catalog manager: success
I20260630 12:34:38.932749  1924 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:38.936614  1931 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: acquiring CA information for follower catalog manager: success
I20260630 12:34:38.940114  1931 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:39.065690  1866 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38746
I20260630 12:34:39.188580  1866 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38760
I20260630 12:34:39.378047  2184 heartbeater.cc:499] Master 127.0.160.188:44647 was elected leader, sending a full tablet report...
I20260630 12:34:39.944849  1943 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:40.003624  1866 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38788:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:34:40.068601  2016 heartbeater.cc:499] Master 127.0.160.188:44647 was elected leader, sending a full tablet report...
I20260630 12:34:40.109184  2148 tablet_service.cc:1511] Processing CreateTablet for tablet 0be57343e0024e938c19718372d66e57 (DEFAULT_TABLE table=test-workload [id=c207b981843a463c8962e5582e747772]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:34:40.110606  2148 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0be57343e0024e938c19718372d66e57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:40.111233  2059 tablet_service.cc:1511] Processing CreateTablet for tablet 94ba5004553e424caa6fe8a97765c924 (DEFAULT_TABLE table=test-workload [id=c207b981843a463c8962e5582e747772]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:34:40.112522  2059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94ba5004553e424caa6fe8a97765c924. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:40.114602  1981 tablet_service.cc:1511] Processing CreateTablet for tablet 50d4b7e4c4694efa9ef4a52405313da7 (DEFAULT_TABLE table=test-workload [id=c207b981843a463c8962e5582e747772]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:34:40.115931  1981 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50d4b7e4c4694efa9ef4a52405313da7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:40.124190  2222 tablet_bootstrap.cc:492] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e: Bootstrap starting.
I20260630 12:34:40.130163  2222 tablet_bootstrap.cc:654] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:40.132148  2223 tablet_bootstrap.cc:492] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf: Bootstrap starting.
I20260630 12:34:40.134115  2224 tablet_bootstrap.cc:492] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087: Bootstrap starting.
I20260630 12:34:40.139782  2222 tablet_bootstrap.cc:492] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e: No bootstrap required, opened a new log
I20260630 12:34:40.139871  2224 tablet_bootstrap.cc:654] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:40.140486  2222 ts_tablet_manager.cc:1403] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e: Time spent bootstrapping tablet: real 0.017s	user 0.003s	sys 0.012s
I20260630 12:34:40.140870  2223 tablet_bootstrap.cc:654] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:40.143491  2222 raft_consensus.cc:359] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3dd0e465cf024b2a8e4d84b27de0686e" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41397 } }
I20260630 12:34:40.144148  2222 raft_consensus.cc:385] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:40.144466  2222 raft_consensus.cc:740] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dd0e465cf024b2a8e4d84b27de0686e, State: Initialized, Role: FOLLOWER
I20260630 12:34:40.145169  2222 consensus_queue.cc:260] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3dd0e465cf024b2a8e4d84b27de0686e" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41397 } }
I20260630 12:34:40.145900  2222 raft_consensus.cc:399] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:40.146003  2224 tablet_bootstrap.cc:492] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087: No bootstrap required, opened a new log
I20260630 12:34:40.146307  2222 raft_consensus.cc:493] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:40.146621  2224 ts_tablet_manager.cc:1403] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.005s
I20260630 12:34:40.146687  2222 raft_consensus.cc:3060] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:40.147544  2223 tablet_bootstrap.cc:492] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf: No bootstrap required, opened a new log
I20260630 12:34:40.148031  2223 ts_tablet_manager.cc:1403] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.003s
I20260630 12:34:40.149688  2224 raft_consensus.cc:359] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "79282bb5cc104758b3e61859a4dde087" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42807 } }
I20260630 12:34:40.150285  2224 raft_consensus.cc:385] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:40.150593  2224 raft_consensus.cc:740] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79282bb5cc104758b3e61859a4dde087, State: Initialized, Role: FOLLOWER
I20260630 12:34:40.150888  2223 raft_consensus.cc:359] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81a2b070bbe04deab7825505ae526adf" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34143 } }
I20260630 12:34:40.151460  2223 raft_consensus.cc:385] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:40.151330  2224 consensus_queue.cc:260] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "79282bb5cc104758b3e61859a4dde087" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42807 } }
I20260630 12:34:40.151779  2223 raft_consensus.cc:740] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81a2b070bbe04deab7825505ae526adf, State: Initialized, Role: FOLLOWER
I20260630 12:34:40.152057  2224 raft_consensus.cc:399] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:40.151813  2222 raft_consensus.cc:515] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3dd0e465cf024b2a8e4d84b27de0686e" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41397 } }
I20260630 12:34:40.152468  2224 raft_consensus.cc:493] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:40.152798  2222 leader_election.cc:304] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [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: 3dd0e465cf024b2a8e4d84b27de0686e; no voters: 
I20260630 12:34:40.152771  2223 consensus_queue.cc:260] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "81a2b070bbe04deab7825505ae526adf" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34143 } }
I20260630 12:34:40.153255  2224 raft_consensus.cc:3060] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:40.153744  2223 raft_consensus.cc:399] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:40.154088  2223 raft_consensus.cc:493] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:40.154431  2223 raft_consensus.cc:3060] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:40.157574  2222 leader_election.cc:290] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:40.158000  2228 raft_consensus.cc:2804] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:40.160763  2224 raft_consensus.cc:515] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "79282bb5cc104758b3e61859a4dde087" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42807 } }
I20260630 12:34:40.161221  2223 raft_consensus.cc:515] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81a2b070bbe04deab7825505ae526adf" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34143 } }
I20260630 12:34:40.161669  2224 leader_election.cc:304] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [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: 79282bb5cc104758b3e61859a4dde087; no voters: 
I20260630 12:34:40.161952  2223 leader_election.cc:304] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [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: 81a2b070bbe04deab7825505ae526adf; no voters: 
I20260630 12:34:40.165391  2231 raft_consensus.cc:2804] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:40.166916  2224 leader_election.cc:290] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:40.169747  2222 ts_tablet_manager.cc:1434] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e: Time spent starting tablet: real 0.029s	user 0.013s	sys 0.016s
I20260630 12:34:40.170029  2232 raft_consensus.cc:2804] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:40.170483  2228 raft_consensus.cc:697] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 1 LEADER]: Becoming Leader. State: Replica: 3dd0e465cf024b2a8e4d84b27de0686e, State: Running, Role: LEADER
I20260630 12:34:40.171212  2223 leader_election.cc:290] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:40.171625  2224 ts_tablet_manager.cc:1434] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087: Time spent starting tablet: real 0.025s	user 0.019s	sys 0.000s
I20260630 12:34:40.171336  2228 consensus_queue.cc:237] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [LEADER]: Queue going to LEADER mode. State: All 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: "3dd0e465cf024b2a8e4d84b27de0686e" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41397 } }
I20260630 12:34:40.174710  2223 ts_tablet_manager.cc:1434] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf: Time spent starting tablet: real 0.026s	user 0.016s	sys 0.011s
I20260630 12:34:40.174933  2094 heartbeater.cc:499] Master 127.0.160.188:44647 was elected leader, sending a full tablet report...
I20260630 12:34:40.176616  2231 raft_consensus.cc:697] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 1 LEADER]: Becoming Leader. State: Replica: 79282bb5cc104758b3e61859a4dde087, State: Running, Role: LEADER
I20260630 12:34:40.177621  2231 consensus_queue.cc:237] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [LEADER]: Queue going to LEADER mode. State: All 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: "79282bb5cc104758b3e61859a4dde087" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42807 } }
I20260630 12:34:40.188156  2232 raft_consensus.cc:697] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 1 LEADER]: Becoming Leader. State: Replica: 81a2b070bbe04deab7825505ae526adf, State: Running, Role: LEADER
I20260630 12:34:40.189078  2232 consensus_queue.cc:237] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [LEADER]: Queue going to LEADER mode. State: All 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: "81a2b070bbe04deab7825505ae526adf" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34143 } }
I20260630 12:34:40.191767  1865 catalog_manager.cc:5697] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 reported cstate change: term changed from 0 to 1, leader changed from <none> to 79282bb5cc104758b3e61859a4dde087 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "79282bb5cc104758b3e61859a4dde087" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "79282bb5cc104758b3e61859a4dde087" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42807 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:40.211808  1864 catalog_manager.cc:5697] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf reported cstate change: term changed from 0 to 1, leader changed from <none> to 81a2b070bbe04deab7825505ae526adf (127.0.160.130). New cstate: current_term: 1 leader_uuid: "81a2b070bbe04deab7825505ae526adf" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81a2b070bbe04deab7825505ae526adf" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34143 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:40.209034  1866 catalog_manager.cc:5697] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e reported cstate change: term changed from 0 to 1, leader changed from <none> to 3dd0e465cf024b2a8e4d84b27de0686e (127.0.160.131). New cstate: current_term: 1 leader_uuid: "3dd0e465cf024b2a8e4d84b27de0686e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3dd0e465cf024b2a8e4d84b27de0686e" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41397 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:41.946329  1943 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:41.948665  1943 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:42.251106   642 master.cc:562] Master@127.0.160.188:44647 shutting down...
W20260630 12:34:42.258744  2184 heartbeater.cc:646] Failed to heartbeat to 127.0.160.188:44647 (0 consecutive failures): Remote error: Failed to send heartbeat to master: Service unavailable: service kudu.master.MasterService not registered on Master
I20260630 12:34:42.280030   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:42.281175   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:42.281600   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P c0128d1dd6c84340bf4ddc44328c5f3b: stopping tablet replica
I20260630 12:34:42.303972   642 master.cc:584] Master@127.0.160.188:44647 shutdown complete.
I20260630 12:34:43.309393  2248 raft_consensus.cc:493] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c0128d1dd6c84340bf4ddc44328c5f3b)
I20260630 12:34:43.309940  2248 raft_consensus.cc:515] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:43.311671  2248 leader_election.cc:290] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 49ee7ef12ab147dca0f5c01ca6f6aa3d (127.0.160.190:33813), c0128d1dd6c84340bf4ddc44328c5f3b (127.0.160.188:44647)
I20260630 12:34:43.312804  1745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "95e225eca2144332aa2ff7fdef712149" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" is_pre_election: true
W20260630 12:34:43.314904  1787 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.188:44647: connect: Connection refused (error 111) [suppressed 8 similar messages]
W20260630 12:34:43.318317  1787 leader_election.cc:336] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c0128d1dd6c84340bf4ddc44328c5f3b (127.0.160.188:44647): Network error: Client connection negotiation failed: client connection to 127.0.160.188:44647: connect: Connection refused (error 111)
I20260630 12:34:43.318723  1787 leader_election.cc:304] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [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: 95e225eca2144332aa2ff7fdef712149; no voters: 49ee7ef12ab147dca0f5c01ca6f6aa3d, c0128d1dd6c84340bf4ddc44328c5f3b
I20260630 12:34:43.319262  2248 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:43.528321  2251 raft_consensus.cc:493] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c0128d1dd6c84340bf4ddc44328c5f3b)
I20260630 12:34:43.528885  2251 raft_consensus.cc:515] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:43.530625  2251 leader_election.cc:290] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 95e225eca2144332aa2ff7fdef712149 (127.0.160.189:43609), c0128d1dd6c84340bf4ddc44328c5f3b (127.0.160.188:44647)
I20260630 12:34:43.531603  1810 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "95e225eca2144332aa2ff7fdef712149" is_pre_election: true
I20260630 12:34:43.532177  1810 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 49ee7ef12ab147dca0f5c01ca6f6aa3d in term 1.
I20260630 12:34:43.533564  1720 leader_election.cc:304] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [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: 49ee7ef12ab147dca0f5c01ca6f6aa3d, 95e225eca2144332aa2ff7fdef712149; no voters: 
I20260630 12:34:43.534263  2251 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:43.534611  2251 raft_consensus.cc:493] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 1 FOLLOWER]: Starting leader election (detected failure of leader c0128d1dd6c84340bf4ddc44328c5f3b)
I20260630 12:34:43.534993  2251 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:43.537084  1722 leader_election.cc:336] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c0128d1dd6c84340bf4ddc44328c5f3b (127.0.160.188:44647): Network error: Client connection negotiation failed: client connection to 127.0.160.188:44647: connect: Connection refused (error 111)
I20260630 12:34:43.540841  2251 raft_consensus.cc:515] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:43.543169  2251 leader_election.cc:290] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [CANDIDATE]: Term 2 election: Requested vote from peers 95e225eca2144332aa2ff7fdef712149 (127.0.160.189:43609), c0128d1dd6c84340bf4ddc44328c5f3b (127.0.160.188:44647)
I20260630 12:34:43.543947  1810 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "95e225eca2144332aa2ff7fdef712149"
I20260630 12:34:43.544533  1810 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:43.547077  1722 leader_election.cc:336] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer c0128d1dd6c84340bf4ddc44328c5f3b (127.0.160.188:44647): Network error: Client connection negotiation failed: client connection to 127.0.160.188:44647: connect: Connection refused (error 111)
I20260630 12:34:43.550356  1810 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 49ee7ef12ab147dca0f5c01ca6f6aa3d in term 2.
I20260630 12:34:43.551358  1720 leader_election.cc:304] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [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: 49ee7ef12ab147dca0f5c01ca6f6aa3d, 95e225eca2144332aa2ff7fdef712149; no voters: c0128d1dd6c84340bf4ddc44328c5f3b
I20260630 12:34:43.551987  2251 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:43.553166  2251 raft_consensus.cc:697] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 2 LEADER]: Becoming Leader. State: Replica: 49ee7ef12ab147dca0f5c01ca6f6aa3d, State: Running, Role: LEADER
I20260630 12:34:43.553928  2251 consensus_queue.cc:237] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 9, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } }
I20260630 12:34:43.557844  2254 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 49ee7ef12ab147dca0f5c01ca6f6aa3d. Latest consensus state: current_term: 2 leader_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:43.558820  2254 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:43.560350  2256 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:43.565922  2256 catalog_manager.cc:679] Loaded metadata for table test-workload [id=c207b981843a463c8962e5582e747772]
I20260630 12:34:43.570574  2256 tablet_loader.cc:96] loaded metadata for tablet 0be57343e0024e938c19718372d66e57 (table test-workload [id=c207b981843a463c8962e5582e747772])
I20260630 12:34:43.571547  2256 tablet_loader.cc:96] loaded metadata for tablet 50d4b7e4c4694efa9ef4a52405313da7 (table test-workload [id=c207b981843a463c8962e5582e747772])
I20260630 12:34:43.572414  2256 tablet_loader.cc:96] loaded metadata for tablet 94ba5004553e424caa6fe8a97765c924 (table test-workload [id=c207b981843a463c8962e5582e747772])
I20260630 12:34:43.573422  2256 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:43.576634  2256 catalog_manager.cc:1295] Loaded cluster ID: 05ef60352a6344af8d9893ec525be900
I20260630 12:34:43.576879  2256 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:43.580461  2256 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:43.583920  2256 catalog_manager.cc:6081] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: Loaded TSK: 0
I20260630 12:34:43.584967  2256 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:43.924001  1930 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:43.925783  1930 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:44.030546  1810 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 2 FOLLOWER]: Refusing update from remote peer 49ee7ef12ab147dca0f5c01ca6f6aa3d: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 2 index: 10. (index mismatch)
I20260630 12:34:44.032207  2254 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [LEADER]: Connected to new peer: Peer: permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:34:44.037926  2257 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 49ee7ef12ab147dca0f5c01ca6f6aa3d. Latest consensus state: current_term: 2 leader_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:44.038654  2257 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:44.042245  2251 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:44.043234  2251 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:44.044377  2257 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "49ee7ef12ab147dca0f5c01ca6f6aa3d" member_type: VOTER last_known_addr { host: "127.0.160.190" port: 33813 } } peers { permanent_uuid: "95e225eca2144332aa2ff7fdef712149" member_type: VOTER last_known_addr { host: "127.0.160.189" port: 43609 } } peers { permanent_uuid: "c0128d1dd6c84340bf4ddc44328c5f3b" member_type: VOTER last_known_addr { host: "127.0.160.188" port: 44647 } } }
I20260630 12:34:44.045193  2257 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:34:44.046761  1722 consensus_peers.cc:597] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d -> Peer c0128d1dd6c84340bf4ddc44328c5f3b (127.0.160.188:44647): Couldn't send request to peer c0128d1dd6c84340bf4ddc44328c5f3b. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.188:44647: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:44.162535   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:34:44.185185   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:44.186065   642 tablet_replica.cc:333] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087: stopping tablet replica
I20260630 12:34:44.186710   642 raft_consensus.cc:2243] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:44.187268   642 raft_consensus.cc:2272] T 50d4b7e4c4694efa9ef4a52405313da7 P 79282bb5cc104758b3e61859a4dde087 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:44.206456   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:34:44.217025   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:34:44.248960   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:44.249903   642 tablet_replica.cc:333] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf: stopping tablet replica
I20260630 12:34:44.250540   642 raft_consensus.cc:2243] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:44.251060   642 raft_consensus.cc:2272] T 94ba5004553e424caa6fe8a97765c924 P 81a2b070bbe04deab7825505ae526adf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:44.271224   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:34:44.281265   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:34:44.308524   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:44.309324   642 tablet_replica.cc:333] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e: stopping tablet replica
I20260630 12:34:44.310010   642 raft_consensus.cc:2243] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:44.310552   642 raft_consensus.cc:2272] T 0be57343e0024e938c19718372d66e57 P 3dd0e465cf024b2a8e4d84b27de0686e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:44.330057   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:34:44.339910   642 master.cc:562] Master@127.0.160.190:33813 shutting down...
I20260630 12:34:44.357039   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:44.358016   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:44.358481   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 49ee7ef12ab147dca0f5c01ca6f6aa3d: stopping tablet replica
I20260630 12:34:44.369583   642 master.cc:584] Master@127.0.160.190:33813 shutdown complete.
I20260630 12:34:44.383284   642 master.cc:562] Master@127.0.160.189:43609 shutting down...
I20260630 12:34:44.401521   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:44.402134   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:44.402485   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 95e225eca2144332aa2ff7fdef712149: stopping tablet replica
I20260630 12:34:44.421675   642 master.cc:584] Master@127.0.160.189:43609 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6870 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:34:44.454169   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:38121
I20260630 12:34:44.455266   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.461434  2265 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:44.461527  2267 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:44.462296  2264 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:44.462728   642 server_base.cc:1061] running on GCE node
I20260630 12:34:44.463563   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.463737   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:44.463856   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822884463844 us; error 0 us; skew 500 ppm
I20260630 12:34:44.464286   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.466722   642 webserver.cc:533] Webserver started at http://127.0.160.190:45947/ using document root <none> and password file <none>
I20260630 12:34:44.467159   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.467314   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.467561   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.468611   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "5908c302e6b040c4a2bbc92db53a98f1"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.473161   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:34:44.476392  2272 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.477228   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:44.477514   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "5908c302e6b040c4a2bbc92db53a98f1"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.477802   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:44.507143   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.508374   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.546453   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:38121
I20260630 12:34:44.546550  2323 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:38121 every 8 connection(s)
I20260630 12:34:44.550410  2324 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:44.561182  2324 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1: Bootstrap starting.
I20260630 12:34:44.565771  2324 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:44.569972  2324 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1: No bootstrap required, opened a new log
I20260630 12:34:44.572089  2324 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5908c302e6b040c4a2bbc92db53a98f1" member_type: VOTER }
I20260630 12:34:44.572465  2324 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:44.572741  2324 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5908c302e6b040c4a2bbc92db53a98f1, State: Initialized, Role: FOLLOWER
I20260630 12:34:44.573423  2324 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5908c302e6b040c4a2bbc92db53a98f1" member_type: VOTER }
I20260630 12:34:44.573894  2324 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:44.574115  2324 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:44.574402  2324 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:44.578722  2324 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5908c302e6b040c4a2bbc92db53a98f1" member_type: VOTER }
I20260630 12:34:44.579339  2324 leader_election.cc:304] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [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: 5908c302e6b040c4a2bbc92db53a98f1; no voters: 
I20260630 12:34:44.580597  2324 leader_election.cc:290] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:44.580991  2327 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:44.582343  2327 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 1 LEADER]: Becoming Leader. State: Replica: 5908c302e6b040c4a2bbc92db53a98f1, State: Running, Role: LEADER
I20260630 12:34:44.582986  2327 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [LEADER]: Queue going to LEADER mode. State: All 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: "5908c302e6b040c4a2bbc92db53a98f1" member_type: VOTER }
I20260630 12:34:44.583653  2324 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:44.587757  2328 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5908c302e6b040c4a2bbc92db53a98f1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5908c302e6b040c4a2bbc92db53a98f1" member_type: VOTER } }
I20260630 12:34:44.587769  2329 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5908c302e6b040c4a2bbc92db53a98f1. Latest consensus state: current_term: 1 leader_uuid: "5908c302e6b040c4a2bbc92db53a98f1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5908c302e6b040c4a2bbc92db53a98f1" member_type: VOTER } }
I20260630 12:34:44.588646  2329 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:44.588645  2328 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:44.596844  2334 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:44.604717  2334 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:44.605736   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:44.614333  2334 catalog_manager.cc:1383] Generated new cluster ID: 1c3058f3f56443de8c537569597c67ac
I20260630 12:34:44.614600  2334 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:44.632326  2334 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:44.633615  2334 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:44.647156  2334 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1: Generated new TSK 0
I20260630 12:34:44.647806  2334 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:44.672279   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.678071  2345 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:44.679352  2346 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:44.681131   642 server_base.cc:1061] running on GCE node
W20260630 12:34:44.681356  2348 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:44.682221   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.682420   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:44.682538   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822884682527 us; error 0 us; skew 500 ppm
I20260630 12:34:44.682973   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.685160   642 webserver.cc:533] Webserver started at http://127.0.160.129:43743/ using document root <none> and password file <none>
I20260630 12:34:44.685567   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.685708   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.685909   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.686852   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "4728c6ac81984fb695902363ddc56926"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.691135   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:34:44.694267  2353 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.695323   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:44.695676   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "4728c6ac81984fb695902363ddc56926"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.695958   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:44.712378   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.713647   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.715137   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:44.717617   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:44.717849   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.718101   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:44.718297   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.758688   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:46511
I20260630 12:34:44.758781  2415 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:46511 every 8 connection(s)
I20260630 12:34:44.764302   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.771991  2420 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:44.772424  2421 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:44.776139   642 server_base.cc:1061] running on GCE node
W20260630 12:34:44.776095  2423 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:44.777437   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.777660   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:44.777844   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822884777825 us; error 0 us; skew 500 ppm
I20260630 12:34:44.778367   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.781504   642 webserver.cc:533] Webserver started at http://127.0.160.130:45211/ using document root <none> and password file <none>
I20260630 12:34:44.781972   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.782181   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.782347  2416 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38121
I20260630 12:34:44.782478   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.782716  2416 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:44.783591  2416 heartbeater.cc:507] Master 127.0.160.190:38121 requested a full tablet report, sending...
I20260630 12:34:44.783905   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "a439a2f8324744b49cbbdc2a5ece1473"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.785856  2289 ts_manager.cc:194] Registered new tserver with Master: 4728c6ac81984fb695902363ddc56926 (127.0.160.129:46511)
I20260630 12:34:44.787590  2289 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50094
I20260630 12:34:44.789047   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:34:44.792968  2428 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.793788   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:34:44.794099   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "a439a2f8324744b49cbbdc2a5ece1473"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.794364   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:44.804585   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.805807   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.807256   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:44.809589   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:44.809825   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.810088   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:44.810266   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.850229   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:35183
I20260630 12:34:44.850320  2490 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:35183 every 8 connection(s)
I20260630 12:34:44.854921   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.862274  2494 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:44.864850  2495 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:44.865701  2497 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:44.866407   642 server_base.cc:1061] running on GCE node
I20260630 12:34:44.867478   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.867750   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:44.867993   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822884867972 us; error 0 us; skew 500 ppm
I20260630 12:34:44.868589   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.869215  2491 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38121
I20260630 12:34:44.869634  2491 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:44.870404  2491 heartbeater.cc:507] Master 127.0.160.190:38121 requested a full tablet report, sending...
I20260630 12:34:44.871693   642 webserver.cc:533] Webserver started at http://127.0.160.131:42987/ using document root <none> and password file <none>
I20260630 12:34:44.872200   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.872382   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.872452  2289 ts_manager.cc:194] Registered new tserver with Master: a439a2f8324744b49cbbdc2a5ece1473 (127.0.160.130:35183)
I20260630 12:34:44.872678   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.873924  2289 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50110
I20260630 12:34:44.873926   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "03e8407325ec45208d9eb722fb115104"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.878568   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:44.881934  2502 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.882732   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:44.883041   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "03e8407325ec45208d9eb722fb115104"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-n1kv"
I20260630 12:34:44.883318   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:44.905681   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.907092   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.908653   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:44.911031   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:44.911259   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.911540   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:44.911708   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.960966   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:35493
I20260630 12:34:44.961104  2564 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:35493 every 8 connection(s)
I20260630 12:34:44.978163  2565 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38121
I20260630 12:34:44.978570  2565 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:44.979317  2565 heartbeater.cc:507] Master 127.0.160.190:38121 requested a full tablet report, sending...
I20260630 12:34:44.981473  2289 ts_manager.cc:194] Registered new tserver with Master: 03e8407325ec45208d9eb722fb115104 (127.0.160.131:35493)
I20260630 12:34:44.982234   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016933259s
I20260630 12:34:44.983059  2289 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50112
I20260630 12:34:45.790748  2416 heartbeater.cc:499] Master 127.0.160.190:38121 was elected leader, sending a full tablet report...
I20260630 12:34:45.876535  2491 heartbeater.cc:499] Master 127.0.160.190:38121 was elected leader, sending a full tablet report...
I20260630 12:34:45.986017  2565 heartbeater.cc:499] Master 127.0.160.190:38121 was elected leader, sending a full tablet report...
I20260630 12:34:46.037752  2289 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50120:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377?""\004\001\000\377\377\377?"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:34:46.039906  2289 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:34:46.087795  2381 tablet_service.cc:1511] Processing CreateTablet for tablet 32c5f333f17f433a9f33582b1201c0e4 (DEFAULT_TABLE table=test-workload [id=55486223a032464a9f1e054a988a9251]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:46.088433  2380 tablet_service.cc:1511] Processing CreateTablet for tablet 5192008749764e818c2c883892cfd32a (DEFAULT_TABLE table=test-workload [id=55486223a032464a9f1e054a988a9251]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:46.089397  2381 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32c5f333f17f433a9f33582b1201c0e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:46.090063  2380 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5192008749764e818c2c883892cfd32a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:46.105130  2530 tablet_service.cc:1511] Processing CreateTablet for tablet 32c5f333f17f433a9f33582b1201c0e4 (DEFAULT_TABLE table=test-workload [id=55486223a032464a9f1e054a988a9251]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:46.105780  2529 tablet_service.cc:1511] Processing CreateTablet for tablet 5192008749764e818c2c883892cfd32a (DEFAULT_TABLE table=test-workload [id=55486223a032464a9f1e054a988a9251]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:46.106796  2530 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32c5f333f17f433a9f33582b1201c0e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:46.108246  2529 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5192008749764e818c2c883892cfd32a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:46.118397  2456 tablet_service.cc:1511] Processing CreateTablet for tablet 32c5f333f17f433a9f33582b1201c0e4 (DEFAULT_TABLE table=test-workload [id=55486223a032464a9f1e054a988a9251]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:46.119112  2455 tablet_service.cc:1511] Processing CreateTablet for tablet 5192008749764e818c2c883892cfd32a (DEFAULT_TABLE table=test-workload [id=55486223a032464a9f1e054a988a9251]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:46.119884  2456 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32c5f333f17f433a9f33582b1201c0e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:46.120507  2455 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5192008749764e818c2c883892cfd32a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:46.148277  2585 tablet_bootstrap.cc:492] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926: Bootstrap starting.
I20260630 12:34:46.149677  2586 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104: Bootstrap starting.
I20260630 12:34:46.152442  2587 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: Bootstrap starting.
I20260630 12:34:46.156785  2586 tablet_bootstrap.cc:654] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:46.157611  2585 tablet_bootstrap.cc:654] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:46.159173  2587 tablet_bootstrap.cc:654] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:46.163980  2586 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104: No bootstrap required, opened a new log
I20260630 12:34:46.164065  2585 tablet_bootstrap.cc:492] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926: No bootstrap required, opened a new log
I20260630 12:34:46.164147  2587 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: No bootstrap required, opened a new log
I20260630 12:34:46.164634  2585 ts_tablet_manager.cc:1403] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926: Time spent bootstrapping tablet: real 0.017s	user 0.004s	sys 0.010s
I20260630 12:34:46.164601  2586 ts_tablet_manager.cc:1403] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.002s
I20260630 12:34:46.164757  2587 ts_tablet_manager.cc:1403] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:34:46.167891  2586 raft_consensus.cc:359] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.167857  2585 raft_consensus.cc:359] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.168905  2586 raft_consensus.cc:385] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:46.168985  2585 raft_consensus.cc:385] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:46.169471  2586 raft_consensus.cc:740] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03e8407325ec45208d9eb722fb115104, State: Initialized, Role: FOLLOWER
I20260630 12:34:46.169548  2585 raft_consensus.cc:740] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4728c6ac81984fb695902363ddc56926, State: Initialized, Role: FOLLOWER
I20260630 12:34:46.170344  2586 consensus_queue.cc:260] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.170476  2585 consensus_queue.cc:260] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.169569  2587 raft_consensus.cc:359] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.172298  2587 raft_consensus.cc:385] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:46.172652  2587 raft_consensus.cc:740] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a439a2f8324744b49cbbdc2a5ece1473, State: Initialized, Role: FOLLOWER
I20260630 12:34:46.173431  2586 ts_tablet_manager.cc:1434] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.005s
I20260630 12:34:46.173666  2587 consensus_queue.cc:260] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.174391  2586 tablet_bootstrap.cc:492] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104: Bootstrap starting.
I20260630 12:34:46.177548  2587 ts_tablet_manager.cc:1434] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.001s
I20260630 12:34:46.178779  2587 tablet_bootstrap.cc:492] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473: Bootstrap starting.
I20260630 12:34:46.182976  2586 tablet_bootstrap.cc:654] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:46.185230  2587 tablet_bootstrap.cc:654] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:46.188181  2585 ts_tablet_manager.cc:1434] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926: Time spent starting tablet: real 0.023s	user 0.011s	sys 0.000s
I20260630 12:34:46.189888  2585 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: Bootstrap starting.
I20260630 12:34:46.199220  2592 raft_consensus.cc:493] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:46.200007  2592 raft_consensus.cc:515] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.208223  2592 leader_election.cc:290] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a439a2f8324744b49cbbdc2a5ece1473 (127.0.160.130:35183), 03e8407325ec45208d9eb722fb115104 (127.0.160.131:35493)
I20260630 12:34:46.212730  2585 tablet_bootstrap.cc:654] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:46.214066  2586 tablet_bootstrap.cc:492] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104: No bootstrap required, opened a new log
I20260630 12:34:46.214609  2586 ts_tablet_manager.cc:1403] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104: Time spent bootstrapping tablet: real 0.040s	user 0.014s	sys 0.016s
I20260630 12:34:46.217525  2586 raft_consensus.cc:359] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.218242  2586 raft_consensus.cc:385] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:46.218525  2587 tablet_bootstrap.cc:492] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473: No bootstrap required, opened a new log
I20260630 12:34:46.218585  2586 raft_consensus.cc:740] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03e8407325ec45208d9eb722fb115104, State: Initialized, Role: FOLLOWER
I20260630 12:34:46.219277  2587 ts_tablet_manager.cc:1403] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473: Time spent bootstrapping tablet: real 0.041s	user 0.019s	sys 0.017s
I20260630 12:34:46.219772  2586 consensus_queue.cc:260] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.221671  2585 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: No bootstrap required, opened a new log
I20260630 12:34:46.222244  2587 raft_consensus.cc:359] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.222993  2587 raft_consensus.cc:385] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:46.223282  2587 raft_consensus.cc:740] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a439a2f8324744b49cbbdc2a5ece1473, State: Initialized, Role: FOLLOWER
I20260630 12:34:46.224037  2587 consensus_queue.cc:260] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.226230  2587 ts_tablet_manager.cc:1434] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:34:46.222240  2585 ts_tablet_manager.cc:1403] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.007s
I20260630 12:34:46.228986  2466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5192008749764e818c2c883892cfd32a" candidate_uuid: "4728c6ac81984fb695902363ddc56926" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a439a2f8324744b49cbbdc2a5ece1473" is_pre_election: true
I20260630 12:34:46.229677  2466 raft_consensus.cc:2468] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4728c6ac81984fb695902363ddc56926 in term 0.
I20260630 12:34:46.229735  2585 raft_consensus.cc:359] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.230516  2585 raft_consensus.cc:385] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:46.230995  2585 raft_consensus.cc:740] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4728c6ac81984fb695902363ddc56926, State: Initialized, Role: FOLLOWER
I20260630 12:34:46.231127  2357 leader_election.cc:304] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4728c6ac81984fb695902363ddc56926, a439a2f8324744b49cbbdc2a5ece1473; no voters: 
I20260630 12:34:46.232072  2592 raft_consensus.cc:2804] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:46.231782  2585 consensus_queue.cc:260] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.232432  2592 raft_consensus.cc:493] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:46.232679  2586 ts_tablet_manager.cc:1434] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104: Time spent starting tablet: real 0.018s	user 0.009s	sys 0.000s
I20260630 12:34:46.232800  2592 raft_consensus.cc:3060] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:46.238018  2540 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5192008749764e818c2c883892cfd32a" candidate_uuid: "4728c6ac81984fb695902363ddc56926" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03e8407325ec45208d9eb722fb115104" is_pre_election: true
I20260630 12:34:46.238729  2540 raft_consensus.cc:2468] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4728c6ac81984fb695902363ddc56926 in term 0.
I20260630 12:34:46.242062  2585 ts_tablet_manager.cc:1434] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: Time spent starting tablet: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:34:46.245929  2592 raft_consensus.cc:515] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.248013  2592 leader_election.cc:290] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [CANDIDATE]: Term 1 election: Requested vote from peers a439a2f8324744b49cbbdc2a5ece1473 (127.0.160.130:35183), 03e8407325ec45208d9eb722fb115104 (127.0.160.131:35493)
I20260630 12:34:46.248626  2466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5192008749764e818c2c883892cfd32a" candidate_uuid: "4728c6ac81984fb695902363ddc56926" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a439a2f8324744b49cbbdc2a5ece1473"
I20260630 12:34:46.249238  2466 raft_consensus.cc:3060] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:46.249082  2540 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5192008749764e818c2c883892cfd32a" candidate_uuid: "4728c6ac81984fb695902363ddc56926" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03e8407325ec45208d9eb722fb115104"
I20260630 12:34:46.253221  2540 raft_consensus.cc:3060] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:46.254869  2466 raft_consensus.cc:2468] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4728c6ac81984fb695902363ddc56926 in term 1.
I20260630 12:34:46.255944  2357 leader_election.cc:304] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4728c6ac81984fb695902363ddc56926, a439a2f8324744b49cbbdc2a5ece1473; no voters: 
I20260630 12:34:46.256733  2592 raft_consensus.cc:2804] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:46.257220  2592 raft_consensus.cc:697] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 1 LEADER]: Becoming Leader. State: Replica: 4728c6ac81984fb695902363ddc56926, State: Running, Role: LEADER
I20260630 12:34:46.257892  2592 consensus_queue.cc:237] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.258919  2540 raft_consensus.cc:2468] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4728c6ac81984fb695902363ddc56926 in term 1.
I20260630 12:34:46.267465  2289 catalog_manager.cc:5697] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4728c6ac81984fb695902363ddc56926 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4728c6ac81984fb695902363ddc56926" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:46.485849  2593 raft_consensus.cc:493] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:46.486400  2593 raft_consensus.cc:515] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.488746  2593 leader_election.cc:290] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4728c6ac81984fb695902363ddc56926 (127.0.160.129:46511), 03e8407325ec45208d9eb722fb115104 (127.0.160.131:35493)
I20260630 12:34:46.500877  2391 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32c5f333f17f433a9f33582b1201c0e4" candidate_uuid: "a439a2f8324744b49cbbdc2a5ece1473" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4728c6ac81984fb695902363ddc56926" is_pre_election: true
I20260630 12:34:46.501729  2391 raft_consensus.cc:2468] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a439a2f8324744b49cbbdc2a5ece1473 in term 0.
I20260630 12:34:46.501895  2540 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32c5f333f17f433a9f33582b1201c0e4" candidate_uuid: "a439a2f8324744b49cbbdc2a5ece1473" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03e8407325ec45208d9eb722fb115104" is_pre_election: true
I20260630 12:34:46.502601  2540 raft_consensus.cc:2468] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a439a2f8324744b49cbbdc2a5ece1473 in term 0.
I20260630 12:34:46.503033  2432 leader_election.cc:304] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4728c6ac81984fb695902363ddc56926, a439a2f8324744b49cbbdc2a5ece1473; no voters: 
I20260630 12:34:46.503883  2593 raft_consensus.cc:2804] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:46.504149  2593 raft_consensus.cc:493] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:46.504359  2593 raft_consensus.cc:3060] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:46.509117  2593 raft_consensus.cc:515] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.510749  2593 leader_election.cc:290] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [CANDIDATE]: Term 1 election: Requested vote from peers 4728c6ac81984fb695902363ddc56926 (127.0.160.129:46511), 03e8407325ec45208d9eb722fb115104 (127.0.160.131:35493)
I20260630 12:34:46.511643  2391 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32c5f333f17f433a9f33582b1201c0e4" candidate_uuid: "a439a2f8324744b49cbbdc2a5ece1473" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4728c6ac81984fb695902363ddc56926"
I20260630 12:34:46.511938  2540 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32c5f333f17f433a9f33582b1201c0e4" candidate_uuid: "a439a2f8324744b49cbbdc2a5ece1473" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03e8407325ec45208d9eb722fb115104"
I20260630 12:34:46.512293  2391 raft_consensus.cc:3060] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:46.512467  2540 raft_consensus.cc:3060] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:46.519584  2391 raft_consensus.cc:2468] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a439a2f8324744b49cbbdc2a5ece1473 in term 1.
I20260630 12:34:46.519583  2540 raft_consensus.cc:2468] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a439a2f8324744b49cbbdc2a5ece1473 in term 1.
I20260630 12:34:46.521327  2431 leader_election.cc:304] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 03e8407325ec45208d9eb722fb115104, a439a2f8324744b49cbbdc2a5ece1473; no voters: 
I20260630 12:34:46.522091  2593 raft_consensus.cc:2804] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:46.523181  2593 raft_consensus.cc:697] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 LEADER]: Becoming Leader. State: Replica: a439a2f8324744b49cbbdc2a5ece1473, State: Running, Role: LEADER
I20260630 12:34:46.523981  2593 consensus_queue.cc:237] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } }
I20260630 12:34:46.531226  2289 catalog_manager.cc:5697] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 reported cstate change: term changed from 0 to 1, leader changed from <none> to a439a2f8324744b49cbbdc2a5ece1473 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "a439a2f8324744b49cbbdc2a5ece1473" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:46.602722  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:46.604609  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:46.604980  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:46.779368  2605 consensus_queue.cc:1048] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:46.792949  2610 consensus_queue.cc:1048] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:46.943722  2593 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:46.955684  2593 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:48.605927  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:48.607865  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:48.608258  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:50.609324  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:50.611228  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:50.611588  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:52.612849  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:52.615003  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:52.615386  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:54.616444  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:54.618484  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:54.618862  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:56.619840  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:56.621848  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:56.622192  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:58.623210  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:58.625401  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:58.625777  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:58.646914   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:58.653744  2627 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:58.658070  2628 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:58.663568  2630 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:58.664113   642 server_base.cc:1061] running on GCE node
I20260630 12:34:58.665378   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:58.665629   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:58.665829   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822898665811 us; error 0 us; skew 500 ppm
I20260630 12:34:58.666352   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:58.669199   642 webserver.cc:533] Webserver started at http://127.0.160.132:37433/ using document root <none> and password file <none>
I20260630 12:34:58.669745   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:58.669970   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:58.670289   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:58.671698   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "09471583a32a43b187542beb16c06f90"
format_stamp: "Formatted at 2026-06-30 12:34:58 on dist-test-slave-n1kv"
I20260630 12:34:58.676721   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:34:58.680568  2635 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:58.681533   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:58.681855   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "09471583a32a43b187542beb16c06f90"
format_stamp: "Formatted at 2026-06-30 12:34:58 on dist-test-slave-n1kv"
I20260630 12:34:58.682152   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:58.707036   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:58.708487   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:58.710146   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:58.712842   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:58.713161   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:58.713423   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:58.713610   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:58.756079   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:44115
I20260630 12:34:58.756182  2697 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:44115 every 8 connection(s)
I20260630 12:34:58.776568  2698 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38121
I20260630 12:34:58.776978  2698 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:58.777712  2698 heartbeater.cc:507] Master 127.0.160.190:38121 requested a full tablet report, sending...
I20260630 12:34:58.779947  2289 ts_manager.cc:194] Registered new tserver with Master: 09471583a32a43b187542beb16c06f90 (127.0.160.132:44115)
I20260630 12:34:58.781544  2289 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36570
I20260630 12:34:59.680286  2466 consensus_queue.cc:237] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [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: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: true } }
I20260630 12:34:59.688864  2540 raft_consensus.cc:1275] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Refusing update from remote peer a439a2f8324744b49cbbdc2a5ece1473: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:59.689893  2391 raft_consensus.cc:1275] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Refusing update from remote peer a439a2f8324744b49cbbdc2a5ece1473: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:59.692443  2626 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:59.693745  2705 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:59.704566  2626 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 09471583a32a43b187542beb16c06f90 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: true } } }
W20260630 12:34:59.706362  2429 consensus_peers.cc:597] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 -> Peer 09471583a32a43b187542beb16c06f90 (127.0.160.132:44115): Couldn't send request to peer 09471583a32a43b187542beb16c06f90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 32c5f333f17f433a9f33582b1201c0e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:59.706571  2540 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 09471583a32a43b187542beb16c06f90 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: true } } }
I20260630 12:34:59.708904  2391 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 09471583a32a43b187542beb16c06f90 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: true } } }
I20260630 12:34:59.725242  2289 catalog_manager.cc:5697] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 reported cstate change: config changed from index -1 to 2, NON_VOTER 09471583a32a43b187542beb16c06f90 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "a439a2f8324744b49cbbdc2a5ece1473" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:59.784097  2698 heartbeater.cc:499] Master 127.0.160.190:38121 was elected leader, sending a full tablet report...
I20260630 12:35:00.077827  2715 ts_tablet_manager.cc:933] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: Initiating tablet copy from peer a439a2f8324744b49cbbdc2a5ece1473 (127.0.160.130:35183)
I20260630 12:35:00.080078  2715 tablet_copy_client.cc:323] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:35183
I20260630 12:35:00.091935  2476 tablet_copy_service.cc:140] P a439a2f8324744b49cbbdc2a5ece1473: Received BeginTabletCopySession request for tablet 32c5f333f17f433a9f33582b1201c0e4 from peer 09471583a32a43b187542beb16c06f90 ({username='slave'} at 127.0.0.1:35470)
I20260630 12:35:00.092540  2476 tablet_copy_service.cc:161] P a439a2f8324744b49cbbdc2a5ece1473: Beginning new tablet copy session on tablet 32c5f333f17f433a9f33582b1201c0e4 from peer 09471583a32a43b187542beb16c06f90 at {username='slave'} at 127.0.0.1:35470: session id = 09471583a32a43b187542beb16c06f90-32c5f333f17f433a9f33582b1201c0e4
I20260630 12:35:00.101369  2476 tablet_copy_source_session.cc:215] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:00.104727  2715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32c5f333f17f433a9f33582b1201c0e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:00.116225  2715 tablet_copy_client.cc:806] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:00.117022  2715 tablet_copy_client.cc:670] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:00.121328  2715 tablet_copy_client.cc:538] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:00.127831  2715 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: Bootstrap starting.
I20260630 12:35:00.143947  2715 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:00.144774  2715 tablet_bootstrap.cc:492] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: Bootstrap complete.
I20260630 12:35:00.145450  2715 ts_tablet_manager.cc:1403] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.005s
I20260630 12:35:00.147688  2715 raft_consensus.cc:359] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: true } }
I20260630 12:35:00.148325  2715 raft_consensus.cc:740] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 09471583a32a43b187542beb16c06f90, State: Initialized, Role: LEARNER
I20260630 12:35:00.148949  2715 consensus_queue.cc:260] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [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: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: true } }
I20260630 12:35:00.151700  2715 ts_tablet_manager.cc:1434] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:00.153587  2476 tablet_copy_service.cc:342] P a439a2f8324744b49cbbdc2a5ece1473: Request end of tablet copy session 09471583a32a43b187542beb16c06f90-32c5f333f17f433a9f33582b1201c0e4 received from {username='slave'} at 127.0.0.1:35470
I20260630 12:35:00.154069  2476 tablet_copy_service.cc:434] P a439a2f8324744b49cbbdc2a5ece1473: ending tablet copy session 09471583a32a43b187542beb16c06f90-32c5f333f17f433a9f33582b1201c0e4 on tablet 32c5f333f17f433a9f33582b1201c0e4 with peer 09471583a32a43b187542beb16c06f90
I20260630 12:35:00.626807  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:00.629056  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:00.629485  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:00.679186  2673 raft_consensus.cc:1217] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:01.261147  2720 raft_consensus.cc:1064] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: attempting to promote NON_VOTER 09471583a32a43b187542beb16c06f90 to VOTER
I20260630 12:35:01.263326  2720 consensus_queue.cc:237] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [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: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } }
I20260630 12:35:01.269905  2673 raft_consensus.cc:1275] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 LEARNER]: Refusing update from remote peer a439a2f8324744b49cbbdc2a5ece1473: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:01.272958  2540 raft_consensus.cc:1275] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Refusing update from remote peer a439a2f8324744b49cbbdc2a5ece1473: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:01.277034  2723 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:01.278548  2720 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:01.284709  2391 raft_consensus.cc:1275] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Refusing update from remote peer a439a2f8324744b49cbbdc2a5ece1473: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:01.286608  2723 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:01.298631  2726 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 09471583a32a43b187542beb16c06f90 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } } }
I20260630 12:35:01.300532  2673 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 09471583a32a43b187542beb16c06f90 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } } }
I20260630 12:35:01.302390  2390 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 09471583a32a43b187542beb16c06f90 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } } }
I20260630 12:35:01.311419  2539 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 09471583a32a43b187542beb16c06f90 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } } }
I20260630 12:35:01.315653  2286 catalog_manager.cc:5697] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 reported cstate change: config changed from index 2 to 3, 09471583a32a43b187542beb16c06f90 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "a439a2f8324744b49cbbdc2a5ece1473" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4728c6ac81984fb695902363ddc56926" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46511 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:01.340144  2466 consensus_queue.cc:237] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [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: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } }
I20260630 12:35:01.346570  2673 raft_consensus.cc:1275] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 FOLLOWER]: Refusing update from remote peer a439a2f8324744b49cbbdc2a5ece1473: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:01.347105  2539 raft_consensus.cc:1275] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Refusing update from remote peer a439a2f8324744b49cbbdc2a5ece1473: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:01.348388  2726 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:01.349370  2723 consensus_queue.cc:1048] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:01.356559  2725 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4728c6ac81984fb695902363ddc56926 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } } }
I20260630 12:35:01.362572  2673 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4728c6ac81984fb695902363ddc56926 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } } }
I20260630 12:35:01.362573  2539 raft_consensus.cc:2955] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4728c6ac81984fb695902363ddc56926 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } } }
I20260630 12:35:01.368374  2276 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 32c5f333f17f433a9f33582b1201c0e4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:01.375231  2289 catalog_manager.cc:5697] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 reported cstate change: config changed from index 3 to 4, VOTER 4728c6ac81984fb695902363ddc56926 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "a439a2f8324744b49cbbdc2a5ece1473" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a439a2f8324744b49cbbdc2a5ece1473" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35183 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03e8407325ec45208d9eb722fb115104" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "09471583a32a43b187542beb16c06f90" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 44115 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:01.416467  2380 tablet_service.cc:1558] Processing DeleteTablet for tablet 32c5f333f17f433a9f33582b1201c0e4 with delete_type TABLET_DATA_TOMBSTONED (TS 4728c6ac81984fb695902363ddc56926 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:34564
I20260630 12:35:01.421197  2739 tablet_replica.cc:333] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: stopping tablet replica
I20260630 12:35:01.422384  2739 raft_consensus.cc:2243] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:01.423813  2739 raft_consensus.cc:2272] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:01.427591  2739 ts_tablet_manager.cc:1916] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:01.440202  2739 ts_tablet_manager.cc:1929] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:01.440625  2739 log.cc:1199] T 32c5f333f17f433a9f33582b1201c0e4 P 4728c6ac81984fb695902363ddc56926: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861050400-642-0/minicluster-data/ts-0-root/wals/32c5f333f17f433a9f33582b1201c0e4
I20260630 12:35:01.442318  2276 catalog_manager.cc:5028] TS 4728c6ac81984fb695902363ddc56926 (127.0.160.129:46511): tablet 32c5f333f17f433a9f33582b1201c0e4 (table test-workload [id=55486223a032464a9f1e054a988a9251]) successfully deleted
I20260630 12:35:02.630667  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:02.632740  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:02.633180  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:04.634299  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:04.636291  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:04.636673  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:05.779520  2412 debug-util.cc:398] Leaking SignalData structure 0x7b0800118200 after lost signal to thread 645
W20260630 12:35:05.780532  2412 debug-util.cc:398] Leaking SignalData structure 0x7b08000c1400 after lost signal to thread 2323
W20260630 12:35:05.781575  2412 debug-util.cc:398] Leaking SignalData structure 0x7b0800210c40 after lost signal to thread 2415
W20260630 12:35:05.782503  2412 debug-util.cc:398] Leaking SignalData structure 0x7b0800135080 after lost signal to thread 2490
W20260630 12:35:05.783345  2412 debug-util.cc:398] Leaking SignalData structure 0x7b0800021100 after lost signal to thread 2564
W20260630 12:35:05.784231  2412 debug-util.cc:398] Leaking SignalData structure 0x7b08001e7000 after lost signal to thread 2697
I20260630 12:35:06.637991  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:06.641215  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:06.641747  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:08.642856  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:08.644943  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:08.645357  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:10.646415  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:10.648428  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:10.648793  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:12.650023  2342 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:12.652299  2342 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:12.652729  2342 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:13.486106   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:35:13.514937   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:13.515784   642 tablet_replica.cc:333] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926: stopping tablet replica
I20260630 12:35:13.516320   642 raft_consensus.cc:2243] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:13.517432   642 raft_consensus.cc:2272] T 5192008749764e818c2c883892cfd32a P 4728c6ac81984fb695902363ddc56926 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.557802   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:35:13.571640   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:35:13.602674   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:13.603566   642 tablet_replica.cc:333] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473: stopping tablet replica
I20260630 12:35:13.604290   642 raft_consensus.cc:2243] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:13.604833   642 raft_consensus.cc:2272] T 5192008749764e818c2c883892cfd32a P a439a2f8324744b49cbbdc2a5ece1473 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.607187   642 tablet_replica.cc:333] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473: stopping tablet replica
I20260630 12:35:13.607688   642 raft_consensus.cc:2243] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:13.608641   642 raft_consensus.cc:2272] T 32c5f333f17f433a9f33582b1201c0e4 P a439a2f8324744b49cbbdc2a5ece1473 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.630654   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:35:13.643391   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:35:13.669842   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:13.670576   642 tablet_replica.cc:333] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104: stopping tablet replica
I20260630 12:35:13.671170   642 raft_consensus.cc:2243] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:13.671700   642 raft_consensus.cc:2272] T 5192008749764e818c2c883892cfd32a P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.673872   642 tablet_replica.cc:333] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104: stopping tablet replica
I20260630 12:35:13.674324   642 raft_consensus.cc:2243] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:13.675011   642 raft_consensus.cc:2272] T 32c5f333f17f433a9f33582b1201c0e4 P 03e8407325ec45208d9eb722fb115104 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.696455   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:35:13.708505   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:35:13.731031   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:13.731731   642 tablet_replica.cc:333] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90: stopping tablet replica
I20260630 12:35:13.732249   642 raft_consensus.cc:2243] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:13.732894   642 raft_consensus.cc:2272] T 32c5f333f17f433a9f33582b1201c0e4 P 09471583a32a43b187542beb16c06f90 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.752576   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:35:13.763101   642 master.cc:562] Master@127.0.160.190:38121 shutting down...
I20260630 12:35:13.787493   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:13.788101   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.788395   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5908c302e6b040c4a2bbc92db53a98f1: stopping tablet replica
I20260630 12:35:13.807458   642 master.cc:584] Master@127.0.160.190:38121 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (29391 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:35:13.846016   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:44657
I20260630 12:35:13.847203   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:13.852972  2745 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:13.853106  2746 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:13.854036  2748 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:13.855628   642 server_base.cc:1061] running on GCE node
I20260630 12:35:13.856524   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:13.856703   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:13.856822   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822913856806 us; error 0 us; skew 500 ppm
I20260630 12:35:13.857335   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:13.859763   642 webserver.cc:533] Webserver started at http://127.0.160.190:43059/ using document root <none> and password file <none>
I20260630 12:35:13.860221   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:13.860388   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:13.860639   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:13.861878   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "be85e4bf15cf4efd8e69562f5146cbb6"
format_stamp: "Formatted at 2026-06-30 12:35:13 on dist-test-slave-n1kv"
I20260630 12:35:13.866628   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:13.870042  2753 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:13.870834   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:13.871135   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "be85e4bf15cf4efd8e69562f5146cbb6"
format_stamp: "Formatted at 2026-06-30 12:35:13 on dist-test-slave-n1kv"
I20260630 12:35:13.871440   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:13.899129   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:13.900447   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:13.940485   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:44657
I20260630 12:35:13.940670  2804 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:44657 every 8 connection(s)
I20260630 12:35:13.944608  2805 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:13.955616  2805 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6: Bootstrap starting.
I20260630 12:35:13.960574  2805 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:13.965207  2805 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6: No bootstrap required, opened a new log
I20260630 12:35:13.967528  2805 raft_consensus.cc:359] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "be85e4bf15cf4efd8e69562f5146cbb6" member_type: VOTER }
I20260630 12:35:13.968006  2805 raft_consensus.cc:385] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:13.968313  2805 raft_consensus.cc:740] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be85e4bf15cf4efd8e69562f5146cbb6, State: Initialized, Role: FOLLOWER
I20260630 12:35:13.969015  2805 consensus_queue.cc:260] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "be85e4bf15cf4efd8e69562f5146cbb6" member_type: VOTER }
I20260630 12:35:13.969521  2805 raft_consensus.cc:399] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:13.969761  2805 raft_consensus.cc:493] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:13.970062  2805 raft_consensus.cc:3060] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:13.975023  2805 raft_consensus.cc:515] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "be85e4bf15cf4efd8e69562f5146cbb6" member_type: VOTER }
I20260630 12:35:13.975672  2805 leader_election.cc:304] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [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: be85e4bf15cf4efd8e69562f5146cbb6; no voters: 
I20260630 12:35:13.976864  2805 leader_election.cc:290] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:13.977306  2808 raft_consensus.cc:2804] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:13.978621  2808 raft_consensus.cc:697] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 1 LEADER]: Becoming Leader. State: Replica: be85e4bf15cf4efd8e69562f5146cbb6, State: Running, Role: LEADER
I20260630 12:35:13.979339  2808 consensus_queue.cc:237] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [LEADER]: Queue going to LEADER mode. State: All 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: "be85e4bf15cf4efd8e69562f5146cbb6" member_type: VOTER }
I20260630 12:35:13.980057  2805 sys_catalog.cc:565] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:13.984881  2810 sys_catalog.cc:455] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader be85e4bf15cf4efd8e69562f5146cbb6. Latest consensus state: current_term: 1 leader_uuid: "be85e4bf15cf4efd8e69562f5146cbb6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "be85e4bf15cf4efd8e69562f5146cbb6" member_type: VOTER } }
I20260630 12:35:13.984694  2809 sys_catalog.cc:455] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "be85e4bf15cf4efd8e69562f5146cbb6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "be85e4bf15cf4efd8e69562f5146cbb6" member_type: VOTER } }
I20260630 12:35:13.985435  2810 sys_catalog.cc:458] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:13.985560  2809 sys_catalog.cc:458] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:13.987807  2814 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:13.995131  2814 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:13.996474   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:14.005002  2814 catalog_manager.cc:1383] Generated new cluster ID: 3030f514fb6d416a9de4c04a432162ce
I20260630 12:35:14.005340  2814 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:14.022759  2814 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:14.024125  2814 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:14.037768  2814 catalog_manager.cc:6070] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6: Generated new TSK 0
I20260630 12:35:14.038437  2814 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:14.062734   642 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000205948s
I20260630 12:35:26.159111   642 master.cc:562] Master@127.0.160.190:44657 shutting down...
I20260630 12:35:26.185276   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:26.186120   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:26.186522   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P be85e4bf15cf4efd8e69562f5146cbb6: stopping tablet replica
I20260630 12:35:26.207175   642 master.cc:584] Master@127.0.160.190:44657 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12393 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:35:26.239580   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:39429
I20260630 12:35:26.240880   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:26.246757  2828 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:26.247123  2829 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:26.248253  2831 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:26.249962   642 server_base.cc:1061] running on GCE node
I20260630 12:35:26.250789   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:26.251011   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:26.251192   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822926251167 us; error 0 us; skew 500 ppm
I20260630 12:35:26.251705   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:26.254329   642 webserver.cc:533] Webserver started at http://127.0.160.190:45431/ using document root <none> and password file <none>
I20260630 12:35:26.254843   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:26.255066   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:26.255357   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:26.256611   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "86f0ae4c6747401cbeb2bb89cc993cea"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.261376   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:26.264799  2836 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.265741   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:26.265978   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "86f0ae4c6747401cbeb2bb89cc993cea"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.266214   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:26.282307   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:26.283576   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:26.322582   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:39429
I20260630 12:35:26.322688  2887 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:39429 every 8 connection(s)
I20260630 12:35:26.326829  2888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:26.338991  2888 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea: Bootstrap starting.
I20260630 12:35:26.344197  2888 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:26.348714  2888 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea: No bootstrap required, opened a new log
I20260630 12:35:26.351106  2888 raft_consensus.cc:359] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "86f0ae4c6747401cbeb2bb89cc993cea" member_type: VOTER }
I20260630 12:35:26.351572  2888 raft_consensus.cc:385] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:26.351749  2888 raft_consensus.cc:740] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86f0ae4c6747401cbeb2bb89cc993cea, State: Initialized, Role: FOLLOWER
I20260630 12:35:26.352360  2888 consensus_queue.cc:260] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "86f0ae4c6747401cbeb2bb89cc993cea" member_type: VOTER }
I20260630 12:35:26.352831  2888 raft_consensus.cc:399] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:26.353128  2888 raft_consensus.cc:493] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:26.353359  2888 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:26.358162  2888 raft_consensus.cc:515] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "86f0ae4c6747401cbeb2bb89cc993cea" member_type: VOTER }
I20260630 12:35:26.358700  2888 leader_election.cc:304] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [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: 86f0ae4c6747401cbeb2bb89cc993cea; no voters: 
I20260630 12:35:26.359792  2888 leader_election.cc:290] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:26.360155  2891 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:26.361598  2891 raft_consensus.cc:697] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 1 LEADER]: Becoming Leader. State: Replica: 86f0ae4c6747401cbeb2bb89cc993cea, State: Running, Role: LEADER
I20260630 12:35:26.362339  2891 consensus_queue.cc:237] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [LEADER]: Queue going to LEADER mode. State: All 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: "86f0ae4c6747401cbeb2bb89cc993cea" member_type: VOTER }
I20260630 12:35:26.362924  2888 sys_catalog.cc:565] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:26.365973  2893 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [sys.catalog]: SysCatalogTable state changed. Reason: New leader 86f0ae4c6747401cbeb2bb89cc993cea. Latest consensus state: current_term: 1 leader_uuid: "86f0ae4c6747401cbeb2bb89cc993cea" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "86f0ae4c6747401cbeb2bb89cc993cea" member_type: VOTER } }
I20260630 12:35:26.365929  2892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "86f0ae4c6747401cbeb2bb89cc993cea" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "86f0ae4c6747401cbeb2bb89cc993cea" member_type: VOTER } }
I20260630 12:35:26.366860  2893 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:26.366953  2892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:26.374830  2897 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:26.380999  2897 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:26.382028   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:26.390892  2897 catalog_manager.cc:1383] Generated new cluster ID: e626c1a695f548448250e8bbccf21e05
I20260630 12:35:26.391245  2897 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:26.423835  2897 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:26.425344  2897 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:26.448272  2897 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea: Generated new TSK 0
I20260630 12:35:26.448968  2897 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:26.513094   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:26.519378  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
W20260630 12:35:26.520392  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
I20260630 12:35:26.522342   642 server_base.cc:1061] running on GCE node
W20260630 12:35:26.523224  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
I20260630 12:35:26.524112   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:26.524338   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:26.524518   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822926524499 us; error 0 us; skew 500 ppm
I20260630 12:35:26.525175   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:26.527496   642 webserver.cc:533] Webserver started at http://127.0.160.129:35033/ using document root <none> and password file <none>
I20260630 12:35:26.528013   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:26.528213   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:26.528507   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:26.529811   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "b9d35917e7d54e9b892df1054d5b6f76"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.534457   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:35:26.538100  2917 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.538858   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:26.539180   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "b9d35917e7d54e9b892df1054d5b6f76"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.539463   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:26.550665   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:26.551952   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:26.553570   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:26.555915   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:26.556154   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.556406   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:26.556592   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.598258   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:34651
I20260630 12:35:26.598345  2979 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:34651 every 8 connection(s)
I20260630 12:35:26.603615   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:26.611002  2984 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:26.612882  2985 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:26.614542   642 server_base.cc:1061] running on GCE node
W20260630 12:35:26.614915  2987 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:26.615846   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:26.616048   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:26.616175   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822926616164 us; error 0 us; skew 500 ppm
I20260630 12:35:26.616617   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:26.619727   642 webserver.cc:533] Webserver started at http://127.0.160.130:39589/ using document root <none> and password file <none>
I20260630 12:35:26.620234   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:26.620468   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:26.620766   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:26.621271  2980 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39429
I20260630 12:35:26.621683  2980 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:26.622200   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "26d1e951087c43d9af6b1e6da05b8a6d"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.622498  2980 heartbeater.cc:507] Master 127.0.160.190:39429 requested a full tablet report, sending...
I20260630 12:35:26.624861  2853 ts_manager.cc:194] Registered new tserver with Master: b9d35917e7d54e9b892df1054d5b6f76 (127.0.160.129:34651)
I20260630 12:35:26.627236  2853 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43470
I20260630 12:35:26.627508   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
I20260630 12:35:26.631166  2992 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.631948   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:26.632241   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "26d1e951087c43d9af6b1e6da05b8a6d"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.632536   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:26.643205   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:26.644470   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:26.646024   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:26.648277   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:26.648515   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.648747   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:26.648918   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.691208   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:44905
I20260630 12:35:26.691308  3054 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:44905 every 8 connection(s)
I20260630 12:35:26.696273   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:26.703807  3058 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:26.704869  3059 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:26.706859   642 server_base.cc:1061] running on GCE node
W20260630 12:35:26.706985  3061 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:26.708256   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:26.708545   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:26.708753   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822926708731 us; error 0 us; skew 500 ppm
I20260630 12:35:26.709304   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:26.709743  3055 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39429
I20260630 12:35:26.710145  3055 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:26.711144  3055 heartbeater.cc:507] Master 127.0.160.190:39429 requested a full tablet report, sending...
I20260630 12:35:26.712261   642 webserver.cc:533] Webserver started at http://127.0.160.131:33207/ using document root <none> and password file <none>
I20260630 12:35:26.712826   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:26.713093   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:26.713394   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:26.713670  2853 ts_manager.cc:194] Registered new tserver with Master: 26d1e951087c43d9af6b1e6da05b8a6d (127.0.160.130:44905)
I20260630 12:35:26.714599   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "c600470edfc64fdc861adab84c5156e2"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.715128  2853 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43476
I20260630 12:35:26.719307   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:26.722810  3066 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.723749   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:26.724058   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "c600470edfc64fdc861adab84c5156e2"
format_stamp: "Formatted at 2026-06-30 12:35:26 on dist-test-slave-n1kv"
I20260630 12:35:26.724298   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:26.734871   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:26.736092   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:26.737581   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:26.739890   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:26.740091   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.740388   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:26.740533   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:26.781831   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:38813
I20260630 12:35:26.781934  3128 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:38813 every 8 connection(s)
I20260630 12:35:26.796219  3129 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39429
I20260630 12:35:26.796644  3129 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:26.797448  3129 heartbeater.cc:507] Master 127.0.160.190:39429 requested a full tablet report, sending...
I20260630 12:35:26.799463  2853 ts_manager.cc:194] Registered new tserver with Master: c600470edfc64fdc861adab84c5156e2 (127.0.160.131:38813)
I20260630 12:35:26.799862   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014723255s
I20260630 12:35:26.801515  2853 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43480
I20260630 12:35:27.630200  2980 heartbeater.cc:499] Master 127.0.160.190:39429 was elected leader, sending a full tablet report...
I20260630 12:35:27.717710  3055 heartbeater.cc:499] Master 127.0.160.190:39429 was elected leader, sending a full tablet report...
I20260630 12:35:27.804500  3129 heartbeater.cc:499] Master 127.0.160.190:39429 was elected leader, sending a full tablet report...
I20260630 12:35:28.379539  2906 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:30.380621  2906 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:32.382072  2906 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:34.383468  2906 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:36.384547  2906 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:38.385676  2906 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:38.896387   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:35:38.920670   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:38.938037   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:35:38.951013   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:35:38.973167   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:38.989894   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:35:38.999575   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:35:39.019903   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:39.036262   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:35:39.047614   642 master.cc:562] Master@127.0.160.190:39429 shutting down...
I20260630 12:35:39.070678   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:39.071748   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.072306   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 86f0ae4c6747401cbeb2bb89cc993cea: stopping tablet replica
I20260630 12:35:39.092455   642 master.cc:584] Master@127.0.160.190:39429 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12883 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:35:39.126155   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:39773
I20260630 12:35:39.127305   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.132721  3135 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:39.132798  3134 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:39.135859   642 server_base.cc:1061] running on GCE node
W20260630 12:35:39.135818  3137 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:39.137154   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:39.137359   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:39.137550   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822939137515 us; error 0 us; skew 500 ppm
I20260630 12:35:39.138069   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.140480   642 webserver.cc:533] Webserver started at http://127.0.160.190:45695/ using document root <none> and password file <none>
I20260630 12:35:39.141083   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.141299   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.141606   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.142812   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "814bc010b2ce42109ee93a3a37e7c7b4"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.147604   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:39.151204  3142 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.151998   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:39.152319   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "814bc010b2ce42109ee93a3a37e7c7b4"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.152642   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:39.165040   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.166268   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.204639   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:39773
I20260630 12:35:39.204749  3193 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:39773 every 8 connection(s)
I20260630 12:35:39.208817  3194 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.220112  3194 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4: Bootstrap starting.
I20260630 12:35:39.224869  3194 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.229293  3194 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4: No bootstrap required, opened a new log
I20260630 12:35:39.231567  3194 raft_consensus.cc:359] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "814bc010b2ce42109ee93a3a37e7c7b4" member_type: VOTER }
I20260630 12:35:39.232012  3194 raft_consensus.cc:385] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.232301  3194 raft_consensus.cc:740] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 814bc010b2ce42109ee93a3a37e7c7b4, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.233021  3194 consensus_queue.cc:260] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "814bc010b2ce42109ee93a3a37e7c7b4" member_type: VOTER }
I20260630 12:35:39.233520  3194 raft_consensus.cc:399] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:39.233757  3194 raft_consensus.cc:493] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:39.234066  3194 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.238668  3194 raft_consensus.cc:515] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "814bc010b2ce42109ee93a3a37e7c7b4" member_type: VOTER }
I20260630 12:35:39.239266  3194 leader_election.cc:304] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [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: 814bc010b2ce42109ee93a3a37e7c7b4; no voters: 
I20260630 12:35:39.240454  3194 leader_election.cc:290] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:39.240887  3197 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:39.242245  3197 raft_consensus.cc:697] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 1 LEADER]: Becoming Leader. State: Replica: 814bc010b2ce42109ee93a3a37e7c7b4, State: Running, Role: LEADER
I20260630 12:35:39.242957  3197 consensus_queue.cc:237] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [LEADER]: Queue going to LEADER mode. State: All 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: "814bc010b2ce42109ee93a3a37e7c7b4" member_type: VOTER }
I20260630 12:35:39.243557  3194 sys_catalog.cc:565] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:39.246120  3198 sys_catalog.cc:455] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "814bc010b2ce42109ee93a3a37e7c7b4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "814bc010b2ce42109ee93a3a37e7c7b4" member_type: VOTER } }
I20260630 12:35:39.246104  3199 sys_catalog.cc:455] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 814bc010b2ce42109ee93a3a37e7c7b4. Latest consensus state: current_term: 1 leader_uuid: "814bc010b2ce42109ee93a3a37e7c7b4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "814bc010b2ce42109ee93a3a37e7c7b4" member_type: VOTER } }
I20260630 12:35:39.246933  3198 sys_catalog.cc:458] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:39.246958  3199 sys_catalog.cc:458] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:39.249818  3203 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:39.255239  3203 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:39.260170   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:39.265204  3203 catalog_manager.cc:1383] Generated new cluster ID: 24557dd072bf47c6971b824649bf5efe
I20260630 12:35:39.265455  3203 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:39.291015  3203 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:39.292382  3203 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:39.308437  3203 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4: Generated new TSK 0
I20260630 12:35:39.309159  3203 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:39.326730   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.332787  3215 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:39.333927  3216 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:39.335664   642 server_base.cc:1061] running on GCE node
W20260630 12:35:39.336593  3218 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:39.337565   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:39.337783   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:39.337966   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822939337947 us; error 0 us; skew 500 ppm
I20260630 12:35:39.338490   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.340901   642 webserver.cc:533] Webserver started at http://127.0.160.129:42973/ using document root <none> and password file <none>
I20260630 12:35:39.341490   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.341701   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.341993   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.343158   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "9f9cefbbbd494b87b378e17a38f2f649"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.347903   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:39.351438  3223 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.352201   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:35:39.352540   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "9f9cefbbbd494b87b378e17a38f2f649"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.352829   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:39.369342   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.370558   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.372062   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:39.374418   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:39.374667   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.374907   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:39.375097   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.415355   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:44129
I20260630 12:35:39.415455  3285 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:44129 every 8 connection(s)
I20260630 12:35:39.420463   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.428949  3290 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:39.430331  3291 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:39.433161  3293 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:39.434001   642 server_base.cc:1061] running on GCE node
I20260630 12:35:39.434994   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:39.435281   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:39.435518   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822939435497 us; error 0 us; skew 500 ppm
I20260630 12:35:39.435655  3286 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39773
I20260630 12:35:39.436076  3286 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:39.436213   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.436887  3286 heartbeater.cc:507] Master 127.0.160.190:39773 requested a full tablet report, sending...
I20260630 12:35:39.439118   642 webserver.cc:533] Webserver started at http://127.0.160.130:45387/ using document root <none> and password file <none>
I20260630 12:35:39.439821   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.439716  3159 ts_manager.cc:194] Registered new tserver with Master: 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129)
I20260630 12:35:39.440153   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.440510   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.442253   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "e3a89fee2c01440f8446e6873f358c40"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.442449  3159 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38996
I20260630 12:35:39.447650   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:35:39.451303  3298 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.452142   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:39.452463   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "e3a89fee2c01440f8446e6873f358c40"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.452768   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:39.467000   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.468257   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.469770   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:39.472074   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:39.472334   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.472589   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:39.472761   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.514891   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:35309
I20260630 12:35:39.514986  3360 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:35309 every 8 connection(s)
I20260630 12:35:39.519886   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.527578  3364 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:39.528838  3365 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:39.530076  3367 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:39.532359   642 server_base.cc:1061] running on GCE node
I20260630 12:35:39.533378   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:39.533639   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:39.533844   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822939533824 us; error 0 us; skew 500 ppm
I20260630 12:35:39.533852  3361 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39773
I20260630 12:35:39.534372  3361 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:39.534593   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.535193  3361 heartbeater.cc:507] Master 127.0.160.190:39773 requested a full tablet report, sending...
I20260630 12:35:39.537581   642 webserver.cc:533] Webserver started at http://127.0.160.131:41013/ using document root <none> and password file <none>
I20260630 12:35:39.537628  3159 ts_manager.cc:194] Registered new tserver with Master: e3a89fee2c01440f8446e6873f358c40 (127.0.160.130:35309)
I20260630 12:35:39.538229   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.538489   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.538774   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.539263  3159 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38998
I20260630 12:35:39.540162   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "816015c42cd84a20800de360cd39b2a3"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.545182   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:35:39.548895  3372 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.549947   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:39.550235   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "816015c42cd84a20800de360cd39b2a3"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-n1kv"
I20260630 12:35:39.550475   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:39.583141   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.584316   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.585755   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:39.588130   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:39.588315   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.588621   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:39.588784   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.628594   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:36335
I20260630 12:35:39.628690  3434 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:36335 every 8 connection(s)
I20260630 12:35:39.643352  3435 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39773
I20260630 12:35:39.643790  3435 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:39.644572  3435 heartbeater.cc:507] Master 127.0.160.190:39773 requested a full tablet report, sending...
I20260630 12:35:39.646783  3159 ts_manager.cc:194] Registered new tserver with Master: 816015c42cd84a20800de360cd39b2a3 (127.0.160.131:36335)
I20260630 12:35:39.647176   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015506798s
I20260630 12:35:39.648268  3159 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39014
I20260630 12:35:40.445649  3286 heartbeater.cc:499] Master 127.0.160.190:39773 was elected leader, sending a full tablet report...
I20260630 12:35:40.541944  3361 heartbeater.cc:499] Master 127.0.160.190:39773 was elected leader, sending a full tablet report...
I20260630 12:35:40.651453  3435 heartbeater.cc:499] Master 127.0.160.190:39773 was elected leader, sending a full tablet report...
I20260630 12:35:40.703955  3159 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39024:
name: "range_aware_auto_rebalancer_test"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 2
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:35:40.706558  3159 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_auto_rebalancer_test in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:35:40.782474  3400 tablet_service.cc:1511] Processing CreateTablet for tablet f63b48747f1149a1bbb07ea351295eab (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.783186  3398 tablet_service.cc:1511] Processing CreateTablet for tablet c18844df96994f50be7845a44fe3ae8f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.784246  3400 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f63b48747f1149a1bbb07ea351295eab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.785007  3398 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c18844df96994f50be7845a44fe3ae8f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.785382  3251 tablet_service.cc:1511] Processing CreateTablet for tablet f63b48747f1149a1bbb07ea351295eab (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.785977  3399 tablet_service.cc:1511] Processing CreateTablet for tablet ec1093c4672644fb90ccbb7cd33355b5 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.786919  3251 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f63b48747f1149a1bbb07ea351295eab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.786545  3248 tablet_service.cc:1511] Processing CreateTablet for tablet 3a7ac8977b0d4a66aacc9f57a5e28add (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.786742  3249 tablet_service.cc:1511] Processing CreateTablet for tablet c18844df96994f50be7845a44fe3ae8f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.787490  3399 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec1093c4672644fb90ccbb7cd33355b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.787995  3248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3a7ac8977b0d4a66aacc9f57a5e28add. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.789379  3249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c18844df96994f50be7845a44fe3ae8f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.789062  3250 tablet_service.cc:1511] Processing CreateTablet for tablet ec1093c4672644fb90ccbb7cd33355b5 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.790534  3250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec1093c4672644fb90ccbb7cd33355b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.790105  3397 tablet_service.cc:1511] Processing CreateTablet for tablet 3a7ac8977b0d4a66aacc9f57a5e28add (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.791635  3397 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3a7ac8977b0d4a66aacc9f57a5e28add. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.827035  3325 tablet_service.cc:1511] Processing CreateTablet for tablet ec1093c4672644fb90ccbb7cd33355b5 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.828689  3325 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec1093c4672644fb90ccbb7cd33355b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.828066  3323 tablet_service.cc:1511] Processing CreateTablet for tablet 3a7ac8977b0d4a66aacc9f57a5e28add (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.829869  3323 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3a7ac8977b0d4a66aacc9f57a5e28add. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.830073  3324 tablet_service.cc:1511] Processing CreateTablet for tablet c18844df96994f50be7845a44fe3ae8f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.831514  3324 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c18844df96994f50be7845a44fe3ae8f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.828066  3326 tablet_service.cc:1511] Processing CreateTablet for tablet f63b48747f1149a1bbb07ea351295eab (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=421c170789604f2f8fd89701408312a2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.837918  3326 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f63b48747f1149a1bbb07ea351295eab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.863931  3457 tablet_bootstrap.cc:492] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: Bootstrap starting.
I20260630 12:35:40.873006  3457 tablet_bootstrap.cc:654] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.874262  3455 tablet_bootstrap.cc:492] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649: Bootstrap starting.
I20260630 12:35:40.880738  3455 tablet_bootstrap.cc:654] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.885711  3456 tablet_bootstrap.cc:492] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3: Bootstrap starting.
I20260630 12:35:40.892606  3457 tablet_bootstrap.cc:492] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: No bootstrap required, opened a new log
I20260630 12:35:40.893251  3457 ts_tablet_manager.cc:1403] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.014s
I20260630 12:35:40.894081  3456 tablet_bootstrap.cc:654] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.895901  3457 raft_consensus.cc:359] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.896529  3457 raft_consensus.cc:385] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.896873  3457 raft_consensus.cc:740] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a89fee2c01440f8446e6873f358c40, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.897814  3457 consensus_queue.cc:260] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.898332  3455 tablet_bootstrap.cc:492] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649: No bootstrap required, opened a new log
I20260630 12:35:40.898856  3455 ts_tablet_manager.cc:1403] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649: Time spent bootstrapping tablet: real 0.025s	user 0.004s	sys 0.012s
I20260630 12:35:40.899288  3456 tablet_bootstrap.cc:492] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3: No bootstrap required, opened a new log
I20260630 12:35:40.899823  3456 ts_tablet_manager.cc:1403] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:35:40.900796  3457 ts_tablet_manager.cc:1434] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:35:40.901859  3457 tablet_bootstrap.cc:492] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40: Bootstrap starting.
I20260630 12:35:40.902055  3455 raft_consensus.cc:359] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.902817  3455 raft_consensus.cc:385] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.902791  3456 raft_consensus.cc:359] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.903651  3456 raft_consensus.cc:385] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.903589  3455 raft_consensus.cc:740] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f9cefbbbd494b87b378e17a38f2f649, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.904053  3456 raft_consensus.cc:740] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 816015c42cd84a20800de360cd39b2a3, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.904743  3455 consensus_queue.cc:260] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.904824  3456 consensus_queue.cc:260] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.909129  3457 tablet_bootstrap.cc:654] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.916379  3455 ts_tablet_manager.cc:1434] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649: Time spent starting tablet: real 0.017s	user 0.003s	sys 0.014s
I20260630 12:35:40.917042  3456 ts_tablet_manager.cc:1434] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3: Time spent starting tablet: real 0.017s	user 0.014s	sys 0.005s
I20260630 12:35:40.918313  3456 tablet_bootstrap.cc:492] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: Bootstrap starting.
I20260630 12:35:40.919127  3457 tablet_bootstrap.cc:492] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40: No bootstrap required, opened a new log
I20260630 12:35:40.919659  3457 ts_tablet_manager.cc:1403] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.006s
I20260630 12:35:40.922626  3457 raft_consensus.cc:359] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.923374  3457 raft_consensus.cc:385] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.923672  3457 raft_consensus.cc:740] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a89fee2c01440f8446e6873f358c40, State: Initialized, Role: FOLLOWER
W20260630 12:35:40.924217  3287 tablet.cc:2406] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:40.924504  3457 consensus_queue.cc:260] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.925197  3456 tablet_bootstrap.cc:654] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.926846  3457 ts_tablet_manager.cc:1434] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:35:40.927845  3457 tablet_bootstrap.cc:492] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40: Bootstrap starting.
I20260630 12:35:40.929909  3455 tablet_bootstrap.cc:492] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649: Bootstrap starting.
I20260630 12:35:40.934577  3457 tablet_bootstrap.cc:654] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.937153  3455 tablet_bootstrap.cc:654] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.966325  3457 tablet_bootstrap.cc:492] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40: No bootstrap required, opened a new log
I20260630 12:35:40.966857  3457 ts_tablet_manager.cc:1403] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40: Time spent bootstrapping tablet: real 0.039s	user 0.014s	sys 0.004s
I20260630 12:35:40.968093  3456 tablet_bootstrap.cc:492] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: No bootstrap required, opened a new log
I20260630 12:35:40.968588  3456 ts_tablet_manager.cc:1403] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: Time spent bootstrapping tablet: real 0.050s	user 0.019s	sys 0.028s
I20260630 12:35:40.969224  3455 tablet_bootstrap.cc:492] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649: No bootstrap required, opened a new log
I20260630 12:35:40.969713  3455 ts_tablet_manager.cc:1403] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649: Time spent bootstrapping tablet: real 0.040s	user 0.011s	sys 0.021s
I20260630 12:35:40.969899  3457 raft_consensus.cc:359] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:40.970649  3457 raft_consensus.cc:385] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.970937  3457 raft_consensus.cc:740] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a89fee2c01440f8446e6873f358c40, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.971583  3456 raft_consensus.cc:359] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.971768  3457 consensus_queue.cc:260] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:40.972355  3456 raft_consensus.cc:385] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.972713  3456 raft_consensus.cc:740] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 816015c42cd84a20800de360cd39b2a3, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.972592  3455 raft_consensus.cc:359] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:40.973435  3455 raft_consensus.cc:385] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.973735  3455 raft_consensus.cc:740] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f9cefbbbd494b87b378e17a38f2f649, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.973760  3456 consensus_queue.cc:260] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:40.974694  3455 consensus_queue.cc:260] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:40.976511  3456 ts_tablet_manager.cc:1434] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:35:40.977978  3456 tablet_bootstrap.cc:492] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3: Bootstrap starting.
I20260630 12:35:40.981083  3457 ts_tablet_manager.cc:1434] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.004s
I20260630 12:35:40.984668  3455 ts_tablet_manager.cc:1434] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260630 12:35:40.985817  3455 tablet_bootstrap.cc:492] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649: Bootstrap starting.
I20260630 12:35:40.987965  3457 tablet_bootstrap.cc:492] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: Bootstrap starting.
I20260630 12:35:40.990794  3456 tablet_bootstrap.cc:654] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.993860  3455 tablet_bootstrap.cc:654] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.995194  3457 tablet_bootstrap.cc:654] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.999691  3456 tablet_bootstrap.cc:492] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3: No bootstrap required, opened a new log
I20260630 12:35:41.000180  3456 ts_tablet_manager.cc:1403] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.004s
I20260630 12:35:41.001233  3457 tablet_bootstrap.cc:492] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: No bootstrap required, opened a new log
I20260630 12:35:41.001938  3457 ts_tablet_manager.cc:1403] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.007s
I20260630 12:35:41.002573  3456 raft_consensus.cc:359] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.003209  3456 raft_consensus.cc:385] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.003469  3456 raft_consensus.cc:740] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 816015c42cd84a20800de360cd39b2a3, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.004215  3456 consensus_queue.cc:260] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.005524  3462 raft_consensus.cc:493] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.005998  3457 raft_consensus.cc:359] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.008518  3462 raft_consensus.cc:515] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.009459  3457 raft_consensus.cc:385] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.009954  3457 raft_consensus.cc:740] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a89fee2c01440f8446e6873f358c40, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.011363  3457 consensus_queue.cc:260] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.019296  3457 ts_tablet_manager.cc:1434] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: Time spent starting tablet: real 0.017s	user 0.011s	sys 0.000s
I20260630 12:35:41.023782  3462 leader_election.cc:290] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129), e3a89fee2c01440f8446e6873f358c40 (127.0.160.130:35309)
I20260630 12:35:41.025736  3456 ts_tablet_manager.cc:1434] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3: Time spent starting tablet: real 0.025s	user 0.004s	sys 0.004s
I20260630 12:35:41.026856  3456 tablet_bootstrap.cc:492] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: Bootstrap starting.
I20260630 12:35:41.034056  3455 tablet_bootstrap.cc:492] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649: No bootstrap required, opened a new log
I20260630 12:35:41.034641  3455 ts_tablet_manager.cc:1403] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649: Time spent bootstrapping tablet: real 0.049s	user 0.024s	sys 0.018s
I20260630 12:35:41.036581  3456 tablet_bootstrap.cc:654] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.037734  3455 raft_consensus.cc:359] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.038858  3455 raft_consensus.cc:385] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.039175  3455 raft_consensus.cc:740] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f9cefbbbd494b87b378e17a38f2f649, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.041080  3336 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3a7ac8977b0d4a66aacc9f57a5e28add" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a89fee2c01440f8446e6873f358c40" is_pre_election: true
I20260630 12:35:41.039909  3455 consensus_queue.cc:260] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.041873  3336 raft_consensus.cc:2468] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 0.
I20260630 12:35:41.043411  3375 leader_election.cc:304] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 816015c42cd84a20800de360cd39b2a3, e3a89fee2c01440f8446e6873f358c40; no voters: 
I20260630 12:35:41.044384  3462 raft_consensus.cc:2804] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.044778  3462 raft_consensus.cc:493] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.045143  3462 raft_consensus.cc:3060] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.046587  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3a7ac8977b0d4a66aacc9f57a5e28add" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649" is_pre_election: true
I20260630 12:35:41.047536  3261 raft_consensus.cc:2468] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 0.
I20260630 12:35:41.050606  3455 ts_tablet_manager.cc:1434] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260630 12:35:41.051772  3455 tablet_bootstrap.cc:492] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649: Bootstrap starting.
I20260630 12:35:41.052981  3462 raft_consensus.cc:515] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.056644  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3a7ac8977b0d4a66aacc9f57a5e28add" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649"
I20260630 12:35:41.057328  3261 raft_consensus.cc:3060] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.058745  3455 tablet_bootstrap.cc:654] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.064997  3455 tablet_bootstrap.cc:492] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649: No bootstrap required, opened a new log
I20260630 12:35:41.064888  3261 raft_consensus.cc:2468] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 1.
I20260630 12:35:41.066211  3455 ts_tablet_manager.cc:1403] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:35:41.067126  3374 leader_election.cc:304] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 816015c42cd84a20800de360cd39b2a3, 9f9cefbbbd494b87b378e17a38f2f649; no voters: 
I20260630 12:35:41.068248  3471 raft_consensus.cc:2804] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.068557  3336 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3a7ac8977b0d4a66aacc9f57a5e28add" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a89fee2c01440f8446e6873f358c40"
I20260630 12:35:41.069288  3336 raft_consensus.cc:3060] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.069339  3455 raft_consensus.cc:359] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.070189  3455 raft_consensus.cc:385] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.070601  3455 raft_consensus.cc:740] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f9cefbbbd494b87b378e17a38f2f649, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.071568  3455 consensus_queue.cc:260] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.073334  3471 raft_consensus.cc:697] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 1 LEADER]: Becoming Leader. State: Replica: 816015c42cd84a20800de360cd39b2a3, State: Running, Role: LEADER
I20260630 12:35:41.074563  3471 consensus_queue.cc:237] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.077116  3336 raft_consensus.cc:2468] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 1.
I20260630 12:35:41.065476  3462 leader_election.cc:290] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 election: Requested vote from peers 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129), e3a89fee2c01440f8446e6873f358c40 (127.0.160.130:35309)
I20260630 12:35:41.081282  3455 ts_tablet_manager.cc:1434] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:35:41.082935  3456 tablet_bootstrap.cc:492] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: No bootstrap required, opened a new log
I20260630 12:35:41.083565  3456 ts_tablet_manager.cc:1403] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: Time spent bootstrapping tablet: real 0.057s	user 0.025s	sys 0.024s
I20260630 12:35:41.086792  3456 raft_consensus.cc:359] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:41.087769  3456 raft_consensus.cc:385] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.088078  3456 raft_consensus.cc:740] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 816015c42cd84a20800de360cd39b2a3, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.088835  3456 consensus_queue.cc:260] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:41.090062  3157 catalog_manager.cc:5697] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 816015c42cd84a20800de360cd39b2a3 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "816015c42cd84a20800de360cd39b2a3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:41.090852  3456 ts_tablet_manager.cc:1434] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:35:41.109797  3461 raft_consensus.cc:493] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.110357  3461 raft_consensus.cc:515] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.112622  3461 leader_election.cc:290] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129), 816015c42cd84a20800de360cd39b2a3 (127.0.160.131:36335)
I20260630 12:35:41.126168  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c18844df96994f50be7845a44fe3ae8f" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649" is_pre_election: true
I20260630 12:35:41.126257  3410 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c18844df96994f50be7845a44fe3ae8f" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "816015c42cd84a20800de360cd39b2a3" is_pre_election: true
I20260630 12:35:41.126880  3261 raft_consensus.cc:2468] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 0.
I20260630 12:35:41.126961  3410 raft_consensus.cc:2468] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 0.
I20260630 12:35:41.128074  3300 leader_election.cc:304] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9f9cefbbbd494b87b378e17a38f2f649, e3a89fee2c01440f8446e6873f358c40; no voters: 
I20260630 12:35:41.128827  3461 raft_consensus.cc:2804] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.129204  3461 raft_consensus.cc:493] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.129489  3461 raft_consensus.cc:3060] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.134284  3461 raft_consensus.cc:515] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.135998  3461 leader_election.cc:290] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 election: Requested vote from peers 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129), 816015c42cd84a20800de360cd39b2a3 (127.0.160.131:36335)
I20260630 12:35:41.136888  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c18844df96994f50be7845a44fe3ae8f" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649"
I20260630 12:35:41.137099  3410 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c18844df96994f50be7845a44fe3ae8f" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "816015c42cd84a20800de360cd39b2a3"
I20260630 12:35:41.137617  3261 raft_consensus.cc:3060] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.137617  3410 raft_consensus.cc:3060] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.144886  3410 raft_consensus.cc:2468] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 1.
I20260630 12:35:41.144886  3261 raft_consensus.cc:2468] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 1.
I20260630 12:35:41.146413  3302 leader_election.cc:304] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 816015c42cd84a20800de360cd39b2a3, e3a89fee2c01440f8446e6873f358c40; no voters: 
I20260630 12:35:41.147121  3461 raft_consensus.cc:2804] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.148170  3461 raft_consensus.cc:697] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 1 LEADER]: Becoming Leader. State: Replica: e3a89fee2c01440f8446e6873f358c40, State: Running, Role: LEADER
I20260630 12:35:41.148931  3461 consensus_queue.cc:237] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.155930  3157 catalog_manager.cc:5697] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3a89fee2c01440f8446e6873f358c40 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "e3a89fee2c01440f8446e6873f358c40" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.210456  3471 raft_consensus.cc:493] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.211045  3471 raft_consensus.cc:515] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:41.212821  3471 leader_election.cc:290] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3a89fee2c01440f8446e6873f358c40 (127.0.160.130:35309), 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129)
I20260630 12:35:41.213726  3336 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f63b48747f1149a1bbb07ea351295eab" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a89fee2c01440f8446e6873f358c40" is_pre_election: true
I20260630 12:35:41.213869  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f63b48747f1149a1bbb07ea351295eab" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649" is_pre_election: true
I20260630 12:35:41.214350  3336 raft_consensus.cc:2468] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 0.
I20260630 12:35:41.214490  3261 raft_consensus.cc:2468] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 0.
I20260630 12:35:41.215626  3375 leader_election.cc:304] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 816015c42cd84a20800de360cd39b2a3, e3a89fee2c01440f8446e6873f358c40; no voters: 
I20260630 12:35:41.216403  3471 raft_consensus.cc:2804] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.216720  3471 raft_consensus.cc:493] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.217051  3471 raft_consensus.cc:3060] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.217252  3461 raft_consensus.cc:493] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.217736  3461 raft_consensus.cc:515] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.220413  3461 leader_election.cc:290] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129), 816015c42cd84a20800de360cd39b2a3 (127.0.160.131:36335)
I20260630 12:35:41.220731  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec1093c4672644fb90ccbb7cd33355b5" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649" is_pre_election: true
I20260630 12:35:41.221186  3410 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec1093c4672644fb90ccbb7cd33355b5" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "816015c42cd84a20800de360cd39b2a3" is_pre_election: true
I20260630 12:35:41.221554  3261 raft_consensus.cc:2468] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 0.
I20260630 12:35:41.221823  3410 raft_consensus.cc:2468] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 0.
I20260630 12:35:41.222796  3300 leader_election.cc:304] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9f9cefbbbd494b87b378e17a38f2f649, e3a89fee2c01440f8446e6873f358c40; no voters: 
I20260630 12:35:41.223686  3461 raft_consensus.cc:2804] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.224066  3461 raft_consensus.cc:493] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.224416  3461 raft_consensus.cc:3060] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.224308  3471 raft_consensus.cc:515] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:41.226507  3471 leader_election.cc:290] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 election: Requested vote from peers e3a89fee2c01440f8446e6873f358c40 (127.0.160.130:35309), 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129)
I20260630 12:35:41.227677  3336 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f63b48747f1149a1bbb07ea351295eab" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a89fee2c01440f8446e6873f358c40"
I20260630 12:35:41.227846  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f63b48747f1149a1bbb07ea351295eab" candidate_uuid: "816015c42cd84a20800de360cd39b2a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649"
I20260630 12:35:41.228322  3336 raft_consensus.cc:3060] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.228356  3261 raft_consensus.cc:3060] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.231706  3461 raft_consensus.cc:515] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.233425  3261 raft_consensus.cc:2468] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 1.
I20260630 12:35:41.235054  3461 leader_election.cc:290] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 election: Requested vote from peers 9f9cefbbbd494b87b378e17a38f2f649 (127.0.160.129:44129), 816015c42cd84a20800de360cd39b2a3 (127.0.160.131:36335)
I20260630 12:35:41.235260  3410 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec1093c4672644fb90ccbb7cd33355b5" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "816015c42cd84a20800de360cd39b2a3"
I20260630 12:35:41.235283  3374 leader_election.cc:304] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 816015c42cd84a20800de360cd39b2a3, 9f9cefbbbd494b87b378e17a38f2f649; no voters: 
I20260630 12:35:41.235520  3336 raft_consensus.cc:2468] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 816015c42cd84a20800de360cd39b2a3 in term 1.
I20260630 12:35:41.235992  3410 raft_consensus.cc:3060] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.236335  3471 raft_consensus.cc:2804] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.236835  3471 raft_consensus.cc:697] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 1 LEADER]: Becoming Leader. State: Replica: 816015c42cd84a20800de360cd39b2a3, State: Running, Role: LEADER
I20260630 12:35:41.236896  3261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec1093c4672644fb90ccbb7cd33355b5" candidate_uuid: "e3a89fee2c01440f8446e6873f358c40" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f9cefbbbd494b87b378e17a38f2f649"
I20260630 12:35:41.237620  3261 raft_consensus.cc:3060] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.237782  3471 consensus_queue.cc:237] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } }
I20260630 12:35:41.243256  3410 raft_consensus.cc:2468] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 1.
I20260630 12:35:41.244544  3302 leader_election.cc:304] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 816015c42cd84a20800de360cd39b2a3, e3a89fee2c01440f8446e6873f358c40; no voters: 
I20260630 12:35:41.244868  3261 raft_consensus.cc:2468] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a89fee2c01440f8446e6873f358c40 in term 1.
I20260630 12:35:41.245529  3461 raft_consensus.cc:2804] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.246050  3461 raft_consensus.cc:697] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 1 LEADER]: Becoming Leader. State: Replica: e3a89fee2c01440f8446e6873f358c40, State: Running, Role: LEADER
I20260630 12:35:41.246817  3461 consensus_queue.cc:237] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } }
I20260630 12:35:41.246572  3157 catalog_manager.cc:5697] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 816015c42cd84a20800de360cd39b2a3 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "816015c42cd84a20800de360cd39b2a3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.256054  3158 catalog_manager.cc:5697] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3a89fee2c01440f8446e6873f358c40 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "e3a89fee2c01440f8446e6873f358c40" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f9cefbbbd494b87b378e17a38f2f649" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3a89fee2c01440f8446e6873f358c40" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35309 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "816015c42cd84a20800de360cd39b2a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36335 } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:41.258000  3207 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:41.259990  3212 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
W20260630 12:35:41.262514  3212 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:41.389220   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:35:41.408083   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:41.408967   642 tablet_replica.cc:333] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649: stopping tablet replica
I20260630 12:35:41.409584   642 raft_consensus.cc:2243] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.409958   642 raft_consensus.cc:2272] T ec1093c4672644fb90ccbb7cd33355b5 P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.411860   642 tablet_replica.cc:333] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649: stopping tablet replica
I20260630 12:35:41.412367   642 raft_consensus.cc:2243] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.412709   642 raft_consensus.cc:2272] T c18844df96994f50be7845a44fe3ae8f P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.414734   642 tablet_replica.cc:333] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649: stopping tablet replica
I20260630 12:35:41.415217   642 raft_consensus.cc:2243] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.415555   642 raft_consensus.cc:2272] T f63b48747f1149a1bbb07ea351295eab P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.417449   642 tablet_replica.cc:333] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649: stopping tablet replica
I20260630 12:35:41.418164   642 raft_consensus.cc:2243] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.418515   642 raft_consensus.cc:2272] T 3a7ac8977b0d4a66aacc9f57a5e28add P 9f9cefbbbd494b87b378e17a38f2f649 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.439903   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:35:41.452011   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:35:41.471099   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:41.471979   642 tablet_replica.cc:333] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: stopping tablet replica
I20260630 12:35:41.472631   642 raft_consensus.cc:2243] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:41.473284   642 pending_rounds.cc:70] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: Trying to abort 1 pending ops.
I20260630 12:35:41.473467   642 pending_rounds.cc:77] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442766952787968 op_type: NO_OP noop_request { }
I20260630 12:35:41.473779   642 raft_consensus.cc:2889] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:41.474016   642 raft_consensus.cc:2272] T c18844df96994f50be7845a44fe3ae8f P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.476281   642 tablet_replica.cc:333] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40: stopping tablet replica
I20260630 12:35:41.476788   642 raft_consensus.cc:2243] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.477231   642 raft_consensus.cc:2272] T f63b48747f1149a1bbb07ea351295eab P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.478900   642 tablet_replica.cc:333] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40: stopping tablet replica
I20260630 12:35:41.479354   642 raft_consensus.cc:2243] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.479676   642 raft_consensus.cc:2272] T 3a7ac8977b0d4a66aacc9f57a5e28add P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.481249   642 tablet_replica.cc:333] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: stopping tablet replica
I20260630 12:35:41.481663   642 raft_consensus.cc:2243] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:41.482168   642 pending_rounds.cc:70] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: Trying to abort 1 pending ops.
I20260630 12:35:41.482359   642 pending_rounds.cc:77] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442767354785792 op_type: NO_OP noop_request { }
I20260630 12:35:41.482642   642 raft_consensus.cc:2889] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:41.482858   642 raft_consensus.cc:2272] T ec1093c4672644fb90ccbb7cd33355b5 P e3a89fee2c01440f8446e6873f358c40 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.505172   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:35:41.517974   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:35:41.595999   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:41.597153   642 tablet_replica.cc:333] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: stopping tablet replica
I20260630 12:35:41.598263   642 raft_consensus.cc:2243] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:41.599310   642 pending_rounds.cc:70] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: Trying to abort 1 pending ops.
I20260630 12:35:41.599515   642 pending_rounds.cc:77] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442767318331392 op_type: NO_OP noop_request { }
I20260630 12:35:41.600008   642 raft_consensus.cc:2889] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:41.600392   642 raft_consensus.cc:2272] T f63b48747f1149a1bbb07ea351295eab P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.603585   642 tablet_replica.cc:333] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3: stopping tablet replica
I20260630 12:35:41.604271   642 raft_consensus.cc:2243] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.604785   642 raft_consensus.cc:2272] T ec1093c4672644fb90ccbb7cd33355b5 P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.606968   642 tablet_replica.cc:333] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: stopping tablet replica
I20260630 12:35:41.607576   642 raft_consensus.cc:2243] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:41.608378   642 pending_rounds.cc:70] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: Trying to abort 1 pending ops.
I20260630 12:35:41.608588   642 pending_rounds.cc:77] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442766656749568 op_type: NO_OP noop_request { }
I20260630 12:35:41.608919   642 raft_consensus.cc:2889] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:41.609287   642 raft_consensus.cc:2272] T 3a7ac8977b0d4a66aacc9f57a5e28add P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.612183   642 tablet_replica.cc:333] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3: stopping tablet replica
I20260630 12:35:41.612732   642 raft_consensus.cc:2243] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.613265   642 raft_consensus.cc:2272] T c18844df96994f50be7845a44fe3ae8f P 816015c42cd84a20800de360cd39b2a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.638255   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:35:41.655273   642 master.cc:562] Master@127.0.160.190:39773 shutting down...
I20260630 12:35:41.674191   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:41.674943   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.675287   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 814bc010b2ce42109ee93a3a37e7c7b4: stopping tablet replica
I20260630 12:35:41.695511   642 master.cc:584] Master@127.0.160.190:39773 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2616 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:35:41.742654   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:41803
I20260630 12:35:41.743783   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:41.749305  3485 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:41.750519  3486 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:41.750669  3488 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:41.751474   642 server_base.cc:1061] running on GCE node
I20260630 12:35:41.752372   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:41.752596   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:41.752756   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822941752724 us; error 0 us; skew 500 ppm
I20260630 12:35:41.753314   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:41.755697   642 webserver.cc:533] Webserver started at http://127.0.160.190:38553/ using document root <none> and password file <none>
I20260630 12:35:41.756213   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:41.756421   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:41.756726   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:41.758031   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "cfa554fb33f348e0aca1603129e3297e"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-n1kv"
I20260630 12:35:41.762807   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:35:41.766425  3493 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:41.767210   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:41.767517   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "cfa554fb33f348e0aca1603129e3297e"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-n1kv"
I20260630 12:35:41.767808   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:41.788096   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:41.789448   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:41.828867   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:41803
I20260630 12:35:41.829066  3544 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:41803 every 8 connection(s)
I20260630 12:35:41.833169  3545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:41.844602  3545 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e: Bootstrap starting.
I20260630 12:35:41.849485  3545 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.853866  3545 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e: No bootstrap required, opened a new log
I20260630 12:35:41.856048  3545 raft_consensus.cc:359] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfa554fb33f348e0aca1603129e3297e" member_type: VOTER }
I20260630 12:35:41.856492  3545 raft_consensus.cc:385] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.856674  3545 raft_consensus.cc:740] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfa554fb33f348e0aca1603129e3297e, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.857378  3545 consensus_queue.cc:260] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cfa554fb33f348e0aca1603129e3297e" member_type: VOTER }
I20260630 12:35:41.857810  3545 raft_consensus.cc:399] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:41.858014  3545 raft_consensus.cc:493] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:41.858239  3545 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.862838  3545 raft_consensus.cc:515] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfa554fb33f348e0aca1603129e3297e" member_type: VOTER }
I20260630 12:35:41.863368  3545 leader_election.cc:304] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [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: cfa554fb33f348e0aca1603129e3297e; no voters: 
I20260630 12:35:41.864437  3545 leader_election.cc:290] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:41.864868  3548 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.866276  3548 raft_consensus.cc:697] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 1 LEADER]: Becoming Leader. State: Replica: cfa554fb33f348e0aca1603129e3297e, State: Running, Role: LEADER
I20260630 12:35:41.867046  3548 consensus_queue.cc:237] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [LEADER]: Queue going to LEADER mode. State: All 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: "cfa554fb33f348e0aca1603129e3297e" member_type: VOTER }
I20260630 12:35:41.867650  3545 sys_catalog.cc:565] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:41.870281  3549 sys_catalog.cc:455] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cfa554fb33f348e0aca1603129e3297e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfa554fb33f348e0aca1603129e3297e" member_type: VOTER } }
I20260630 12:35:41.870206  3550 sys_catalog.cc:455] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [sys.catalog]: SysCatalogTable state changed. Reason: New leader cfa554fb33f348e0aca1603129e3297e. Latest consensus state: current_term: 1 leader_uuid: "cfa554fb33f348e0aca1603129e3297e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfa554fb33f348e0aca1603129e3297e" member_type: VOTER } }
I20260630 12:35:41.871062  3549 sys_catalog.cc:458] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:41.871061  3550 sys_catalog.cc:458] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:41.879937  3553 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:41.885898  3553 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:41.886970   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:41.895587  3553 catalog_manager.cc:1383] Generated new cluster ID: 7e15798cf0dc4de8904251dfe438e25e
I20260630 12:35:41.895913  3553 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:41.911561  3553 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:41.912961  3553 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:41.927378  3553 catalog_manager.cc:6070] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e: Generated new TSK 0
I20260630 12:35:41.928066  3553 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:41.953701   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:41.960199  3566 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:41.961555  3567 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:41.963238   642 server_base.cc:1061] running on GCE node
W20260630 12:35:41.963183  3569 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:41.964399   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:41.964699   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:41.964879   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822941964862 us; error 0 us; skew 500 ppm
I20260630 12:35:41.965517   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:41.968052   642 webserver.cc:533] Webserver started at http://127.0.160.129:43301/ using document root <none> and password file <none>
I20260630 12:35:41.968616   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:41.968842   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:41.969197   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:41.970646   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "9fc2cc462e484662acd33ea96e6e0d34"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-n1kv"
I20260630 12:35:41.976105   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:35:41.979908  3574 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:41.980762   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:41.981153   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "9fc2cc462e484662acd33ea96e6e0d34"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-n1kv"
I20260630 12:35:41.981468   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:42.017292   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:42.018659   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:42.020251   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:42.023020   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:42.023273   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.023546   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:42.023746   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.067286   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:42877
I20260630 12:35:42.067385  3636 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:42877 every 8 connection(s)
I20260630 12:35:42.073262   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:42.081631  3641 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:42.083009  3642 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:42.086511   642 server_base.cc:1061] running on GCE node
W20260630 12:35:42.086758  3645 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:42.088024   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:42.088331   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:42.088574   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822942088551 us; error 0 us; skew 500 ppm
I20260630 12:35:42.089212   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:42.089761  3637 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41803
I20260630 12:35:42.090225  3637 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:42.091166  3637 heartbeater.cc:507] Master 127.0.160.190:41803 requested a full tablet report, sending...
I20260630 12:35:42.092024   642 webserver.cc:533] Webserver started at http://127.0.160.130:39065/ using document root <none> and password file <none>
I20260630 12:35:42.092700   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:42.092965   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:42.093310   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:42.093822  3510 ts_manager.cc:194] Registered new tserver with Master: 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:42.094556   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "529a652ecc8c4284832421d52453c437"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-n1kv"
I20260630 12:35:42.095736  3510 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42334
I20260630 12:35:42.099690   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260630 12:35:42.103336  3649 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.104238   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:42.104575   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "529a652ecc8c4284832421d52453c437"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-n1kv"
I20260630 12:35:42.104871   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:42.120162   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:42.121517   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:42.123042   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:42.125458   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:42.125717   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.125972   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:42.126152   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.166142   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:44241
I20260630 12:35:42.166232  3711 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:44241 every 8 connection(s)
I20260630 12:35:42.171409   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:42.179004  3715 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:42.181394  3716 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:42.182513   642 server_base.cc:1061] running on GCE node
W20260630 12:35:42.183733  3718 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:42.184902   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:42.185249   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:42.185465   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822942185446 us; error 0 us; skew 500 ppm
I20260630 12:35:42.185527  3712 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41803
I20260630 12:35:42.185949  3712 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:42.186275   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:42.186905  3712 heartbeater.cc:507] Master 127.0.160.190:41803 requested a full tablet report, sending...
I20260630 12:35:42.189280   642 webserver.cc:533] Webserver started at http://127.0.160.131:39575/ using document root <none> and password file <none>
I20260630 12:35:42.189523  3510 ts_manager.cc:194] Registered new tserver with Master: 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:42.189891   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:42.190152   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:42.190430   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:42.191097  3510 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42346
I20260630 12:35:42.191668   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "479e91189f9e4b4499998b0528818cce"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-n1kv"
I20260630 12:35:42.196591   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:35:42.199985  3723 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.200784   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:42.201159   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "479e91189f9e4b4499998b0528818cce"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-n1kv"
I20260630 12:35:42.201467   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:42.212512   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:42.213867   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:42.215416   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:42.217875   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:42.218140   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.218386   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:42.218564   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.259222   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:37591
I20260630 12:35:42.259313  3785 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:37591 every 8 connection(s)
I20260630 12:35:42.273180  3786 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41803
I20260630 12:35:42.273563  3786 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:42.274297  3786 heartbeater.cc:507] Master 127.0.160.190:41803 requested a full tablet report, sending...
I20260630 12:35:42.276178  3510 ts_manager.cc:194] Registered new tserver with Master: 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:42.276750   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01439659s
I20260630 12:35:42.277649  3510 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42350
I20260630 12:35:43.098850  3637 heartbeater.cc:499] Master 127.0.160.190:41803 was elected leader, sending a full tablet report...
I20260630 12:35:43.194056  3712 heartbeater.cc:499] Master 127.0.160.190:41803 was elected leader, sending a full tablet report...
I20260630 12:35:43.280179  3786 heartbeater.cc:499] Master 127.0.160.190:41803 was elected leader, sending a full tablet report...
I20260630 12:35:43.331773  3510 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42354:
name: "range_aware_rebalance_new_range"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 8
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:35:43.334190  3510 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_rebalance_new_range in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:35:43.393682  3677 tablet_service.cc:1511] Processing CreateTablet for tablet 417af239d8fd4d7dabc822881c619d6d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.395287  3677 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 417af239d8fd4d7dabc822881c619d6d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.397886  3676 tablet_service.cc:1511] Processing CreateTablet for tablet 714d2a64c18c4e9f97c498f6e39bcce7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.398671  3675 tablet_service.cc:1511] Processing CreateTablet for tablet c51fa561bba443f290f9b68cd11871ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.405507  3673 tablet_service.cc:1511] Processing CreateTablet for tablet 5060b8d9650b4a67a695169ef6835d7c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.406807  3675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c51fa561bba443f290f9b68cd11871ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.407462  3602 tablet_service.cc:1511] Processing CreateTablet for tablet 417af239d8fd4d7dabc822881c619d6d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.408692  3676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714d2a64c18c4e9f97c498f6e39bcce7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.409890  3601 tablet_service.cc:1511] Processing CreateTablet for tablet 714d2a64c18c4e9f97c498f6e39bcce7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.412223  3600 tablet_service.cc:1511] Processing CreateTablet for tablet c51fa561bba443f290f9b68cd11871ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.403579  3674 tablet_service.cc:1511] Processing CreateTablet for tablet aae52e28ee9c4962bba0f8741ab4eda5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.413497  3596 tablet_service.cc:1511] Processing CreateTablet for tablet 11cd8dc89ad34dc29a1147ae071966b2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.414749  3674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aae52e28ee9c4962bba0f8741ab4eda5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.415064  3599 tablet_service.cc:1511] Processing CreateTablet for tablet aae52e28ee9c4962bba0f8741ab4eda5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.416045  3597 tablet_service.cc:1511] Processing CreateTablet for tablet fa2fd30f68c249e49fbbc151b6d468f1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.407567  3672 tablet_service.cc:1511] Processing CreateTablet for tablet fa2fd30f68c249e49fbbc151b6d468f1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.417435  3673 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5060b8d9650b4a67a695169ef6835d7c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.417697  3598 tablet_service.cc:1511] Processing CreateTablet for tablet 5060b8d9650b4a67a695169ef6835d7c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.418442  3672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa2fd30f68c249e49fbbc151b6d468f1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.419991  3602 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 417af239d8fd4d7dabc822881c619d6d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.421319  3601 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714d2a64c18c4e9f97c498f6e39bcce7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.425386  3597 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa2fd30f68c249e49fbbc151b6d468f1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.427558  3598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5060b8d9650b4a67a695169ef6835d7c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.429315  3599 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aae52e28ee9c4962bba0f8741ab4eda5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.433389  3596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11cd8dc89ad34dc29a1147ae071966b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.437332  3600 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c51fa561bba443f290f9b68cd11871ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.457029  3751 tablet_service.cc:1511] Processing CreateTablet for tablet 417af239d8fd4d7dabc822881c619d6d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.458151  3747 tablet_service.cc:1511] Processing CreateTablet for tablet 5060b8d9650b4a67a695169ef6835d7c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.458799  3751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 417af239d8fd4d7dabc822881c619d6d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.459745  3747 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5060b8d9650b4a67a695169ef6835d7c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.462157  3746 tablet_service.cc:1511] Processing CreateTablet for tablet fa2fd30f68c249e49fbbc151b6d468f1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.463811  3746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa2fd30f68c249e49fbbc151b6d468f1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.466045  3749 tablet_service.cc:1511] Processing CreateTablet for tablet c51fa561bba443f290f9b68cd11871ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.468016  3750 tablet_service.cc:1511] Processing CreateTablet for tablet 714d2a64c18c4e9f97c498f6e39bcce7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.456266  3748 tablet_service.cc:1511] Processing CreateTablet for tablet aae52e28ee9c4962bba0f8741ab4eda5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.477522  3749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c51fa561bba443f290f9b68cd11871ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.485569  3748 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aae52e28ee9c4962bba0f8741ab4eda5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.488577  3806 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:43.489022  3750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714d2a64c18c4e9f97c498f6e39bcce7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.492687  3805 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:43.496695  3806 tablet_bootstrap.cc:654] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.518378  3805 tablet_bootstrap.cc:654] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.529948  3672 tablet_service.cc:1511] Processing CreateTablet for tablet 11cd8dc89ad34dc29a1147ae071966b2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.538925  3674 tablet_service.cc:1511] Processing CreateTablet for tablet 82b7b01894cf48ce965dd4e83cde5844 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.540459  3674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b7b01894cf48ce965dd4e83cde5844. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.542186  3595 tablet_service.cc:1511] Processing CreateTablet for tablet 82b7b01894cf48ce965dd4e83cde5844 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.543840  3595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b7b01894cf48ce965dd4e83cde5844. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.553979  3747 tablet_service.cc:1511] Processing CreateTablet for tablet 11cd8dc89ad34dc29a1147ae071966b2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.555688  3747 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11cd8dc89ad34dc29a1147ae071966b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.557564  3672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11cd8dc89ad34dc29a1147ae071966b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.558640  3746 tablet_service.cc:1511] Processing CreateTablet for tablet 82b7b01894cf48ce965dd4e83cde5844 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:43.560185  3746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b7b01894cf48ce965dd4e83cde5844. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.589218  3806 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:43.589797  3806 ts_tablet_manager.cc:1403] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.102s	user 0.021s	sys 0.007s
I20260630 12:35:43.594313  3809 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:43.598258  3806 raft_consensus.cc:359] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.598932  3806 raft_consensus.cc:385] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.599252  3806 raft_consensus.cc:740] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.600088  3806 consensus_queue.cc:260] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.601382  3805 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:43.605419  3805 ts_tablet_manager.cc:1403] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.113s	user 0.013s	sys 0.027s
I20260630 12:35:43.613137  3805 raft_consensus.cc:359] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.615062  3809 tablet_bootstrap.cc:654] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.615449  3805 raft_consensus.cc:385] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.615816  3805 raft_consensus.cc:740] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.617256  3805 consensus_queue.cc:260] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.620308  3806 ts_tablet_manager.cc:1434] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.030s	user 0.008s	sys 0.016s
I20260630 12:35:43.621563  3805 ts_tablet_manager.cc:1434] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.002s
I20260630 12:35:43.621562  3806 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:43.622835  3805 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:43.624670  3810 raft_consensus.cc:493] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.625321  3810 raft_consensus.cc:515] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.629148  3805 tablet_bootstrap.cc:654] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.642638  3805 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:43.643193  3805 ts_tablet_manager.cc:1403] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.021s	user 0.004s	sys 0.014s
I20260630 12:35:43.643529  3806 tablet_bootstrap.cc:654] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.644850  3809 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:43.639309  3810 leader_election.cc:290] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:43.645526  3809 ts_tablet_manager.cc:1403] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.052s	user 0.013s	sys 0.011s
I20260630 12:35:43.646116  3805 raft_consensus.cc:359] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.646900  3805 raft_consensus.cc:385] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.647185  3805 raft_consensus.cc:740] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.648069  3805 consensus_queue.cc:260] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.650379  3805 ts_tablet_manager.cc:1434] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:43.648535  3809 raft_consensus.cc:359] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.650748  3809 raft_consensus.cc:385] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.651027  3809 raft_consensus.cc:740] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.651383  3805 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:43.651803  3809 consensus_queue.cc:260] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.660313  3805 tablet_bootstrap.cc:654] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.662639  3687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:43.663463  3687 raft_consensus.cc:2468] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:43.665067  3727 leader_election.cc:304] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:43.665997  3810 raft_consensus.cc:2804] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.666368  3810 raft_consensus.cc:493] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.666711  3810 raft_consensus.cc:3060] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.675853  3810 raft_consensus.cc:515] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.679416  3687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:43.680097  3687 raft_consensus.cc:3060] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.680512  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
W20260630 12:35:43.682359  3725 leader_election.cc:343] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.686002  3809 ts_tablet_manager.cc:1434] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.040s	user 0.011s	sys 0.026s
I20260630 12:35:43.686723  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:43.687127  3810 leader_election.cc:290] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Requested vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
W20260630 12:35:43.688506  3725 leader_election.cc:343] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.691843  3806 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:43.692381  3806 ts_tablet_manager.cc:1403] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.071s	user 0.005s	sys 0.007s
I20260630 12:35:43.694516  3687 raft_consensus.cc:2468] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:43.694809  3806 raft_consensus.cc:359] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.695540  3806 raft_consensus.cc:385] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.695875  3806 raft_consensus.cc:740] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.696276  3727 leader_election.cc:304] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [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: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:43.696703  3809 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:43.697182  3810 raft_consensus.cc:2804] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.696869  3806 consensus_queue.cc:260] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.702661  3805 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:43.703612  3805 ts_tablet_manager.cc:1403] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.052s	user 0.016s	sys 0.035s
I20260630 12:35:43.704296  3809 tablet_bootstrap.cc:654] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.707935  3806 ts_tablet_manager.cc:1434] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.005s
I20260630 12:35:43.707510  3805 raft_consensus.cc:359] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.708433  3805 raft_consensus.cc:385] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.710685  3805 raft_consensus.cc:740] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.711257  3810 raft_consensus.cc:697] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:43.711737  3805 consensus_queue.cc:260] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.712343  3810 consensus_queue.cc:237] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.714254  3809 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:43.714294  3805 ts_tablet_manager.cc:1434] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.010s	user 0.000s	sys 0.006s
I20260630 12:35:43.714985  3809 ts_tablet_manager.cc:1403] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.000s
I20260630 12:35:43.715680  3805 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:43.716226  3806 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:43.718261  3809 raft_consensus.cc:359] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.719043  3809 raft_consensus.cc:385] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.719421  3809 raft_consensus.cc:740] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.720319  3809 consensus_queue.cc:260] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.722663  3806 tablet_bootstrap.cc:654] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.723093  3805 tablet_bootstrap.cc:654] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.724946  3809 ts_tablet_manager.cc:1434] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260630 12:35:43.727065  3809 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:43.733435  3809 tablet_bootstrap.cc:654] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.735360  3805 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:43.735946  3805 ts_tablet_manager.cc:1403] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.013s
I20260630 12:35:43.737334  3806 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:43.739331  3806 ts_tablet_manager.cc:1403] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.000s
I20260630 12:35:43.739336  3805 raft_consensus.cc:359] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.740679  3805 raft_consensus.cc:385] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.741036  3805 raft_consensus.cc:740] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.742105  3805 consensus_queue.cc:260] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.744825  3805 ts_tablet_manager.cc:1434] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.009s	user 0.000s	sys 0.008s
I20260630 12:35:43.745849  3809 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:43.746078  3805 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:43.746860  3806 raft_consensus.cc:359] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.748581  3806 raft_consensus.cc:385] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.748997  3806 raft_consensus.cc:740] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.750044  3806 consensus_queue.cc:260] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.752750  3806 ts_tablet_manager.cc:1434] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:35:43.753293  3805 tablet_bootstrap.cc:654] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.754000  3806 tablet_bootstrap.cc:492] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:43.746402  3809 ts_tablet_manager.cc:1403] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.003s
I20260630 12:35:43.759342  3509 catalog_manager.cc:5697] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 0 to 1, leader changed from <none> to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.761404  3810 raft_consensus.cc:493] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.761278  3809 raft_consensus.cc:359] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.762137  3809 raft_consensus.cc:385] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.762595  3809 raft_consensus.cc:740] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.762171  3810 raft_consensus.cc:515] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.763525  3809 consensus_queue.cc:260] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.766166  3809 ts_tablet_manager.cc:1434] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.004s
I20260630 12:35:43.767272  3809 tablet_bootstrap.cc:492] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:43.771168  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aae52e28ee9c4962bba0f8741ab4eda5" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:43.772159  3612 raft_consensus.cc:2468] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:43.774601  3809 tablet_bootstrap.cc:654] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.774255  3725 leader_election.cc:304] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:43.776683  3819 raft_consensus.cc:2804] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.777439  3819 raft_consensus.cc:493] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.777889  3819 raft_consensus.cc:3060] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.783717  3687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aae52e28ee9c4962bba0f8741ab4eda5" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:43.784755  3687 raft_consensus.cc:2468] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:43.785817  3811 raft_consensus.cc:493] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.788458  3811 raft_consensus.cc:515] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.792428  3811 leader_election.cc:290] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:43.796790  3810 leader_election.cc:290] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:43.804994  3806 tablet_bootstrap.cc:654] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.805079  3811 raft_consensus.cc:493] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.805835  3811 raft_consensus.cc:515] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.800292  3809 tablet_bootstrap.cc:492] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:43.807976  3809 ts_tablet_manager.cc:1403] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.041s	user 0.021s	sys 0.012s
I20260630 12:35:43.808750  3811 leader_election.cc:290] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:43.810907  3819 raft_consensus.cc:515] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.811655  3809 raft_consensus.cc:359] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.812465  3809 raft_consensus.cc:385] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.812795  3809 raft_consensus.cc:740] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.813666  3809 consensus_queue.cc:260] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.817378  3806 tablet_bootstrap.cc:492] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:43.818674  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aae52e28ee9c4962bba0f8741ab4eda5" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:43.820741  3805 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:43.821024  3612 raft_consensus.cc:3060] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.821309  3805 ts_tablet_manager.cc:1403] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.075s	user 0.019s	sys 0.054s
I20260630 12:35:43.821648  3806 ts_tablet_manager.cc:1403] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.068s	user 0.013s	sys 0.000s
I20260630 12:35:43.824466  3805 raft_consensus.cc:359] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.827026  3805 raft_consensus.cc:385] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.827335  3805 raft_consensus.cc:740] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.828068  3805 consensus_queue.cc:260] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.828426  3809 ts_tablet_manager.cc:1434] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260630 12:35:43.819941  3819 leader_election.cc:290] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:43.830480  3805 ts_tablet_manager.cc:1434] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:35:43.837517  3805 tablet_bootstrap.cc:492] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:43.843261  3809 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:43.825065  3806 raft_consensus.cc:359] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.832788  3816 raft_consensus.cc:493] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.843967  3806 raft_consensus.cc:385] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.844432  3806 raft_consensus.cc:740] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.844151  3816 raft_consensus.cc:515] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:43.845577  3806 consensus_queue.cc:260] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.847118  3687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aae52e28ee9c4962bba0f8741ab4eda5" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:43.847381  3816 leader_election.cc:290] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:43.847769  3687 raft_consensus.cc:3060] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.848209  3806 ts_tablet_manager.cc:1434] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.026s	user 0.009s	sys 0.002s
I20260630 12:35:43.849012  3805 tablet_bootstrap.cc:654] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.852339  3806 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:43.857167  3809 tablet_bootstrap.cc:654] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.863451  3806 tablet_bootstrap.cc:654] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.871978  3816 raft_consensus.cc:493] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.872617  3816 raft_consensus.cc:515] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.874972  3816 leader_election.cc:290] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:43.875869  3687 raft_consensus.cc:2468] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
W20260630 12:35:43.883266  3558 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:43.837452  3612 raft_consensus.cc:2468] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:43.885780  3563 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
W20260630 12:35:43.889147  3563 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:43.891846  3809 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:43.892621  3809 ts_tablet_manager.cc:1403] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.050s	user 0.006s	sys 0.027s
I20260630 12:35:43.898731  3809 raft_consensus.cc:359] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.899782  3809 raft_consensus.cc:385] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.900184  3809 raft_consensus.cc:740] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.903874  3809 consensus_queue.cc:260] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.909883  3809 ts_tablet_manager.cc:1434] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.004s
I20260630 12:35:43.911051  3809 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:43.911924  3725 leader_election.cc:304] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:43.913138  3819 raft_consensus.cc:2804] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.914628  3819 raft_consensus.cc:697] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:43.915690  3819 consensus_queue.cc:237] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.924458  3809 tablet_bootstrap.cc:654] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.943359  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c51fa561bba443f290f9b68cd11871ad" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:43.944375  3611 raft_consensus.cc:2468] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 0.
I20260630 12:35:43.946468  3651 leader_election.cc:304] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:43.947690  3811 raft_consensus.cc:2804] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.948154  3811 raft_consensus.cc:493] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.948549  3811 raft_consensus.cc:3060] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.953543  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa2fd30f68c249e49fbbc151b6d468f1" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
W20260630 12:35:43.955693  3651 leader_election.cc:343] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.962926  3811 raft_consensus.cc:515] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.971319  3805 tablet_bootstrap.cc:492] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:43.972007  3805 ts_tablet_manager.cc:1403] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.135s	user 0.012s	sys 0.050s
I20260630 12:35:43.975355  3805 raft_consensus.cc:359] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.975759  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa2fd30f68c249e49fbbc151b6d468f1" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:43.976312  3805 raft_consensus.cc:385] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.976491  3761 raft_consensus.cc:2468] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 0.
I20260630 12:35:43.977816  3651 leader_election.cc:304] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [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: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:43.977979  3760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c51fa561bba443f290f9b68cd11871ad" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:43.979164  3805 raft_consensus.cc:740] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.980432  3805 consensus_queue.cc:260] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.984512  3760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:43.985073  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11cd8dc89ad34dc29a1147ae071966b2" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
W20260630 12:35:43.987982  3576 leader_election.cc:343] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.987006  3510 catalog_manager.cc:5697] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 0 to 1, leader changed from <none> to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:43.990146  3840 raft_consensus.cc:2804] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.990609  3840 raft_consensus.cc:493] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.990971  3840 raft_consensus.cc:3060] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.991191  3805 ts_tablet_manager.cc:1434] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.005s
I20260630 12:35:43.992385  3805 tablet_bootstrap.cc:492] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:43.994885  3810 raft_consensus.cc:493] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.995405  3810 raft_consensus.cc:515] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:43.997725  3810 leader_election.cc:290] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:43.999418  3805 tablet_bootstrap.cc:654] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.001852  3840 raft_consensus.cc:515] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.004673  3840 leader_election.cc:290] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:44.011924  3806 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:44.012466  3806 ts_tablet_manager.cc:1403] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.160s	user 0.026s	sys 0.033s
I20260630 12:35:44.013757  3811 leader_election.cc:290] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:44.016829  3805 tablet_bootstrap.cc:492] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:44.017395  3805 ts_tablet_manager.cc:1403] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.008s
I20260630 12:35:44.017845  3809 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:44.015795  3806 raft_consensus.cc:359] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.018383  3809 ts_tablet_manager.cc:1403] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.108s	user 0.039s	sys 0.056s
I20260630 12:35:44.018762  3806 raft_consensus.cc:385] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.020360  3805 raft_consensus.cc:359] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.021272  3806 raft_consensus.cc:740] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.021482  3809 raft_consensus.cc:359] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.022205  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:44.022440  3806 consensus_queue.cc:260] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.022909  3612 raft_consensus.cc:2468] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:44.022337  3809 raft_consensus.cc:385] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.023711  3809 raft_consensus.cc:740] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.024261  3725 leader_election.cc:304] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:44.021325  3805 raft_consensus.cc:385] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.024514  3809 consensus_queue.cc:260] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.025059  3805 raft_consensus.cc:740] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.025826  3805 consensus_queue.cc:260] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.026908  3809 ts_tablet_manager.cc:1434] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:35:44.027971  3809 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:44.028192  3805 ts_tablet_manager.cc:1434] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260630 12:35:44.025311  3810 raft_consensus.cc:2804] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:44.029268  3805 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:44.024729  3806 ts_tablet_manager.cc:1434] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260630 12:35:44.031503  3810 raft_consensus.cc:493] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:44.032043  3810 raft_consensus.cc:3060] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:44.032330  3651 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.160.131:37591, user_credentials={real_user=slave}} blocked reactor thread for 54621.2us
I20260630 12:35:44.039961  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa2fd30f68c249e49fbbc151b6d468f1" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce"
W20260630 12:35:44.040488  3651 leader_election.cc:343] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:44.041771  3760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c51fa561bba443f290f9b68cd11871ad" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:44.042321  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:44.040616  3761 raft_consensus.cc:3060] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.042588  3687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:44.043236  3687 raft_consensus.cc:2468] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:44.043787  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11cd8dc89ad34dc29a1147ae071966b2" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:44.032321  3806 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:44.045039  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa2fd30f68c249e49fbbc151b6d468f1" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
W20260630 12:35:44.045454  3578 leader_election.cc:343] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:44.045904  3578 leader_election.cc:304] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [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: 9fc2cc462e484662acd33ea96e6e0d34; no voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437
I20260630 12:35:44.043262  3686 raft_consensus.cc:2393] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9fc2cc462e484662acd33ea96e6e0d34 in current term 1: Already voted for candidate 479e91189f9e4b4499998b0528818cce in this term.
I20260630 12:35:44.047098  3816 raft_consensus.cc:2749] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260630 12:35:44.048542  3651 leader_election.cc:343] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:44.049357  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c51fa561bba443f290f9b68cd11871ad" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:44.049314  3578 leader_election.cc:304] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [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: 9fc2cc462e484662acd33ea96e6e0d34; no voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437
I20260630 12:35:44.042456  3760 raft_consensus.cc:3060] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.051015  3816 raft_consensus.cc:3060] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.051811  3806 tablet_bootstrap.cc:654] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.052278  3810 raft_consensus.cc:515] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.055471  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:44.056139  3686 raft_consensus.cc:3060] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.057230  3611 raft_consensus.cc:3060] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.058676  3816 raft_consensus.cc:2749] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:44.062731  3810 leader_election.cc:290] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Requested vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:44.062973  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:44.063566  3612 raft_consensus.cc:3060] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.066293  3806 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:44.066589  3611 raft_consensus.cc:2468] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:44.066843  3806 ts_tablet_manager.cc:1403] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.010s
I20260630 12:35:44.067997  3651 leader_election.cc:304] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:44.038038  3809 tablet_bootstrap.cc:654] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.069068  3839 raft_consensus.cc:2804] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:44.069931  3806 raft_consensus.cc:359] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.072713  3839 raft_consensus.cc:697] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Becoming Leader. State: Replica: 529a652ecc8c4284832421d52453c437, State: Running, Role: LEADER
I20260630 12:35:44.072871  3806 raft_consensus.cc:385] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.073305  3806 raft_consensus.cc:740] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.073415  3760 raft_consensus.cc:2468] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:44.072546  3761 raft_consensus.cc:2468] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:44.074159  3806 consensus_queue.cc:260] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.076401  3651 leader_election.cc:304] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [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: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:44.077584  3811 raft_consensus.cc:2804] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:44.078060  3811 raft_consensus.cc:697] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Becoming Leader. State: Replica: 529a652ecc8c4284832421d52453c437, State: Running, Role: LEADER
I20260630 12:35:44.078860  3811 consensus_queue.cc:237] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.080396  3806 ts_tablet_manager.cc:1434] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.003s
I20260630 12:35:44.073688  3839 consensus_queue.cc:237] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.081885  3806 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:44.085633  3809 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:44.086177  3809 ts_tablet_manager.cc:1403] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.058s	user 0.012s	sys 0.005s
I20260630 12:35:44.072186  3686 raft_consensus.cc:2468] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:44.087889  3727 leader_election.cc:304] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:44.089035  3810 raft_consensus.cc:2804] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:44.089604  3810 raft_consensus.cc:697] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:44.089285  3809 raft_consensus.cc:359] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.090494  3810 consensus_queue.cc:237] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.090806  3508 catalog_manager.cc:5697] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 reported cstate change: term changed from 0 to 1, leader changed from <none> to 529a652ecc8c4284832421d52453c437 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.090497  3809 raft_consensus.cc:385] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.092602  3809 raft_consensus.cc:740] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.071671  3612 raft_consensus.cc:2468] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:44.093511  3809 consensus_queue.cc:260] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.094107  3839 raft_consensus.cc:493] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:44.094597  3839 raft_consensus.cc:515] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.074587  3805 tablet_bootstrap.cc:654] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.097574  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b7b01894cf48ce965dd4e83cde5844" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:44.098829  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b7b01894cf48ce965dd4e83cde5844" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:44.101676  3809 ts_tablet_manager.cc:1434] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.001s
I20260630 12:35:44.102880  3809 tablet_bootstrap.cc:492] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
W20260630 12:35:44.103036  3651 leader_election.cc:343] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:35:44.104229  3651 leader_election.cc:343] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:44.104645  3651 leader_election.cc:304] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [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: 529a652ecc8c4284832421d52453c437; no voters: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:44.099818  3839 leader_election.cc:290] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:44.105516  3840 raft_consensus.cc:2749] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:44.099560  3806 tablet_bootstrap.cc:654] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.110917  3809 tablet_bootstrap.cc:654] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.112864  3805 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:44.113456  3805 ts_tablet_manager.cc:1403] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.084s	user 0.008s	sys 0.004s
I20260630 12:35:44.117093  3806 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:44.117697  3806 ts_tablet_manager.cc:1403] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.036s	user 0.005s	sys 0.008s
I20260630 12:35:44.120649  3806 raft_consensus.cc:359] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.121510  3806 raft_consensus.cc:385] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.121919  3806 raft_consensus.cc:740] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.122718  3806 consensus_queue.cc:260] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.125363  3806 ts_tablet_manager.cc:1434] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:35:44.126519  3806 tablet_bootstrap.cc:492] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:44.126391  3510 catalog_manager.cc:5697] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 reported cstate change: term changed from 0 to 1, leader changed from <none> to 529a652ecc8c4284832421d52453c437 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.126215  3509 catalog_manager.cc:5697] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 0 to 1, leader changed from <none> to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:44.131160  3805 raft_consensus.cc:359] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.131929  3805 raft_consensus.cc:385] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.132220  3805 raft_consensus.cc:740] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.133819  3806 tablet_bootstrap.cc:654] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.134313  3805 consensus_queue.cc:260] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.136644  3809 tablet_bootstrap.cc:492] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:44.137359  3809 ts_tablet_manager.cc:1403] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.035s	user 0.019s	sys 0.008s
I20260630 12:35:44.142727  3811 raft_consensus.cc:493] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:44.143465  3811 raft_consensus.cc:515] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.146581  3811 leader_election.cc:290] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:44.148849  3805 ts_tablet_manager.cc:1434] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.034s	user 0.006s	sys 0.000s
I20260630 12:35:44.149700  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11cd8dc89ad34dc29a1147ae071966b2" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:44.149798  3809 raft_consensus.cc:359] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.150645  3612 raft_consensus.cc:2468] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 0.
I20260630 12:35:44.150931  3809 raft_consensus.cc:385] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.151377  3809 raft_consensus.cc:740] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.151813  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11cd8dc89ad34dc29a1147ae071966b2" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:44.152495  3761 raft_consensus.cc:2468] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 0.
I20260630 12:35:44.152331  3809 consensus_queue.cc:260] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.154255  3651 leader_election.cc:304] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:44.154862  3809 ts_tablet_manager.cc:1434] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.001s
I20260630 12:35:44.155673  3811 raft_consensus.cc:2804] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:44.156070  3811 raft_consensus.cc:493] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:44.156433  3811 raft_consensus.cc:3060] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.163954  3811 raft_consensus.cc:515] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.164721  3806 tablet_bootstrap.cc:492] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:44.165330  3806 ts_tablet_manager.cc:1403] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.039s	user 0.031s	sys 0.005s
I20260630 12:35:44.166852  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11cd8dc89ad34dc29a1147ae071966b2" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:44.167462  3612 raft_consensus.cc:3060] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.167629  3811 leader_election.cc:290] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:44.168056  3806 raft_consensus.cc:359] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.168787  3806 raft_consensus.cc:385] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.169102  3806 raft_consensus.cc:740] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.169171  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11cd8dc89ad34dc29a1147ae071966b2" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:44.169787  3761 raft_consensus.cc:3060] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.169960  3806 consensus_queue.cc:260] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.172129  3806 ts_tablet_manager.cc:1434] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.001s
I20260630 12:35:44.173106  3810 raft_consensus.cc:493] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:44.173599  3810 raft_consensus.cc:515] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.175858  3810 leader_election.cc:290] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:44.176553  3612 raft_consensus.cc:2468] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:44.176718  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714d2a64c18c4e9f97c498f6e39bcce7" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:44.177057  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714d2a64c18c4e9f97c498f6e39bcce7" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:44.177480  3611 raft_consensus.cc:2468] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:44.177728  3686 raft_consensus.cc:2468] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:44.179039  3727 leader_election.cc:304] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:44.179944  3810 raft_consensus.cc:2804] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:44.180151  3761 raft_consensus.cc:2468] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:44.180349  3810 raft_consensus.cc:493] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:44.180701  3810 raft_consensus.cc:3060] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.181367  3651 leader_election.cc:304] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:44.182461  3811 raft_consensus.cc:2804] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:44.183300  3811 raft_consensus.cc:697] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Becoming Leader. State: Replica: 529a652ecc8c4284832421d52453c437, State: Running, Role: LEADER
I20260630 12:35:44.184597  3811 consensus_queue.cc:237] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.186940  3810 raft_consensus.cc:515] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.189447  3810 leader_election.cc:290] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:44.190366  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714d2a64c18c4e9f97c498f6e39bcce7" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:44.190984  3612 raft_consensus.cc:3060] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.191342  3810 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.191538  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714d2a64c18c4e9f97c498f6e39bcce7" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:44.192193  3686 raft_consensus.cc:3060] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.193558  3507 catalog_manager.cc:5697] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 reported cstate change: term changed from 0 to 1, leader changed from <none> to 529a652ecc8c4284832421d52453c437 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.199642  3686 raft_consensus.cc:2468] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:44.199568  3612 raft_consensus.cc:2468] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:44.201584  3725 leader_election.cc:304] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:44.202696  3810 raft_consensus.cc:2804] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:44.203333  3810 raft_consensus.cc:697] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:44.204106  3810 consensus_queue.cc:237] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.223722  3507 catalog_manager.cc:5697] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 0 to 1, leader changed from <none> to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:44.224752  3810 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.346045  3810 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.356953  3820 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:44.509147  3819 raft_consensus.cc:493] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:44.509644  3819 raft_consensus.cc:515] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.511564  3816 raft_consensus.cc:493] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:44.511819  3819 leader_election.cc:290] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:44.512079  3816 raft_consensus.cc:515] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.512601  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b7b01894cf48ce965dd4e83cde5844" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:44.513036  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b7b01894cf48ce965dd4e83cde5844" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:44.513309  3685 raft_consensus.cc:2468] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:44.513656  3612 raft_consensus.cc:2468] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:44.514155  3816 leader_election.cc:290] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:44.514657  3727 leader_election.cc:304] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:44.515619  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa2fd30f68c249e49fbbc151b6d468f1" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:44.516181  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa2fd30f68c249e49fbbc151b6d468f1" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:44.515725  3819 raft_consensus.cc:2804] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:44.516748  3819 raft_consensus.cc:493] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:44.517009  3761 raft_consensus.cc:2393] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9fc2cc462e484662acd33ea96e6e0d34 in current term 1: Already voted for candidate 529a652ecc8c4284832421d52453c437 in this term.
I20260630 12:35:44.517161  3819 raft_consensus.cc:3060] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.518042  3576 leader_election.cc:304] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [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: 9fc2cc462e484662acd33ea96e6e0d34; no voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437
I20260630 12:35:44.518748  3816 raft_consensus.cc:3060] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.523082  3819 raft_consensus.cc:515] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.525321  3819 leader_election.cc:290] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Requested vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:44.525756  3816 raft_consensus.cc:2749] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:44.526120  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b7b01894cf48ce965dd4e83cde5844" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:44.526557  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b7b01894cf48ce965dd4e83cde5844" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:44.526729  3685 raft_consensus.cc:3060] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.527129  3612 raft_consensus.cc:3060] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:44.530622  3811 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.534245  3685 raft_consensus.cc:2468] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:44.535697  3612 raft_consensus.cc:2468] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:44.535665  3727 leader_election.cc:304] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:44.536957  3819 raft_consensus.cc:2804] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:44.537657  3819 raft_consensus.cc:697] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:44.538486  3819 consensus_queue.cc:237] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:44.543167  3840 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.547914  3506 catalog_manager.cc:5697] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 0 to 1, leader changed from <none> to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:44.578414  3819 consensus_queue.cc:1048] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.592473  3820 consensus_queue.cc:1048] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.616776  3839 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.628510  3811 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.653183  3820 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.654649   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:44.663869  3869 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:44.666906  3820 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:44.677191  3870 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:44.681398   642 server_base.cc:1061] running on GCE node
W20260630 12:35:44.682538  3872 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:44.683786   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:44.684108   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:44.684319   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822944684301 us; error 0 us; skew 500 ppm
I20260630 12:35:44.685125   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:44.688220   642 webserver.cc:533] Webserver started at http://127.0.160.132:43325/ using document root <none> and password file <none>
I20260630 12:35:44.688750   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:44.689028   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:44.689342   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:44.690467   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "4bc41b81cce84474a836c59a09df797d"
format_stamp: "Formatted at 2026-06-30 12:35:44 on dist-test-slave-n1kv"
I20260630 12:35:44.695364   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:35:44.698803  3878 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:44.699633   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:44.699947   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "4bc41b81cce84474a836c59a09df797d"
format_stamp: "Formatted at 2026-06-30 12:35:44 on dist-test-slave-n1kv"
I20260630 12:35:44.700254   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:44.717046   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:44.718418   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:44.720019   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:44.722483   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:44.722738   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:44.723001   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:44.723169   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:44.731853  3811 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:44.750619  3840 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.791409   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:45135
I20260630 12:35:44.791501  3942 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:45135 every 8 connection(s)
I20260630 12:35:44.798326  3507 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:42354:
table { table_name: "range_aware_rebalance_new_range" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\n\000\000\000\007\001\024\000\000\000" indirect_data: """" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false } } modify_external_catalogs: true
I20260630 12:35:44.810680  3943 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41803
I20260630 12:35:44.811131  3943 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:44.812134  3943 heartbeater.cc:507] Master 127.0.160.190:41803 requested a full tablet report, sending...
I20260630 12:35:44.814798  3506 ts_manager.cc:194] Registered new tserver with Master: 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:44.816687  3506 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58296
W20260630 12:35:44.821777  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 25d54ef5468444cf8022b01e07d4d10f has no consensus state
W20260630 12:35:44.823252  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a55969d2e5144481b33ab99bf0b947e4 has no consensus state
W20260630 12:35:44.824725  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 42ea325c2e69456194663bc5476679de has no consensus state
W20260630 12:35:44.826212  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8fdbb2e0eb86445a9cb05c86e36bd898 has no consensus state
W20260630 12:35:44.827646  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 564958892efa48ae933701f9d7e3d6ca has no consensus state
W20260630 12:35:44.829155  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 825892de63af4e0da258e97fa68cb5e4 has no consensus state
W20260630 12:35:44.830687  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5167516c2fb848798e174c35f7da8d39 has no consensus state
W20260630 12:35:44.832273  3507 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4d6c889b78a2414a86753733ada84140 has no consensus state
W20260630 12:35:44.851107  3497 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet 8fdbb2e0eb86445a9cb05c86e36bd898 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 8fdbb2e0eb86445a9cb05c86e36bd898 has no consensus state
I20260630 12:35:44.859210  3597 tablet_service.cc:1511] Processing CreateTablet for tablet 25d54ef5468444cf8022b01e07d4d10f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.860637  3597 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 25d54ef5468444cf8022b01e07d4d10f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.867630  3674 tablet_service.cc:1511] Processing CreateTablet for tablet 25d54ef5468444cf8022b01e07d4d10f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.869704  3674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 25d54ef5468444cf8022b01e07d4d10f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.875382  3595 tablet_service.cc:1511] Processing CreateTablet for tablet a55969d2e5144481b33ab99bf0b947e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.876850  3595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a55969d2e5144481b33ab99bf0b947e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.879273  3672 tablet_service.cc:1511] Processing CreateTablet for tablet 42ea325c2e69456194663bc5476679de (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.880659  3672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42ea325c2e69456194663bc5476679de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.881884  3673 tablet_service.cc:1511] Processing CreateTablet for tablet 8fdbb2e0eb86445a9cb05c86e36bd898 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
W20260630 12:35:44.887735  3558 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:44.888615  3673 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fdbb2e0eb86445a9cb05c86e36bd898. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.890592  3949 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:44.896939  3675 tablet_service.cc:1511] Processing CreateTablet for tablet 825892de63af4e0da258e97fa68cb5e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.898473  3675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 825892de63af4e0da258e97fa68cb5e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.902992  3949 tablet_bootstrap.cc:654] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.903198  3676 tablet_service.cc:1511] Processing CreateTablet for tablet 5167516c2fb848798e174c35f7da8d39 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.903887  3746 tablet_service.cc:1511] Processing CreateTablet for tablet a55969d2e5144481b33ab99bf0b947e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.905351  3746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a55969d2e5144481b33ab99bf0b947e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.907917  3676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5167516c2fb848798e174c35f7da8d39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.919267  3750 tablet_service.cc:1511] Processing CreateTablet for tablet 42ea325c2e69456194663bc5476679de (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.922252  3750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42ea325c2e69456194663bc5476679de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.929737  3864 consensus_queue.cc:1048] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:44.953609  3949 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:44.954223  3949 ts_tablet_manager.cc:1403] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.064s	user 0.013s	sys 0.011s
I20260630 12:35:44.961897  3950 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:44.969657  3953 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:44.970436  3597 tablet_service.cc:1511] Processing CreateTablet for tablet 8fdbb2e0eb86445a9cb05c86e36bd898 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.972013  3597 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fdbb2e0eb86445a9cb05c86e36bd898. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.970394  3949 raft_consensus.cc:359] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:44.975885  3949 raft_consensus.cc:385] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:44.976220  3949 raft_consensus.cc:740] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:44.976795  3950 tablet_bootstrap.cc:654] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:44.981011  3601 tablet_service.cc:1511] Processing CreateTablet for tablet 564958892efa48ae933701f9d7e3d6ca (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.981290  3746 tablet_service.cc:1511] Processing CreateTablet for tablet 564958892efa48ae933701f9d7e3d6ca (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.982509  3601 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 564958892efa48ae933701f9d7e3d6ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.982656  3746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 564958892efa48ae933701f9d7e3d6ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.989503  3819 consensus_queue.cc:1048] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:44.992055  3950 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:44.993129  3950 ts_tablet_manager.cc:1403] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.000s
I20260630 12:35:44.998116  3750 tablet_service.cc:1511] Processing CreateTablet for tablet 825892de63af4e0da258e97fa68cb5e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:44.999686  3750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 825892de63af4e0da258e97fa68cb5e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.000536  3747 tablet_service.cc:1511] Processing CreateTablet for tablet 4d6c889b78a2414a86753733ada84140 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.001058  3949 consensus_queue.cc:260] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.002103  3747 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d6c889b78a2414a86753733ada84140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.996465  3950 raft_consensus.cc:359] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.003176  3950 raft_consensus.cc:385] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.003511  3950 raft_consensus.cc:740] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.004529  3950 consensus_queue.cc:260] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.004990  3598 tablet_service.cc:1511] Processing CreateTablet for tablet 4d6c889b78a2414a86753733ada84140 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.006412  3598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d6c889b78a2414a86753733ada84140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.007970  3908 tablet_service.cc:1511] Processing CreateTablet for tablet 25d54ef5468444cf8022b01e07d4d10f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.009617  3908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 25d54ef5468444cf8022b01e07d4d10f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.014916  3950 ts_tablet_manager.cc:1434] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.021s	user 0.003s	sys 0.004s
I20260630 12:35:45.016351  3950 tablet_bootstrap.cc:492] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:45.015059  3949 ts_tablet_manager.cc:1434] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.060s	user 0.004s	sys 0.005s
I20260630 12:35:45.017787  3949 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:45.030676  3906 tablet_service.cc:1511] Processing CreateTablet for tablet 42ea325c2e69456194663bc5476679de (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.032760  3904 tablet_service.cc:1511] Processing CreateTablet for tablet 564958892efa48ae933701f9d7e3d6ca (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.033459  3953 tablet_bootstrap.cc:654] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.035718  3906 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42ea325c2e69456194663bc5476679de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.024190  3907 tablet_service.cc:1511] Processing CreateTablet for tablet a55969d2e5144481b33ab99bf0b947e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.026454  3595 tablet_service.cc:1511] Processing CreateTablet for tablet 5167516c2fb848798e174c35f7da8d39 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.044690  3903 tablet_service.cc:1511] Processing CreateTablet for tablet 825892de63af4e0da258e97fa68cb5e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.047729  3902 tablet_service.cc:1511] Processing CreateTablet for tablet 5167516c2fb848798e174c35f7da8d39 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.043363  3904 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 564958892efa48ae933701f9d7e3d6ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.030680  3905 tablet_service.cc:1511] Processing CreateTablet for tablet 8fdbb2e0eb86445a9cb05c86e36bd898 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.051530  3901 tablet_service.cc:1511] Processing CreateTablet for tablet 4d6c889b78a2414a86753733ada84140 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:45.058966  3950 tablet_bootstrap.cc:654] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.063311  3902 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5167516c2fb848798e174c35f7da8d39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.072765  3595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5167516c2fb848798e174c35f7da8d39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.076669  3901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d6c889b78a2414a86753733ada84140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.087606  3905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fdbb2e0eb86445a9cb05c86e36bd898. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.098143  3949 tablet_bootstrap.cc:654] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.090304  3907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a55969d2e5144481b33ab99bf0b947e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.101778  3903 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 825892de63af4e0da258e97fa68cb5e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.171507  3953 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:45.171538  3950 tablet_bootstrap.cc:492] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:45.172233  3953 ts_tablet_manager.cc:1403] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.203s	user 0.008s	sys 0.006s
I20260630 12:35:45.172238  3950 ts_tablet_manager.cc:1403] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.156s	user 0.014s	sys 0.000s
I20260630 12:35:45.177035  3950 raft_consensus.cc:359] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.182941  3950 raft_consensus.cc:385] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.183284  3950 raft_consensus.cc:740] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.184526  3950 consensus_queue.cc:260] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.185297  3953 raft_consensus.cc:359] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.186046  3953 raft_consensus.cc:385] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.186316  3953 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.187147  3950 ts_tablet_manager.cc:1434] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:35:45.188187  3950 tablet_bootstrap.cc:492] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:45.186971  3953 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.189020  3958 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:45.190145  3949 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:45.192406  3949 ts_tablet_manager.cc:1403] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.175s	user 0.024s	sys 0.038s
I20260630 12:35:45.194696  3953 ts_tablet_manager.cc:1434] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.022s	user 0.008s	sys 0.001s
I20260630 12:35:45.195747  3953 tablet_bootstrap.cc:492] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:45.220027  3949 raft_consensus.cc:359] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.220981  3949 raft_consensus.cc:385] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.221309  3949 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.222091  3949 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.223377  3953 tablet_bootstrap.cc:654] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.227159  3958 tablet_bootstrap.cc:654] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.227607  3950 tablet_bootstrap.cc:654] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.229184  3949 ts_tablet_manager.cc:1434] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.036s	user 0.006s	sys 0.002s
I20260630 12:35:45.230304  3949 tablet_bootstrap.cc:492] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:45.240418  3949 tablet_bootstrap.cc:654] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.243435  3958 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
I20260630 12:35:45.243968  3958 ts_tablet_manager.cc:1403] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.056s	user 0.007s	sys 0.008s
I20260630 12:35:45.247030  3949 tablet_bootstrap.cc:492] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:45.246985  3958 raft_consensus.cc:359] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.247713  3949 ts_tablet_manager.cc:1403] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.002s
I20260630 12:35:45.248214  3950 tablet_bootstrap.cc:492] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:45.249599  3950 ts_tablet_manager.cc:1403] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.061s	user 0.001s	sys 0.015s
I20260630 12:35:45.251245  3949 raft_consensus.cc:359] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.252077  3949 raft_consensus.cc:385] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.252425  3949 raft_consensus.cc:740] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.253192  3949 consensus_queue.cc:260] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.253608  3950 raft_consensus.cc:359] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.254665  3950 raft_consensus.cc:385] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.255055  3950 raft_consensus.cc:740] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.247839  3958 raft_consensus.cc:385] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.257082  3958 raft_consensus.cc:740] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.258070  3958 consensus_queue.cc:260] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.260632  3949 ts_tablet_manager.cc:1434] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:35:45.262408  3949 tablet_bootstrap.cc:492] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:45.262841  3811 raft_consensus.cc:493] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.263343  3811 raft_consensus.cc:515] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.265841  3811 leader_election.cc:290] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:45.269045  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:45.269371  3949 tablet_bootstrap.cc:654] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.256337  3950 consensus_queue.cc:260] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.279486  3950 ts_tablet_manager.cc:1434] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.029s	user 0.009s	sys 0.000s
I20260630 12:35:45.281028  3950 tablet_bootstrap.cc:492] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:45.286156  3953 tablet_bootstrap.cc:492] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:45.286836  3953 ts_tablet_manager.cc:1403] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.091s	user 0.029s	sys 0.018s
I20260630 12:35:45.289716  3950 tablet_bootstrap.cc:654] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.289995  3953 raft_consensus.cc:359] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.290892  3953 raft_consensus.cc:385] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.291242  3953 raft_consensus.cc:740] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.291785  3943 heartbeater.cc:499] Master 127.0.160.190:41803 was elected leader, sending a full tablet report...
I20260630 12:35:45.292163  3953 consensus_queue.cc:260] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.300172  3958 ts_tablet_manager.cc:1434] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.056s	user 0.007s	sys 0.004s
I20260630 12:35:45.304996  3958 tablet_bootstrap.cc:492] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
W20260630 12:35:45.311061  3651 leader_election.cc:343] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.311676  3950 tablet_bootstrap.cc:492] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:45.312237  3950 ts_tablet_manager.cc:1403] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.032s	user 0.019s	sys 0.000s
I20260630 12:35:45.315527  3950 raft_consensus.cc:359] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.316397  3950 raft_consensus.cc:385] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.316725  3950 raft_consensus.cc:740] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.317638  3950 consensus_queue.cc:260] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.320892  3953 ts_tablet_manager.cc:1434] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.034s	user 0.008s	sys 0.000s
I20260630 12:35:45.322295  3950 ts_tablet_manager.cc:1434] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.003s
I20260630 12:35:45.323953  3950 tablet_bootstrap.cc:492] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:45.330415  3950 tablet_bootstrap.cc:654] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.330416  3953 tablet_bootstrap.cc:492] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:45.334007  3509 catalog_manager.cc:6242] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e: range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269] alter complete (version 0)
I20260630 12:35:45.357362  3949 tablet_bootstrap.cc:492] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:45.358045  3949 ts_tablet_manager.cc:1403] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.096s	user 0.044s	sys 0.043s
I20260630 12:35:45.359938  3816 raft_consensus.cc:493] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.360514  3816 raft_consensus.cc:515] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.361649  3918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.363673  3964 raft_consensus.cc:493] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.364208  3953 tablet_bootstrap.cc:654] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
W20260630 12:35:45.364952  3651 leader_election.cc:343] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.369266  3950 tablet_bootstrap.cc:492] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437: No bootstrap required, opened a new log
I20260630 12:35:45.365644  3816 leader_election.cc:290] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:45.364233  3964 raft_consensus.cc:515] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.366866  3651 leader_election.cc:304] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [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: 529a652ecc8c4284832421d52453c437; no voters: 479e91189f9e4b4499998b0528818cce, 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:45.370805  3958 tablet_bootstrap.cc:654] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.371279  3839 raft_consensus.cc:2749] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:45.370318  3950 ts_tablet_manager.cc:1403] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.047s	user 0.026s	sys 0.003s
I20260630 12:35:45.373140  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "25d54ef5468444cf8022b01e07d4d10f" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:45.373914  3685 raft_consensus.cc:2468] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 0.
I20260630 12:35:45.376205  3964 leader_election.cc:290] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:45.385749  3950 raft_consensus.cc:359] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.386628  3950 raft_consensus.cc:385] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.386948  3950 raft_consensus.cc:740] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.387409  3949 raft_consensus.cc:359] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.388273  3949 raft_consensus.cc:385] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.388578  3949 raft_consensus.cc:740] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.390415  3578 leader_election.cc:304] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.392227  3816 raft_consensus.cc:2804] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:45.393379  3816 raft_consensus.cc:493] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.393852  3816 raft_consensus.cc:3060] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.395187  3958 tablet_bootstrap.cc:492] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
I20260630 12:35:45.395758  3958 ts_tablet_manager.cc:1403] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.091s	user 0.011s	sys 0.004s
I20260630 12:35:45.399992  3950 consensus_queue.cc:260] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.401098  3816 raft_consensus.cc:515] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.403501  3949 consensus_queue.cc:260] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.407549  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "25d54ef5468444cf8022b01e07d4d10f" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:45.408401  3685 raft_consensus.cc:3060] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.408998  3950 ts_tablet_manager.cc:1434] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.037s	user 0.008s	sys 0.000s
I20260630 12:35:45.415324  3918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "25d54ef5468444cf8022b01e07d4d10f" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.416280  3918 raft_consensus.cc:2468] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 0.
I20260630 12:35:45.416535  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "25d54ef5468444cf8022b01e07d4d10f" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:45.417377  3917 raft_consensus.cc:3060] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.422626  3810 raft_consensus.cc:493] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.422468  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "25d54ef5468444cf8022b01e07d4d10f" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:45.423888  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "25d54ef5468444cf8022b01e07d4d10f" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:45.423763  3810 raft_consensus.cc:515] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.424674  3611 raft_consensus.cc:2393] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4bc41b81cce84474a836c59a09df797d in current term 1: Already voted for candidate 9fc2cc462e484662acd33ea96e6e0d34 in this term.
I20260630 12:35:45.423735  3816 leader_election.cc:290] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 election: Requested vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:45.429570  3958 raft_consensus.cc:359] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.431057  3958 raft_consensus.cc:385] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.431344  3958 raft_consensus.cc:740] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.432107  3958 consensus_queue.cc:260] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.434448  3917 raft_consensus.cc:2468] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 1.
I20260630 12:35:45.434839  3953 tablet_bootstrap.cc:492] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:45.427317  3810 leader_election.cc:290] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:45.435400  3953 ts_tablet_manager.cc:1403] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.105s	user 0.007s	sys 0.023s
I20260630 12:35:45.436775  3958 ts_tablet_manager.cc:1434] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.039s	user 0.005s	sys 0.001s
I20260630 12:35:45.437412  3882 leader_election.cc:304] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d; no voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:45.451995  3958 tablet_bootstrap.cc:492] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:45.453444  3953 raft_consensus.cc:359] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.454385  3953 raft_consensus.cc:385] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.454738  3953 raft_consensus.cc:740] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.455520  3964 raft_consensus.cc:2749] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:45.454893  3949 ts_tablet_manager.cc:1434] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.096s	user 0.010s	sys 0.005s
I20260630 12:35:45.438284  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:45.456027  3953 consensus_queue.cc:260] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.443259  3576 leader_election.cc:304] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4bc41b81cce84474a836c59a09df797d, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.461956  3949 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:45.464535  3953 ts_tablet_manager.cc:1434] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.029s	user 0.007s	sys 0.002s
I20260630 12:35:45.466346  3953 tablet_bootstrap.cc:492] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:45.465076  3816 raft_consensus.cc:2804] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.457263  3976 raft_consensus.cc:493] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.466197  3819 raft_consensus.cc:493] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.469065  3949 tablet_bootstrap.cc:654] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.469340  3819 raft_consensus.cc:515] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.469341  3976 raft_consensus.cc:515] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.471827  3819 leader_election.cc:290] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:45.473090  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:45.474076  3611 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:45.475507  3725 leader_election.cc:304] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.476266  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fdbb2e0eb86445a9cb05c86e36bd898" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.476655  3976 leader_election.cc:290] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:45.477228  3686 raft_consensus.cc:2468] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 0.
I20260630 12:35:45.477860  3687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fdbb2e0eb86445a9cb05c86e36bd898" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:45.478680  3687 raft_consensus.cc:2468] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 0.
I20260630 12:35:45.479701  3727 leader_election.cc:304] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:45.481045  3810 raft_consensus.cc:2804] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:45.481441  3810 raft_consensus.cc:493] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.481782  3810 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.481948  3949 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:45.482456  3949 ts_tablet_manager.cc:1403] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.021s	user 0.007s	sys 0.010s
I20260630 12:35:45.484623  3819 raft_consensus.cc:2804] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:45.485100  3819 raft_consensus.cc:493] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.485517  3819 raft_consensus.cc:3060] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.485944  3949 raft_consensus.cc:359] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.486817  3949 raft_consensus.cc:385] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.487123  3949 raft_consensus.cc:740] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.487077  3578 leader_election.cc:304] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.488075  3976 raft_consensus.cc:2804] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:35:45.488039  3576 leader_election.cc:343] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.488298  3949 consensus_queue.cc:260] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.489243  3976 raft_consensus.cc:493] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.489681  3976 raft_consensus.cc:3060] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.490767  3949 ts_tablet_manager.cc:1434] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:35:45.496215  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.496834  3958 tablet_bootstrap.cc:654] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.496992  3949 tablet_bootstrap.cc:492] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:45.497249  3810 raft_consensus.cc:515] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.458125  3685 raft_consensus.cc:2468] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 1.
I20260630 12:35:45.498605  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.500339  3810 leader_election.cc:290] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
W20260630 12:35:45.500788  3725 leader_election.cc:343] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.501227  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:45.501950  3611 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:45.502085  3725 leader_election.cc:343] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.504176  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:45.505087  3949 tablet_bootstrap.cc:654] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34: Neither blocks nor log segments found. Creating new log.
W20260630 12:35:45.505824  3725 leader_election.cc:343] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.506382  3816 raft_consensus.cc:697] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Becoming Leader. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:45.507340  3816 consensus_queue.cc:237] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.509075  3611 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:45.509970  3819 raft_consensus.cc:515] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.510608  3949 tablet_bootstrap.cc:492] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34: No bootstrap required, opened a new log
I20260630 12:35:45.511091  3949 ts_tablet_manager.cc:1403] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:35:45.510540  3725 leader_election.cc:304] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [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: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:45.513460  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:45.514081  3685 raft_consensus.cc:3060] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.514202  3949 raft_consensus.cc:359] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.514801  3810 raft_consensus.cc:2804] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.515009  3949 raft_consensus.cc:385] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.515615  3949 raft_consensus.cc:740] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.513882  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:45.516562  3810 raft_consensus.cc:697] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:45.516546  3949 consensus_queue.cc:260] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.517943  3958 tablet_bootstrap.cc:492] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
W20260630 12:35:45.518266  3725 leader_election.cc:343] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.518441  3958 ts_tablet_manager.cc:1403] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.067s	user 0.016s	sys 0.002s
I20260630 12:35:45.519541  3949 ts_tablet_manager.cc:1434] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:35:45.519249  3810 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.521602  3958 raft_consensus.cc:359] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.522215  3685 raft_consensus.cc:2468] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 1.
I20260630 12:35:45.522398  3958 raft_consensus.cc:385] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.522812  3958 raft_consensus.cc:740] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.523576  3727 leader_election.cc:304] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [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: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:45.525101  3820 raft_consensus.cc:2804] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.528270  3820 raft_consensus.cc:697] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:45.523674  3958 consensus_queue.cc:260] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.529127  3820 consensus_queue.cc:237] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.530432  3819 leader_election.cc:290] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 1 election: Requested vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:45.528893  3953 tablet_bootstrap.cc:654] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.535485  3976 raft_consensus.cc:515] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.539310  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fdbb2e0eb86445a9cb05c86e36bd898" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:45.540050  3685 raft_consensus.cc:3060] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.539903  3976 leader_election.cc:290] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 election: Requested vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:45.543833  3507 catalog_manager.cc:5697] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.544559  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fdbb2e0eb86445a9cb05c86e36bd898" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:45.544541  3506 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 0 to 1, leader changed from <none> to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:45.547847  3576 leader_election.cc:343] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.549012  3953 tablet_bootstrap.cc:492] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:45.551301  3953 ts_tablet_manager.cc:1403] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.085s	user 0.011s	sys 0.003s
I20260630 12:35:45.552347  3958 ts_tablet_manager.cc:1434] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.033s	user 0.007s	sys 0.000s
I20260630 12:35:45.555815  3953 raft_consensus.cc:359] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.556593  3953 raft_consensus.cc:385] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.556906  3953 raft_consensus.cc:740] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.557701  3953 consensus_queue.cc:260] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.558293  3958 tablet_bootstrap.cc:492] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:45.569636  3953 ts_tablet_manager.cc:1434] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.000s
I20260630 12:35:45.570894  3953 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:45.575109  3685 raft_consensus.cc:2468] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 1.
I20260630 12:35:45.576483  3578 leader_election.cc:304] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [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: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:45.577417  3976 raft_consensus.cc:2804] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.577167  3958 tablet_bootstrap.cc:654] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.577941  3976 raft_consensus.cc:697] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Becoming Leader. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:45.578871  3976 consensus_queue.cc:237] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.580374  3506 catalog_manager.cc:5697] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 0 to 1, leader changed from <none> to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.584097  3953 tablet_bootstrap.cc:654] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.592083  3816 raft_consensus.cc:493] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.592859  3816 raft_consensus.cc:515] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.596540  3507 catalog_manager.cc:5697] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.598080  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.599038  3917 raft_consensus.cc:2468] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 0.
I20260630 12:35:45.600834  3576 leader_election.cc:304] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4bc41b81cce84474a836c59a09df797d, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.602213  3978 raft_consensus.cc:2804] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:45.602720  3978 raft_consensus.cc:493] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.603109  3978 raft_consensus.cc:3060] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.607141  3816 leader_election.cc:290] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:45.610759  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:45.611565  3761 raft_consensus.cc:2468] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 0.
I20260630 12:35:45.613242  3953 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: No bootstrap required, opened a new log
I20260630 12:35:45.613750  3953 ts_tablet_manager.cc:1403] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.043s	user 0.021s	sys 0.012s
I20260630 12:35:45.616349  3978 raft_consensus.cc:515] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.616739  3953 raft_consensus.cc:359] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.617614  3953 raft_consensus.cc:385] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.617956  3953 raft_consensus.cc:740] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.618367  3978 leader_election.cc:290] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 election: Requested vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:45.619568  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:45.619737  3839 raft_consensus.cc:493] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.619760  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:45.620208  3917 raft_consensus.cc:3060] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.620648  3761 raft_consensus.cc:3060] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.620532  3839 raft_consensus.cc:515] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.623107  3839 leader_election.cc:290] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:45.624809  3760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:45.625741  3760 raft_consensus.cc:2468] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 0.
I20260630 12:35:45.624825  3918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.627097  3651 leader_election.cc:304] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 
W20260630 12:35:45.628810  3651 leader_election.cc:343] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.629740  3839 raft_consensus.cc:2804] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:45.630227  3839 raft_consensus.cc:493] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.630825  3839 raft_consensus.cc:3060] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.632694  3917 raft_consensus.cc:2468] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 1.
I20260630 12:35:45.633986  3576 leader_election.cc:304] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4bc41b81cce84474a836c59a09df797d, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.634874  3976 raft_consensus.cc:2804] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.635248  3958 tablet_bootstrap.cc:492] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
I20260630 12:35:45.635353  3976 raft_consensus.cc:697] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Becoming Leader. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:45.635895  3958 ts_tablet_manager.cc:1403] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.078s	user 0.005s	sys 0.008s
I20260630 12:35:45.636324  3976 consensus_queue.cc:237] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.618831  3953 consensus_queue.cc:260] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.647686  3953 ts_tablet_manager.cc:1434] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.034s	user 0.009s	sys 0.003s
I20260630 12:35:45.630185  3761 raft_consensus.cc:2468] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 1.
I20260630 12:35:45.656740  3839 raft_consensus.cc:515] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.651233  3958 raft_consensus.cc:359] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.659302  3958 raft_consensus.cc:385] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.659607  3958 raft_consensus.cc:740] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.658844  3506 catalog_manager.cc:5697] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.660440  3958 consensus_queue.cc:260] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.663254  3958 ts_tablet_manager.cc:1434] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.027s	user 0.008s	sys 0.004s
I20260630 12:35:45.664239  3958 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:45.672628  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:45.673344  3761 raft_consensus.cc:3060] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.672632  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d"
W20260630 12:35:45.680136  3651 leader_election.cc:343] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:45.680903  3839 leader_election.cc:290] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Requested vote from peers 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:45.681460  3761 raft_consensus.cc:2468] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:45.682931  3651 leader_election.cc:304] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [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: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437; no voters: 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:45.684275  3839 raft_consensus.cc:2804] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.684831  3839 raft_consensus.cc:697] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Becoming Leader. State: Replica: 529a652ecc8c4284832421d52453c437, State: Running, Role: LEADER
I20260630 12:35:45.685113  3958 tablet_bootstrap.cc:654] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.685662  3839 consensus_queue.cc:237] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.690270  3958 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
I20260630 12:35:45.690924  3958 ts_tablet_manager.cc:1403] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.027s	user 0.007s	sys 0.004s
I20260630 12:35:45.695096  3507 catalog_manager.cc:5697] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 reported cstate change: term changed from 0 to 1, leader changed from <none> to 529a652ecc8c4284832421d52453c437 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.698176  3958 raft_consensus.cc:359] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.699020  3958 raft_consensus.cc:385] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.699391  3958 raft_consensus.cc:740] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.700191  3958 consensus_queue.cc:260] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.703099  3958 ts_tablet_manager.cc:1434] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.001s
I20260630 12:35:45.704216  3958 tablet_bootstrap.cc:492] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:45.710968  3958 tablet_bootstrap.cc:654] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.716686  3958 tablet_bootstrap.cc:492] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
I20260630 12:35:45.717335  3958 ts_tablet_manager.cc:1403] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.006s
I20260630 12:35:45.721128  3958 raft_consensus.cc:359] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.721982  3958 raft_consensus.cc:385] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.722322  3958 raft_consensus.cc:740] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.723165  3958 consensus_queue.cc:260] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.725742  3958 ts_tablet_manager.cc:1434] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260630 12:35:45.726923  3958 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:45.729070  3811 raft_consensus.cc:493] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.729617  3811 raft_consensus.cc:515] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.731878  3811 leader_election.cc:290] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:45.733541  3958 tablet_bootstrap.cc:654] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.733654  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5167516c2fb848798e174c35f7da8d39" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d" is_pre_election: true
I20260630 12:35:45.734330  3917 raft_consensus.cc:2468] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 0.
I20260630 12:35:45.736202  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5167516c2fb848798e174c35f7da8d39" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:45.737138  3611 raft_consensus.cc:2468] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 0.
I20260630 12:35:45.738950  3651 leader_election.cc:304] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.739931  3811 raft_consensus.cc:2804] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:45.740320  3811 raft_consensus.cc:493] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.740648  3811 raft_consensus.cc:3060] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.741496  3958 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
I20260630 12:35:45.741920  3958 ts_tablet_manager.cc:1403] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.004s
I20260630 12:35:45.744197  3958 raft_consensus.cc:359] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.744953  3958 raft_consensus.cc:385] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.745252  3958 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.745977  3958 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.746640  3811 raft_consensus.cc:515] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.748221  3958 ts_tablet_manager.cc:1434] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:45.748903  3811 leader_election.cc:290] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:45.749291  3958 tablet_bootstrap.cc:492] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:45.750705  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5167516c2fb848798e174c35f7da8d39" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:45.751331  3612 raft_consensus.cc:3060] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.751453  3917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5167516c2fb848798e174c35f7da8d39" candidate_uuid: "529a652ecc8c4284832421d52453c437" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:45.752147  3917 raft_consensus.cc:3060] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.756812  3958 tablet_bootstrap.cc:654] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.757282  3612 raft_consensus.cc:2468] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:45.758632  3651 leader_election.cc:304] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:45.759337  3917 raft_consensus.cc:2468] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 529a652ecc8c4284832421d52453c437 in term 1.
I20260630 12:35:45.759743  3811 raft_consensus.cc:2804] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.761150  3811 raft_consensus.cc:697] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Becoming Leader. State: Replica: 529a652ecc8c4284832421d52453c437, State: Running, Role: LEADER
I20260630 12:35:45.762037  3811 consensus_queue.cc:237] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.764417  3958 tablet_bootstrap.cc:492] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d: No bootstrap required, opened a new log
I20260630 12:35:45.765264  3958 ts_tablet_manager.cc:1403] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.003s
I20260630 12:35:45.767683  3958 raft_consensus.cc:359] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.768348  3958 raft_consensus.cc:385] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.768608  3958 raft_consensus.cc:740] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.769186  3958 consensus_queue.cc:260] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:45.770886  3958 ts_tablet_manager.cc:1434] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:45.771095  3507 catalog_manager.cc:5697] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 reported cstate change: term changed from 0 to 1, leader changed from <none> to 529a652ecc8c4284832421d52453c437 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:45.777998  3964 raft_consensus.cc:493] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.778570  3964 raft_consensus.cc:515] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:45.780743  3964 leader_election.cc:290] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:45.783280  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:45.784111  3685 raft_consensus.cc:2393] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4bc41b81cce84474a836c59a09df797d in current term 1: Already voted for candidate 479e91189f9e4b4499998b0528818cce in this term.
I20260630 12:35:45.790416  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:45.791602  3880 leader_election.cc:304] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d; no voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437
I20260630 12:35:45.792320  3964 raft_consensus.cc:3060] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.797034  3964 raft_consensus.cc:2749] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:45.820124  3964 raft_consensus.cc:493] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.820626  3964 raft_consensus.cc:515] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.822731  3964 leader_election.cc:290] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:45.823621  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:45.823995  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:45.824393  3612 raft_consensus.cc:2393] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4bc41b81cce84474a836c59a09df797d in current term 1: Already voted for candidate 479e91189f9e4b4499998b0528818cce in this term.
I20260630 12:35:45.825742  3880 leader_election.cc:304] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d; no voters: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:45.826588  3964 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.831368  3964 raft_consensus.cc:2749] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:45.855302  3964 raft_consensus.cc:493] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.855727  3964 raft_consensus.cc:515] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.857649  3964 leader_election.cc:290] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:45.858417  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d6c889b78a2414a86753733ada84140" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:45.858697  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d6c889b78a2414a86753733ada84140" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:45.859055  3761 raft_consensus.cc:2468] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 0.
I20260630 12:35:45.859294  3612 raft_consensus.cc:2468] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 0.
I20260630 12:35:45.860158  3880 leader_election.cc:304] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 4bc41b81cce84474a836c59a09df797d; no voters: 
I20260630 12:35:45.860827  3964 raft_consensus.cc:2804] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:45.861268  3964 raft_consensus.cc:493] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.861594  3964 raft_consensus.cc:3060] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.866171  3964 raft_consensus.cc:515] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.867738  3964 leader_election.cc:290] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 election: Requested vote from peers 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591), 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:45.868685  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d6c889b78a2414a86753733ada84140" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:45.868898  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d6c889b78a2414a86753733ada84140" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:45.869297  3761 raft_consensus.cc:3060] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.869647  3612 raft_consensus.cc:3060] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.874094  3761 raft_consensus.cc:2468] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 1.
I20260630 12:35:45.874223  3612 raft_consensus.cc:2468] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 1.
I20260630 12:35:45.875427  3880 leader_election.cc:304] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 479e91189f9e4b4499998b0528818cce, 4bc41b81cce84474a836c59a09df797d; no voters: 
I20260630 12:35:45.876214  3964 raft_consensus.cc:2804] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.877192  3964 raft_consensus.cc:697] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Becoming Leader. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:45.877878  3964 consensus_queue.cc:237] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.885542  3507 catalog_manager.cc:5697] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d reported cstate change: term changed from 0 to 1, leader changed from <none> to 4bc41b81cce84474a836c59a09df797d (127.0.160.132). New cstate: current_term: 1 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:45.890280  3563 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:45.920053  3976 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:45.922999  3761 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d"
dest_uuid: "479e91189f9e4b4499998b0528818cce"
mode: GRACEFUL
new_leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
 from {username='slave'} at 127.0.0.1:51034
I20260630 12:35:45.923913  3761 raft_consensus.cc:606] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Received request to transfer leadership to TS 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:45.927943  3761 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c"
dest_uuid: "479e91189f9e4b4499998b0528818cce"
mode: GRACEFUL
new_leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
 from {username='slave'} at 127.0.0.1:51034
I20260630 12:35:45.928865  3761 raft_consensus.cc:606] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Received request to transfer leadership to TS 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:45.941773  3978 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:35:45.962167  3558 auto_rebalancer.cc:639] Failed to schedule move for tablet 417af239d8fd4d7dabc822881c619d6d: Remote error: Service unavailable: leader transfer in progress
I20260630 12:35:45.970176  3819 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:45.973556  3685 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4"
dest_uuid: "529a652ecc8c4284832421d52453c437"
mode: GRACEFUL
new_leader_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:58920
I20260630 12:35:45.974148  3685 raft_consensus.cc:606] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Received request to transfer leadership to TS 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:45.974040  3761 consensus_queue.cc:237] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:45.978019  3760 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "479e91189f9e4b4499998b0528818cce"
mode: GRACEFUL
new_leader_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:51034
I20260630 12:35:45.978742  3760 raft_consensus.cc:606] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Received request to transfer leadership to TS 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:45.980451  3563 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260630 12:35:45.981393  3563 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:45.985474  3810 raft_consensus.cc:993] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce: : Instructing follower 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:45.987771  3983 raft_consensus.cc:1081] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Signalling peer 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:45.990967  3685 raft_consensus.cc:1275] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:45.991465  3916 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:57410
I20260630 12:35:45.992169  3916 raft_consensus.cc:493] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:45.992533  3916 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.993113  3983 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:45.995304  3964 raft_consensus.cc:493] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.995811  3964 raft_consensus.cc:515] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:45.997920  3964 leader_election.cc:290] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:46.000587  3916 raft_consensus.cc:515] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:46.001088  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fdbb2e0eb86445a9cb05c86e36bd898" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34" is_pre_election: true
I20260630 12:35:46.004257  3918 raft_consensus.cc:1240] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Rejecting Update request from peer 479e91189f9e4b4499998b0528818cce for earlier term 1. Current term is 2. Ops: []
W20260630 12:35:46.012214  3725 consensus_peers.cc:597] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce -> Peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Couldn't send request to peer 4bc41b81cce84474a836c59a09df797d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 714d2a64c18c4e9f97c498f6e39bcce7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.013144  3820 consensus_queue.cc:1059] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:46.002549  3612 raft_consensus.cc:1275] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:46.014061  3916 leader_election.cc:290] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 2 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:46.018946  3687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fdbb2e0eb86445a9cb05c86e36bd898" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:46.019902  3687 raft_consensus.cc:2393] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4bc41b81cce84474a836c59a09df797d in current term 1: Already voted for candidate 9fc2cc462e484662acd33ea96e6e0d34 in this term.
I20260630 12:35:46.023854  3612 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:46.024832  3612 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.023713  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:46.030009  4010 raft_consensus.cc:3055] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:46.019845  4011 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.011s
I20260630 12:35:46.031809  3882 leader_election.cc:304] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d; no voters: 529a652ecc8c4284832421d52453c437, 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:46.037349  3612 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:46.032394  4010 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:46.037590  3964 raft_consensus.cc:3060] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:46.038487  3611 raft_consensus.cc:1240] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Rejecting Update request from peer 479e91189f9e4b4499998b0528818cce for earlier term 1. Current term is 2. Ops: []
I20260630 12:35:46.038739  3880 leader_election.cc:304] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:46.040055  3998 raft_consensus.cc:2804] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:46.041703  4010 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:46.042877  4010 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.044446  3964 raft_consensus.cc:2749] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:46.045454  3964 raft_consensus.cc:493] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:46.045924  3964 raft_consensus.cc:515] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:46.047914  3964 leader_election.cc:290] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:46.049614  3760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "479e91189f9e4b4499998b0528818cce" is_pre_election: true
I20260630 12:35:46.050450  3760 raft_consensus.cc:2393] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4bc41b81cce84474a836c59a09df797d in current term 1: Already voted for candidate 529a652ecc8c4284832421d52453c437 in this term.
I20260630 12:35:46.053196  3819 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.054493  3686 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.056245  3810 consensus_queue.cc:1048] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.070323  3998 raft_consensus.cc:697] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Becoming Leader. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:46.071349  3998 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } }
I20260630 12:35:46.072803  3507 catalog_manager.cc:5697] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.098963  3761 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:46.104648  3687 consensus_queue.cc:237] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:46.111348  3507 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d reported cstate change: term changed from 1 to 2, leader changed from 479e91189f9e4b4499998b0528818cce (127.0.160.131) to 4bc41b81cce84474a836c59a09df797d (127.0.160.132). New cstate: current_term: 2 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.107548  3612 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.118970  3819 consensus_queue.cc:1048] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.133386  3816 consensus_queue.cc:1048] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.141247  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "529a652ecc8c4284832421d52453c437" is_pre_election: true
I20260630 12:35:46.143193  3882 leader_election.cc:304] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d; no voters: 479e91189f9e4b4499998b0528818cce, 529a652ecc8c4284832421d52453c437
I20260630 12:35:46.144263  4014 raft_consensus.cc:3060] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:46.152850  4014 raft_consensus.cc:2749] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:46.162374  3811 consensus_queue.cc:1048] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:46.175961  3760 raft_consensus.cc:1275] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:46.178104  3611 raft_consensus.cc:1275] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:46.178126  3816 consensus_queue.cc:1048] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:46.181061  3978 consensus_queue.cc:1048] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.181538  4010 raft_consensus.cc:993] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce: : Instructing follower 9fc2cc462e484662acd33ea96e6e0d34 to start an election
I20260630 12:35:46.182013  3810 raft_consensus.cc:1081] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Signalling peer 9fc2cc462e484662acd33ea96e6e0d34 to start an election
I20260630 12:35:46.184724  3611 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c"
dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
 from {username='slave'} at 127.0.0.1:56520
I20260630 12:35:46.185914  3611 raft_consensus.cc:493] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:46.186287  3611 raft_consensus.cc:3060] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:35:46.187783  3651 consensus_peers.cc:597] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 -> Peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Couldn't send request to peer 4bc41b81cce84474a836c59a09df797d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 11cd8dc89ad34dc29a1147ae071966b2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.189062  3839 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.190963  3839 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.195996  3978 consensus_queue.cc:1048] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:46.198717  3819 raft_consensus.cc:993] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce: : Instructing follower 9fc2cc462e484662acd33ea96e6e0d34 to start an election
I20260630 12:35:46.199437  3819 raft_consensus.cc:1081] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Signalling peer 9fc2cc462e484662acd33ea96e6e0d34 to start an election
I20260630 12:35:46.205813  3612 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d"
dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
 from {username='slave'} at 127.0.0.1:56520
I20260630 12:35:46.206449  3612 raft_consensus.cc:493] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:46.206918  3612 raft_consensus.cc:3060] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.218693  3612 raft_consensus.cc:515] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:46.233641  3839 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.249835  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:46.250533  3686 raft_consensus.cc:3060] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.255918  3612 leader_election.cc:290] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 2 election: Requested vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:46.256174  3761 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.254943  3611 raft_consensus.cc:515] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:46.260882  4027 consensus_queue.cc:1048] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.265663  3760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "417af239d8fd4d7dabc822881c619d6d" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:46.266355  3760 raft_consensus.cc:3055] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:46.266486  3811 raft_consensus.cc:993] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437: : Instructing follower 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:46.266754  3760 raft_consensus.cc:740] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:46.267171  3811 raft_consensus.cc:1081] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Signalling peer 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:46.267841  3760 consensus_queue.cc:260] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:46.271642  3760 raft_consensus.cc:3060] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.278288  3611 leader_election.cc:290] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 2 election: Requested vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:46.281618  3759 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:46.282572  3759 raft_consensus.cc:3055] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:46.283005  3759 raft_consensus.cc:740] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:46.283550  3686 raft_consensus.cc:2468] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 2.
I20260630 12:35:46.287802  3685 raft_consensus.cc:1240] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Rejecting Update request from peer 479e91189f9e4b4499998b0528818cce for earlier term 1. Current term is 2. Ops: []
I20260630 12:35:46.284626  3759 consensus_queue.cc:260] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:46.291489  3759 raft_consensus.cc:3060] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.286046  3760 raft_consensus.cc:2468] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 2.
I20260630 12:35:46.297402  3510 catalog_manager.cc:5697] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce reported cstate change: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.298460  3576 leader_election.cc:304] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [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: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:46.299728  3976 raft_consensus.cc:2804] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:46.300807  3976 raft_consensus.cc:697] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 LEADER]: Becoming Leader. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:46.301959  3976 consensus_queue.cc:237] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } }
I20260630 12:35:46.306499  3917 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:57396
I20260630 12:35:46.307142  3917 raft_consensus.cc:493] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:46.307540  3917 raft_consensus.cc:3060] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.313459  3759 raft_consensus.cc:2468] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 2.
I20260630 12:35:46.314771  3576 leader_election.cc:304] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [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: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:46.315914  4028 raft_consensus.cc:2804] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:46.317581  4028 raft_consensus.cc:697] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 LEADER]: Becoming Leader. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:46.318717  4028 consensus_queue.cc:237] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:46.323871  3917 raft_consensus.cc:515] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:46.332437  4030 consensus_queue.cc:1048] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:35:46.333240  3558 auto_rebalancer.cc:639] Failed to schedule move for tablet 5060b8d9650b4a67a695169ef6835d7c: Illegal state: Replica 479e91189f9e4b4499998b0528818cce is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } }
I20260630 12:35:46.334134  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5060b8d9650b4a67a695169ef6835d7c" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:46.335152  3917 leader_election.cc:290] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 2 election: Requested vote from peers 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:46.336608  3759 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:46.337738  3759 raft_consensus.cc:3060] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.336561  4030 consensus_queue.cc:1048] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:46.354144  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "825892de63af4e0da258e97fa68cb5e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:46.354972  3686 raft_consensus.cc:3055] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:46.355324  3686 raft_consensus.cc:740] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Running, Role: LEADER
I20260630 12:35:46.356117  3686 consensus_queue.cc:260] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [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: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:46.357127  3686 raft_consensus.cc:3060] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.351781  3610 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:46.370414  3759 raft_consensus.cc:2468] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:46.366843  3686 raft_consensus.cc:2468] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:46.378641  3882 leader_election.cc:304] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:46.382561  4014 raft_consensus.cc:2804] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:46.383119  4014 raft_consensus.cc:697] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Becoming Leader. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:46.383970  4014 consensus_queue.cc:237] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [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: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:46.373245  3506 catalog_manager.cc:5697] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: term changed from 1 to 2, leader changed from 479e91189f9e4b4499998b0528818cce (127.0.160.131) to 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129). New cstate: current_term: 2 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.393985  3507 catalog_manager.cc:5697] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d reported cstate change: term changed from 1 to 2, leader changed from 529a652ecc8c4284832421d52453c437 (127.0.160.130) to 4bc41b81cce84474a836c59a09df797d (127.0.160.132). New cstate: current_term: 2 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:46.406855  3510 catalog_manager.cc:5697] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: term changed from 1 to 2, leader changed from 479e91189f9e4b4499998b0528818cce (127.0.160.131) to 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129). New cstate: current_term: 2 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:46.421453  4014 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.440042  3964 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.536616  4038 ts_tablet_manager.cc:933] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: Initiating tablet copy from peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:46.538393  4038 tablet_copy_client.cc:323] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:37591
I20260630 12:35:46.540258  3771 tablet_copy_service.cc:140] P 479e91189f9e4b4499998b0528818cce: Received BeginTabletCopySession request for tablet 714d2a64c18c4e9f97c498f6e39bcce7 from peer 4bc41b81cce84474a836c59a09df797d ({username='slave'} at 127.0.0.1:51030)
I20260630 12:35:46.540861  3771 tablet_copy_service.cc:161] P 479e91189f9e4b4499998b0528818cce: Beginning new tablet copy session on tablet 714d2a64c18c4e9f97c498f6e39bcce7 from peer 4bc41b81cce84474a836c59a09df797d at {username='slave'} at 127.0.0.1:51030: session id = 4bc41b81cce84474a836c59a09df797d-714d2a64c18c4e9f97c498f6e39bcce7
I20260630 12:35:46.548897  3771 tablet_copy_source_session.cc:215] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:46.552433  4038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714d2a64c18c4e9f97c498f6e39bcce7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.569543  4038 tablet_copy_client.cc:806] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:46.570262  4038 tablet_copy_client.cc:670] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:46.574163  4038 tablet_copy_client.cc:538] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:46.581204  4038 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:46.589629  3610 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.591316  3964 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.602267  4038 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:46.603577  4038 tablet_bootstrap.cc:492] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: Bootstrap complete.
I20260630 12:35:46.606561  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.608383  4038 ts_tablet_manager.cc:1403] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.027s	user 0.011s	sys 0.009s
I20260630 12:35:46.609002  4015 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.611527  4038 raft_consensus.cc:359] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:46.612440  4038 raft_consensus.cc:740] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: LEARNER
I20260630 12:35:46.613176  4038 consensus_queue.cc:260] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:46.615922  4038 ts_tablet_manager.cc:1434] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:35:46.618867  3771 tablet_copy_service.cc:342] P 479e91189f9e4b4499998b0528818cce: Request end of tablet copy session 4bc41b81cce84474a836c59a09df797d-714d2a64c18c4e9f97c498f6e39bcce7 received from {username='slave'} at 127.0.0.1:51030
I20260630 12:35:46.619354  3771 tablet_copy_service.cc:434] P 479e91189f9e4b4499998b0528818cce: ending tablet copy session 4bc41b81cce84474a836c59a09df797d-714d2a64c18c4e9f97c498f6e39bcce7 on tablet 714d2a64c18c4e9f97c498f6e39bcce7 with peer 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:46.629669  4038 ts_tablet_manager.cc:933] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: Initiating tablet copy from peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:46.647986  4038 tablet_copy_client.cc:323] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:44241
I20260630 12:35:46.650087  3697 tablet_copy_service.cc:140] P 529a652ecc8c4284832421d52453c437: Received BeginTabletCopySession request for tablet 11cd8dc89ad34dc29a1147ae071966b2 from peer 4bc41b81cce84474a836c59a09df797d ({username='slave'} at 127.0.0.1:58906)
I20260630 12:35:46.650709  3697 tablet_copy_service.cc:161] P 529a652ecc8c4284832421d52453c437: Beginning new tablet copy session on tablet 11cd8dc89ad34dc29a1147ae071966b2 from peer 4bc41b81cce84474a836c59a09df797d at {username='slave'} at 127.0.0.1:58906: session id = 4bc41b81cce84474a836c59a09df797d-11cd8dc89ad34dc29a1147ae071966b2
I20260630 12:35:46.655881  3697 tablet_copy_source_session.cc:215] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:46.658701  4038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11cd8dc89ad34dc29a1147ae071966b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.671943  4038 tablet_copy_client.cc:806] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:46.672516  4038 tablet_copy_client.cc:670] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:46.676311  4038 tablet_copy_client.cc:538] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:46.682827  4038 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:46.698119  4038 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:46.698995  4038 tablet_bootstrap.cc:492] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: Bootstrap complete.
I20260630 12:35:46.699563  4038 ts_tablet_manager.cc:1403] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.001s
I20260630 12:35:46.701798  4038 raft_consensus.cc:359] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:46.702484  4038 raft_consensus.cc:740] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: LEARNER
I20260630 12:35:46.703065  4038 consensus_queue.cc:260] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:46.705133  4038 ts_tablet_manager.cc:1434] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:35:46.707800  3759 raft_consensus.cc:1275] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.708734  3697 tablet_copy_service.cc:342] P 529a652ecc8c4284832421d52453c437: Request end of tablet copy session 4bc41b81cce84474a836c59a09df797d-11cd8dc89ad34dc29a1147ae071966b2 received from {username='slave'} at 127.0.0.1:58906
I20260630 12:35:46.709721  3697 tablet_copy_service.cc:434] P 529a652ecc8c4284832421d52453c437: ending tablet copy session 4bc41b81cce84474a836c59a09df797d-11cd8dc89ad34dc29a1147ae071966b2 on tablet 11cd8dc89ad34dc29a1147ae071966b2 with peer 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:46.709465  4028 consensus_queue.cc:1048] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.716037  3686 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.717654  4028 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.721118  3685 raft_consensus.cc:3060] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:46.728819  3685 raft_consensus.cc:1275] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.730782  3976 consensus_queue.cc:1048] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.744334  3759 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.745967  3978 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.797327  3759 raft_consensus.cc:1275] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.798925  4015 consensus_queue.cc:1048] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:46.812430  3685 raft_consensus.cc:1275] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.815793  3998 consensus_queue.cc:1048] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:47.124037  3916 raft_consensus.cc:1217] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:47.134826  3916 raft_consensus.cc:1217] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:47.698601  4010 raft_consensus.cc:1064] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: attempting to promote NON_VOTER 4bc41b81cce84474a836c59a09df797d to VOTER
I20260630 12:35:47.701458  4010 consensus_queue.cc:237] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:47.708940  3685 raft_consensus.cc:1275] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:47.710173  3916 raft_consensus.cc:1275] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:47.710837  4051 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.713837  4051 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.715902  4029 raft_consensus.cc:1064] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: attempting to promote NON_VOTER 4bc41b81cce84474a836c59a09df797d to VOTER
I20260630 12:35:47.721809  3610 raft_consensus.cc:1275] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:47.723913  4051 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:47.718524  4029 consensus_queue.cc:237] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:47.743794  3759 raft_consensus.cc:1275] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:47.744526  4010 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.748378  3610 raft_consensus.cc:1275] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:47.753893  4059 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:47.751149  3611 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.756224  3916 raft_consensus.cc:1275] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:47.760205  4030 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.762574  4029 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.770902  3685 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.772640  3510 catalog_manager.cc:5697] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.778039  3917 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.803521  4029 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.812767  3759 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.812474  3916 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.835171  3610 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.861420  3510 catalog_manager.cc:5697] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.871356  3759 consensus_queue.cc:237] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:47.876816  3916 raft_consensus.cc:1275] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:47.877058  3610 raft_consensus.cc:1275] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:47.878547  4010 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:47.881517  4053 consensus_queue.cc:1048] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:47.886848  3685 consensus_queue.cc:237] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:47.890307  4051 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.895417  3611 raft_consensus.cc:1275] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:47.896744  3917 raft_consensus.cc:1275] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:47.898478  4066 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:47.901003  4066 consensus_queue.cc:1048] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:47.908320  4029 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.909093  3610 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.914047  3611 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.915963  3916 raft_consensus.cc:2955] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.919916  3495 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 714d2a64c18c4e9f97c498f6e39bcce7 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:47.924028  3917 raft_consensus.cc:2955] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.926041  3507 catalog_manager.cc:5697] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 3 to 4, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.934333  3497 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 11cd8dc89ad34dc29a1147ae071966b2 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:47.938076  3675 tablet_service.cc:1558] Processing DeleteTablet for tablet 714d2a64c18c4e9f97c498f6e39bcce7 with delete_type TABLET_DATA_TOMBSTONED (TS 529a652ecc8c4284832421d52453c437 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42758
I20260630 12:35:47.946367  3509 catalog_manager.cc:5697] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d reported cstate change: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:47.963153  4069 tablet_replica.cc:333] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:47.964208  4069 raft_consensus.cc:2243] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:47.964866  4069 raft_consensus.cc:2272] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:47.968195  4069 ts_tablet_manager.cc:1916] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:47.971836  3747 tablet_service.cc:1558] Processing DeleteTablet for tablet 11cd8dc89ad34dc29a1147ae071966b2 with delete_type TABLET_DATA_TOMBSTONED (TS 479e91189f9e4b4499998b0528818cce not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:40724
I20260630 12:35:47.973886  4070 tablet_replica.cc:333] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:47.978384  4070 raft_consensus.cc:2243] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:47.979362  4070 raft_consensus.cc:2272] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:47.982977  3563 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:47.986205  4069 ts_tablet_manager.cc:1929] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:47.986672  4070 ts_tablet_manager.cc:1916] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:47.986672  4069 log.cc:1199] T 714d2a64c18c4e9f97c498f6e39bcce7 P 529a652ecc8c4284832421d52453c437: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root/wals/714d2a64c18c4e9f97c498f6e39bcce7
I20260630 12:35:47.989238  3497 catalog_manager.cc:5028] TS 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): tablet 714d2a64c18c4e9f97c498f6e39bcce7 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:48.004141  4070 ts_tablet_manager.cc:1929] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:48.004633  4070 log.cc:1199] T 11cd8dc89ad34dc29a1147ae071966b2 P 479e91189f9e4b4499998b0528818cce: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-2-root/wals/11cd8dc89ad34dc29a1147ae071966b2
I20260630 12:35:48.006434  3495 catalog_manager.cc:5028] TS 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): tablet 11cd8dc89ad34dc29a1147ae071966b2 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:48.018261  3611 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca"
dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
mode: GRACEFUL
new_leader_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:56554
I20260630 12:35:48.018867  3611 raft_consensus.cc:606] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Received request to transfer leadership to TS 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:48.020123  3563 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:48.020712  3563 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:48.395308  3978 raft_consensus.cc:993] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34: : Instructing follower 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:48.395807  4068 raft_consensus.cc:1081] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Signalling peer 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:48.397271  3916 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:57404
I20260630 12:35:48.397830  3916 raft_consensus.cc:493] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:48.398273  3916 raft_consensus.cc:3060] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.404445  3916 raft_consensus.cc:515] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:48.406288  3916 leader_election.cc:290] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 2 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:48.407116  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:48.407349  3759 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "564958892efa48ae933701f9d7e3d6ca" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:48.407876  3759 raft_consensus.cc:3060] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.407857  3611 raft_consensus.cc:3055] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:48.408478  3611 raft_consensus.cc:740] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:48.409401  3611 consensus_queue.cc:260] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:48.410722  3611 raft_consensus.cc:3060] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.415596  3759 raft_consensus.cc:2468] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:48.417168  3880 leader_election.cc:304] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [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: 479e91189f9e4b4499998b0528818cce, 4bc41b81cce84474a836c59a09df797d; no voters: 
I20260630 12:35:48.418098  3998 raft_consensus.cc:2804] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:48.418099  3611 raft_consensus.cc:2468] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:48.419409  3998 raft_consensus.cc:697] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Becoming Leader. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:48.420323  3998 consensus_queue.cc:237] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } }
I20260630 12:35:48.427210  3507 catalog_manager.cc:5697] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d reported cstate change: term changed from 1 to 2, leader changed from 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) to 4bc41b81cce84474a836c59a09df797d (127.0.160.132). New cstate: current_term: 2 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:48.855513  3759 raft_consensus.cc:1275] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:48.856837  3998 consensus_queue.cc:1048] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:48.869705  3611 raft_consensus.cc:1275] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:48.871354  4073 consensus_queue.cc:1048] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:48.990619  3759 consensus_queue.cc:237] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
W20260630 12:35:48.999294  3725 consensus_peers.cc:597] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce -> Peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Couldn't send request to peer 4bc41b81cce84474a836c59a09df797d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: aae52e28ee9c4962bba0f8741ab4eda5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:48.999411  3685 raft_consensus.cc:1275] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:49.000876  4010 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:49.002282  3611 raft_consensus.cc:1275] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:49.003789  4082 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:49.010188  4010 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.011912  3685 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.013876  3611 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.026206  3686 consensus_queue.cc:237] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.027155  3509 catalog_manager.cc:5697] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.034830  3759 raft_consensus.cc:1275] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:49.036875  4029 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:35:49.040400  3651 consensus_peers.cc:597] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 -> Peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Couldn't send request to peer 4bc41b81cce84474a836c59a09df797d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fa2fd30f68c249e49fbbc151b6d468f1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:49.041177  3611 raft_consensus.cc:1275] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:49.042416  4090 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:49.050680  4088 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.053225  3759 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.053491  3611 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.069885  3507 catalog_manager.cc:5697] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce reported cstate change: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.091588  3916 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
W20260630 12:35:49.102108  3882 consensus_peers.cc:597] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a55969d2e5144481b33ab99bf0b947e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:49.105166  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:49.105381  3611 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:49.106940  4097 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:49.108021  4073 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:49.121140  3998 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:49.123013  3611 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:49.123451  3759 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:49.136345  3508 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index -1 to 3, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New cstate: current_term: 2 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:49.162374  3611 consensus_queue.cc:237] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.169519  3686 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:49.169559  3759 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:35:49.170182  3576 consensus_peers.cc:597] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 -> Peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Couldn't send request to peer 4bc41b81cce84474a836c59a09df797d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 417af239d8fd4d7dabc822881c619d6d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:49.171305  4102 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:49.172376  4068 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:49.181015  4102 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.183284  3686 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.187500  3759 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:49.194398  3916 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:49.194880  3916 raft_consensus.cc:606] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Received request to transfer leadership
I20260630 12:35:49.195564  3508 catalog_manager.cc:5697] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index -1 to 3, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:49.199275  3916 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:49.199877  3916 raft_consensus.cc:606] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Received request to transfer leadership
W20260630 12:35:49.201282  3495 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for a55969d2e5144481b33ab99bf0b947e4 already in progress [suppressed 3 similar messages]
I20260630 12:35:49.205371  3916 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:49.205986  3916 raft_consensus.cc:606] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Received request to transfer leadership
I20260630 12:35:49.425297  4106 ts_tablet_manager.cc:933] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: Initiating tablet copy from peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:49.426743  4106 tablet_copy_client.cc:323] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:37591
I20260630 12:35:49.428258  3771 tablet_copy_service.cc:140] P 479e91189f9e4b4499998b0528818cce: Received BeginTabletCopySession request for tablet aae52e28ee9c4962bba0f8741ab4eda5 from peer 4bc41b81cce84474a836c59a09df797d ({username='slave'} at 127.0.0.1:51030)
I20260630 12:35:49.428678  3771 tablet_copy_service.cc:161] P 479e91189f9e4b4499998b0528818cce: Beginning new tablet copy session on tablet aae52e28ee9c4962bba0f8741ab4eda5 from peer 4bc41b81cce84474a836c59a09df797d at {username='slave'} at 127.0.0.1:51030: session id = 4bc41b81cce84474a836c59a09df797d-aae52e28ee9c4962bba0f8741ab4eda5
I20260630 12:35:49.434294  3771 tablet_copy_source_session.cc:215] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:49.437645  4106 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aae52e28ee9c4962bba0f8741ab4eda5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:49.449576  4106 tablet_copy_client.cc:806] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:49.450150  4106 tablet_copy_client.cc:670] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:49.453548  4106 tablet_copy_client.cc:538] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:49.460666  4106 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:49.478858  4106 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:49.479635  4106 tablet_bootstrap.cc:492] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: Bootstrap complete.
I20260630 12:35:49.480203  4106 ts_tablet_manager.cc:1403] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260630 12:35:49.482669  4106 raft_consensus.cc:359] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.483355  4106 raft_consensus.cc:740] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: LEARNER
I20260630 12:35:49.483889  4106 consensus_queue.cc:260] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.485772  4106 ts_tablet_manager.cc:1434] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:35:49.487409  3771 tablet_copy_service.cc:342] P 479e91189f9e4b4499998b0528818cce: Request end of tablet copy session 4bc41b81cce84474a836c59a09df797d-aae52e28ee9c4962bba0f8741ab4eda5 received from {username='slave'} at 127.0.0.1:51030
I20260630 12:35:49.487764  3771 tablet_copy_service.cc:434] P 479e91189f9e4b4499998b0528818cce: ending tablet copy session 4bc41b81cce84474a836c59a09df797d-aae52e28ee9c4962bba0f8741ab4eda5 on tablet aae52e28ee9c4962bba0f8741ab4eda5 with peer 4bc41b81cce84474a836c59a09df797d
W20260630 12:35:49.518493  3558 auto_rebalancer.cc:911] Removing replace marker failed after 3 inline attempts; will retry on next rebalancer loop iteration: Service unavailable: leader transfer in progress
W20260630 12:35:49.518914  3558 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for a55969d2e5144481b33ab99bf0b947e4 already in progress
W20260630 12:35:49.519106  3558 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for a55969d2e5144481b33ab99bf0b947e4 already in progress
I20260630 12:35:49.598716  4073 raft_consensus.cc:993] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: : Instructing follower 9fc2cc462e484662acd33ea96e6e0d34 to start an election
I20260630 12:35:49.599228  4073 raft_consensus.cc:1081] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Signalling peer 9fc2cc462e484662acd33ea96e6e0d34 to start an election
I20260630 12:35:49.601358  3610 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
 from {username='slave'} at 127.0.0.1:56538
I20260630 12:35:49.602108  3610 raft_consensus.cc:493] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:49.602571  3610 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:49.608218  3610 raft_consensus.cc:515] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:49.610441  3610 leader_election.cc:290] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [CANDIDATE]: Term 3 election: Requested vote from peers 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:49.611673  3916 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:49.612353  3916 raft_consensus.cc:3055] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:35:49.612721  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "9fc2cc462e484662acd33ea96e6e0d34" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:49.613404  3761 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:49.612684  3916 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:49.615406  4106 ts_tablet_manager.cc:933] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: Initiating tablet copy from peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:49.615265  3916 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [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: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:49.617092  3916 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:49.620648  3761 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 3.
I20260630 12:35:49.622493  3576 leader_election.cc:304] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [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: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:49.624392  4081 raft_consensus.cc:2804] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:35:49.624889  4081 raft_consensus.cc:697] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 LEADER]: Becoming Leader. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:49.625749  4081 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [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: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:49.627743  3916 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fc2cc462e484662acd33ea96e6e0d34 in term 3.
I20260630 12:35:49.629735  4106 tablet_copy_client.cc:323] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:42877
I20260630 12:35:49.631484  3622 tablet_copy_service.cc:140] P 9fc2cc462e484662acd33ea96e6e0d34: Received BeginTabletCopySession request for tablet 417af239d8fd4d7dabc822881c619d6d from peer 4bc41b81cce84474a836c59a09df797d ({username='slave'} at 127.0.0.1:56538)
I20260630 12:35:49.632066  3622 tablet_copy_service.cc:161] P 9fc2cc462e484662acd33ea96e6e0d34: Beginning new tablet copy session on tablet 417af239d8fd4d7dabc822881c619d6d from peer 4bc41b81cce84474a836c59a09df797d at {username='slave'} at 127.0.0.1:56538: session id = 4bc41b81cce84474a836c59a09df797d-417af239d8fd4d7dabc822881c619d6d
I20260630 12:35:49.637836  3507 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: term changed from 2 to 3, leader changed from 4bc41b81cce84474a836c59a09df797d (127.0.160.132) to 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129). New cstate: current_term: 3 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:49.639658  3622 tablet_copy_source_session.cc:215] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:49.644171  4106 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 417af239d8fd4d7dabc822881c619d6d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:49.646205  4110 ts_tablet_manager.cc:933] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: Initiating tablet copy from peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:49.648334  4110 tablet_copy_client.cc:323] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:44241
I20260630 12:35:49.650475  3697 tablet_copy_service.cc:140] P 529a652ecc8c4284832421d52453c437: Received BeginTabletCopySession request for tablet fa2fd30f68c249e49fbbc151b6d468f1 from peer 4bc41b81cce84474a836c59a09df797d ({username='slave'} at 127.0.0.1:58906)
I20260630 12:35:49.651005  3697 tablet_copy_service.cc:161] P 529a652ecc8c4284832421d52453c437: Beginning new tablet copy session on tablet fa2fd30f68c249e49fbbc151b6d468f1 from peer 4bc41b81cce84474a836c59a09df797d at {username='slave'} at 127.0.0.1:58906: session id = 4bc41b81cce84474a836c59a09df797d-fa2fd30f68c249e49fbbc151b6d468f1
I20260630 12:35:49.655977  3697 tablet_copy_source_session.cc:215] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:49.658622  4110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa2fd30f68c249e49fbbc151b6d468f1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:49.661796  4106 tablet_copy_client.cc:806] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:49.662405  4106 tablet_copy_client.cc:670] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:49.666400  4106 tablet_copy_client.cc:538] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:49.671509  4110 tablet_copy_client.cc:806] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:49.672099  4110 tablet_copy_client.cc:670] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:49.675642  4106 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:49.675989  4110 tablet_copy_client.cc:538] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:49.682567  4110 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:49.701836  4106 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:49.702927  4106 tablet_bootstrap.cc:492] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: Bootstrap complete.
I20260630 12:35:49.703632  4106 ts_tablet_manager.cc:1403] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.028s	user 0.021s	sys 0.005s
I20260630 12:35:49.703796  4110 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:49.704665  4110 tablet_bootstrap.cc:492] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: Bootstrap complete.
I20260630 12:35:49.705389  4110 ts_tablet_manager.cc:1403] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.012s
I20260630 12:35:49.706975  4106 raft_consensus.cc:359] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.707871  4106 raft_consensus.cc:740] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: LEARNER
I20260630 12:35:49.708323  4110 raft_consensus.cc:359] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.708550  4106 consensus_queue.cc:260] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.709192  4110 raft_consensus.cc:740] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: LEARNER
I20260630 12:35:49.711513  4106 ts_tablet_manager.cc:1434] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.004s
I20260630 12:35:49.713869  3622 tablet_copy_service.cc:342] P 9fc2cc462e484662acd33ea96e6e0d34: Request end of tablet copy session 4bc41b81cce84474a836c59a09df797d-417af239d8fd4d7dabc822881c619d6d received from {username='slave'} at 127.0.0.1:56538
I20260630 12:35:49.714339  3622 tablet_copy_service.cc:434] P 9fc2cc462e484662acd33ea96e6e0d34: ending tablet copy session 4bc41b81cce84474a836c59a09df797d-417af239d8fd4d7dabc822881c619d6d on tablet 417af239d8fd4d7dabc822881c619d6d with peer 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:49.712482  4110 consensus_queue.cc:260] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:49.717283  4110 ts_tablet_manager.cc:1434] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.002s
I20260630 12:35:49.720335  3697 tablet_copy_service.cc:342] P 529a652ecc8c4284832421d52453c437: Request end of tablet copy session 4bc41b81cce84474a836c59a09df797d-fa2fd30f68c249e49fbbc151b6d468f1 received from {username='slave'} at 127.0.0.1:58906
I20260630 12:35:49.720824  3697 tablet_copy_service.cc:434] P 529a652ecc8c4284832421d52453c437: ending tablet copy session 4bc41b81cce84474a836c59a09df797d-fa2fd30f68c249e49fbbc151b6d468f1 on tablet fa2fd30f68c249e49fbbc151b6d468f1 with peer 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:49.950171  3916 raft_consensus.cc:1217] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:50.018225  3917 raft_consensus.cc:1217] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:50.021777  3563 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:50.032449  3917 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 3 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:50.033830  4081 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.041751  3610 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
mode: GRACEFUL
new_leader_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:56554
I20260630 12:35:50.045817  3610 raft_consensus.cc:606] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 LEADER]: Received request to transfer leadership to TS 4bc41b81cce84474a836c59a09df797d
W20260630 12:35:50.052817  3578 consensus_peers.cc:597] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a55969d2e5144481b33ab99bf0b947e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:50.054260  3563 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:50.054556  3761 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 3 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:50.055112  3563 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:50.056077  4102 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.054502  4068 raft_consensus.cc:993] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: : Instructing follower 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:50.056818  4068 raft_consensus.cc:1081] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 LEADER]: Signalling peer 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:50.061792  3917 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:57404
I20260630 12:35:50.062521  3917 raft_consensus.cc:493] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:50.062970  3917 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:50.072415  3917 raft_consensus.cc:515] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:50.075446  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 4 candidate_status { last_received { term: 3 index: 4 } } ignore_live_leader: true dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:50.076077  3610 raft_consensus.cc:3055] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 LEADER]: Stepping down as leader of term 3
I20260630 12:35:50.076418  3610 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Running, Role: LEADER
I20260630 12:35:50.077276  3610 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:50.078792  3610 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:50.081435  3917 leader_election.cc:290] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 4 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:50.082619  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a55969d2e5144481b33ab99bf0b947e4" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 4 candidate_status { last_received { term: 3 index: 4 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:50.083258  3761 raft_consensus.cc:3060] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:50.086925  3610 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 4.
I20260630 12:35:50.088357  3880 leader_election.cc:304] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 4 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4bc41b81cce84474a836c59a09df797d, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:50.088829  3761 raft_consensus.cc:2468] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 4.
I20260630 12:35:50.089270  3998 raft_consensus.cc:2804] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:35:50.089771  3998 raft_consensus.cc:697] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Becoming Leader. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:50.090610  3998 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:50.097914  3508 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d reported cstate change: term changed from 3 to 4, leader changed from 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) to 4bc41b81cce84474a836c59a09df797d (127.0.160.132). New cstate: current_term: 4 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:50.147518  3917 raft_consensus.cc:1217] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:35:50.491092  4090 raft_consensus.cc:1064] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: attempting to promote NON_VOTER 4bc41b81cce84474a836c59a09df797d to VOTER
I20260630 12:35:50.493705  4090 consensus_queue.cc:237] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
W20260630 12:35:50.497788  3882 consensus_peers.cc:597] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a55969d2e5144481b33ab99bf0b947e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:50.501200  3761 raft_consensus.cc:1275] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:50.503259  4029 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:50.505653  3916 raft_consensus.cc:1275] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:50.507722  3610 raft_consensus.cc:1275] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:50.507921  4090 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:50.509441  4120 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:50.517872  4090 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.519878  3916 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.522353  3610 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.531015  3761 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.532896  3507 catalog_manager.cc:5697] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:50.548494  3686 consensus_queue.cc:237] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:50.550855  3611 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260630 12:35:50.552613  3998 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:50.557806  3916 raft_consensus.cc:1275] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:50.558017  3761 raft_consensus.cc:1275] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:50.559564  4120 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.560477  4090 consensus_queue.cc:1048] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.568794  4120 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.575918  4010 raft_consensus.cc:1064] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: attempting to promote NON_VOTER 4bc41b81cce84474a836c59a09df797d to VOTER
I20260630 12:35:50.581251  3759 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.582895  4010 consensus_queue.cc:237] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:50.586109  3497 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet fa2fd30f68c249e49fbbc151b6d468f1 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:50.589612  3507 catalog_manager.cc:5697] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:50.602707  3598 tablet_service.cc:1558] Processing DeleteTablet for tablet fa2fd30f68c249e49fbbc151b6d468f1 with delete_type TABLET_DATA_TOMBSTONED (TS 9fc2cc462e484662acd33ea96e6e0d34 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57648
I20260630 12:35:50.605167  4127 tablet_replica.cc:333] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:50.606235  4127 raft_consensus.cc:2243] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:50.607244  4127 raft_consensus.cc:2272] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:50.610884  4127 ts_tablet_manager.cc:1916] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:50.578069  3916 raft_consensus.cc:2955] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.635145  3686 raft_consensus.cc:1275] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:50.637367  4127 ts_tablet_manager.cc:1929] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:50.637494  3917 raft_consensus.cc:1275] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:50.638846  4127 log.cc:1199] T fa2fd30f68c249e49fbbc151b6d468f1 P 9fc2cc462e484662acd33ea96e6e0d34: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root/wals/fa2fd30f68c249e49fbbc151b6d468f1
I20260630 12:35:50.640156  3611 raft_consensus.cc:1275] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:50.640599  3495 catalog_manager.cc:5028] TS 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): tablet fa2fd30f68c249e49fbbc151b6d468f1 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:50.641211  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260630 12:35:50.642522  4131 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:50.643858  4010 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:50.645040  4130 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:50.652036  4073 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:50.661628  4131 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.665503  3686 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.674259  3917 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.681679  3509 catalog_manager.cc:5697] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.683476  3611 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.709841  3759 consensus_queue.cc:237] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:50.715549  3917 raft_consensus.cc:1275] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:50.717145  3686 raft_consensus.cc:1275] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:50.717907  4131 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.718881  4124 consensus_queue.cc:1048] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.729184  4010 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.730166  4081 raft_consensus.cc:1064] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: attempting to promote NON_VOTER 4bc41b81cce84474a836c59a09df797d to VOTER
I20260630 12:35:50.730661  3916 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.732595  4081 consensus_queue.cc:237] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [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: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:50.740087  3686 raft_consensus.cc:2955] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.743321  3495 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet aae52e28ee9c4962bba0f8741ab4eda5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:50.746995  3510 catalog_manager.cc:5697] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce reported cstate change: config changed from index 3 to 4, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:50.758526  3916 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 LEARNER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:50.758932  3759 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:50.760418  4081 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.762133  4136 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.765360  3686 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:50.767140  4081 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.778319  4136 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.781302  3761 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.782603  3598 tablet_service.cc:1558] Processing DeleteTablet for tablet aae52e28ee9c4962bba0f8741ab4eda5 with delete_type TABLET_DATA_TOMBSTONED (TS 9fc2cc462e484662acd33ea96e6e0d34 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57648
I20260630 12:35:50.783609  4127 tablet_replica.cc:333] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:50.784554  4127 raft_consensus.cc:2243] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:50.785357  4127 raft_consensus.cc:2272] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:50.788708  4127 ts_tablet_manager.cc:1916] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:50.794200  3508 catalog_manager.cc:5697] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 3 to 4, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:50.803956  4127 ts_tablet_manager.cc:1929] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:50.804538  4127 log.cc:1199] T aae52e28ee9c4962bba0f8741ab4eda5 P 9fc2cc462e484662acd33ea96e6e0d34: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root/wals/aae52e28ee9c4962bba0f8741ab4eda5
I20260630 12:35:50.802557  3686 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.806186  3495 catalog_manager.cc:5028] TS 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): tablet aae52e28ee9c4962bba0f8741ab4eda5 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:50.810582  3916 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { replace: true } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.824849  3611 consensus_queue.cc:237] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:50.829986  3761 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:50.830173  3916 raft_consensus.cc:1275] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:50.831755  4136 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:50.832763  4138 consensus_queue.cc:1048] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:50.838873  4138 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.841584  3761 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.843359  3916 raft_consensus.cc:2955] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:50.849375  3495 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 417af239d8fd4d7dabc822881c619d6d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:50.856813  3510 catalog_manager.cc:5697] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 4 to 5, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New cstate: current_term: 2 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:50.867879  3675 tablet_service.cc:1558] Processing DeleteTablet for tablet 417af239d8fd4d7dabc822881c619d6d with delete_type TABLET_DATA_TOMBSTONED (TS 529a652ecc8c4284832421d52453c437 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:42758
I20260630 12:35:50.870139  4142 tablet_replica.cc:333] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:50.871136  4142 raft_consensus.cc:2243] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:50.872004  4142 raft_consensus.cc:2272] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:50.875080  4142 ts_tablet_manager.cc:1916] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:50.887516  4142 ts_tablet_manager.cc:1929] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:35:50.887871  4142 log.cc:1199] T 417af239d8fd4d7dabc822881c619d6d P 529a652ecc8c4284832421d52453c437: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root/wals/417af239d8fd4d7dabc822881c619d6d
I20260630 12:35:50.889447  3497 catalog_manager.cc:5028] TS 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): tablet 417af239d8fd4d7dabc822881c619d6d (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:50.972651  4143 ts_tablet_manager.cc:933] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Initiating tablet copy from peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:50.974666  4143 tablet_copy_client.cc:323] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.132:45135
I20260630 12:35:50.976310  3928 tablet_copy_service.cc:140] P 4bc41b81cce84474a836c59a09df797d: Received BeginTabletCopySession request for tablet a55969d2e5144481b33ab99bf0b947e4 from peer 529a652ecc8c4284832421d52453c437 ({username='slave'} at 127.0.0.1:57396)
I20260630 12:35:50.976770  3928 tablet_copy_service.cc:161] P 4bc41b81cce84474a836c59a09df797d: Beginning new tablet copy session on tablet a55969d2e5144481b33ab99bf0b947e4 from peer 529a652ecc8c4284832421d52453c437 at {username='slave'} at 127.0.0.1:57396: session id = 529a652ecc8c4284832421d52453c437-a55969d2e5144481b33ab99bf0b947e4
I20260630 12:35:50.982232  3928 tablet_copy_source_session.cc:215] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:50.984997  4143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a55969d2e5144481b33ab99bf0b947e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:50.996311  4143 tablet_copy_client.cc:806] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:50.996986  4143 tablet_copy_client.cc:670] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:51.000335  4143 tablet_copy_client.cc:538] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:51.007432  4143 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:51.027630  4143 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Bootstrap replayed 1/1 log segments. Stats: ops{read=5 overwritten=0 applied=5 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:51.028447  4143 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Bootstrap complete.
I20260630 12:35:51.029106  4143 ts_tablet_manager.cc:1403] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.008s
I20260630 12:35:51.031284  4143 raft_consensus.cc:359] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:51.032002  4143 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 LEARNER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: LEARNER
I20260630 12:35:51.032552  4143 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 4.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:51.034770  4143 ts_tablet_manager.cc:1434] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:51.036537  3928 tablet_copy_service.cc:342] P 4bc41b81cce84474a836c59a09df797d: Request end of tablet copy session 529a652ecc8c4284832421d52453c437-a55969d2e5144481b33ab99bf0b947e4 received from {username='slave'} at 127.0.0.1:57396
I20260630 12:35:51.036957  3928 tablet_copy_service.cc:434] P 4bc41b81cce84474a836c59a09df797d: ending tablet copy session 529a652ecc8c4284832421d52453c437-a55969d2e5144481b33ab99bf0b947e4 on tablet a55969d2e5144481b33ab99bf0b947e4 with peer 529a652ecc8c4284832421d52453c437
I20260630 12:35:51.399551  3686 raft_consensus.cc:1217] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 LEARNER]: Deduplicated request from leader. Original: 3.4->[4.5-4.5]   Dedup: 4.5->[]
I20260630 12:35:51.874792  3916 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 4.5, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:51.884829  3761 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260630 12:35:51.885636  3611 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260630 12:35:51.886380  3686 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 LEARNER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260630 12:35:51.886636  3998 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:35:51.887676  4073 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:35:51.888515  4129 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:35:51.901139  3998 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Committing config change with OpId 4.6: config changed from index 3 to 6. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:51.903743  3686 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 LEARNER]: Committing config change with OpId 4.6: config changed from index 3 to 6. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:51.912191  4073 raft_consensus.cc:1064] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: attempting to promote NON_VOTER 529a652ecc8c4284832421d52453c437 to VOTER
I20260630 12:35:51.910717  3761 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Committing config change with OpId 4.6: config changed from index 3 to 6. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:51.914613  4073 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 4.6, Last appended by leader: 4, Current term: 4, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } }
I20260630 12:35:51.910712  3610 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Committing config change with OpId 4.6: config changed from index 3 to 6. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:51.917994  3510 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d reported cstate change: config changed from index 3 to 6. New cstate: current_term: 4 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } health_report { overall_health: HEALTHY } } }
I20260630 12:35:51.935657  3686 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 LEARNER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 6. Preceding OpId from leader: term: 4 index: 7. (index mismatch)
I20260630 12:35:51.937547  4129 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.001s
I20260630 12:35:51.938735  3610 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 6. Preceding OpId from leader: term: 4 index: 7. (index mismatch)
I20260630 12:35:51.940533  4129 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.001s
I20260630 12:35:51.947844  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 6. Preceding OpId from leader: term: 4 index: 7. (index mismatch)
I20260630 12:35:51.956408  4073 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:35:51.967856  3761 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Committing config change with OpId 4.7: config changed from index 6 to 7, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:51.967990  3610 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Committing config change with OpId 4.7: config changed from index 6 to 7, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:51.965606  4073 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Committing config change with OpId 4.7: config changed from index 6 to 7, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:51.989585  3916 consensus_queue.cc:237] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:51.992364  3686 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Committing config change with OpId 4.7: config changed from index 6 to 7, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
W20260630 12:35:52.001294  3495 catalog_manager.cc:5220] ChangeConfig:REMOVE_PEER RPC for tablet a55969d2e5144481b33ab99bf0b947e4 with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER failed with leader 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135) due to CAS failure; no further retry: Illegal state: Request specified cas_config_opid_index of 6 but the committed config has opid_index of 7
I20260630 12:35:52.007112  3509 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index 6 to 7, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New cstate: current_term: 4 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:52.010102  3761 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:35:52.011430  3882 consensus_peers.cc:597] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4d6c889b78a2414a86753733ada84140. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:52.012420  3610 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:52.012807  4129 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:52.014402  3998 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:52.025677  4129 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:52.028337  3916 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 7, Committed index: 7, Last appended: 4.7, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } }
I20260630 12:35:52.028041  3761 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:52.032483  3686 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 7. Preceding OpId from leader: term: 4 index: 8. (index mismatch)
I20260630 12:35:52.033867  3998 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260630 12:35:52.034740  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 7. Preceding OpId from leader: term: 4 index: 8. (index mismatch)
I20260630 12:35:52.034940  3610 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:52.036522  3998 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260630 12:35:52.040870  4073 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Committing config change with OpId 4.8: config changed from index 7 to 8, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:52.042501  3686 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Committing config change with OpId 4.8: config changed from index 7 to 8, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:52.047528  3507 catalog_manager.cc:5697] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce reported cstate change: config changed from index -1 to 2, NON_VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) added. New cstate: current_term: 1 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } } }
I20260630 12:35:52.051352  3685 consensus_queue.cc:237] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:52.056233  3563 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:52.057850  3495 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a55969d2e5144481b33ab99bf0b947e4 with cas_config_opid_index 7: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:52.060670  3509 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index 7 to 8, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New cstate: current_term: 4 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:52.062498  3759 raft_consensus.cc:1275] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:52.063026  3610 raft_consensus.cc:1275] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:35:52.062541  3651 consensus_peers.cc:597] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 -> Peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): Couldn't send request to peer 4bc41b81cce84474a836c59a09df797d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c51fa561bba443f290f9b68cd11871ad. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:52.064570  4120 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:52.065663  4148 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:52.075529  3761 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Committing config change with OpId 4.8: config changed from index 7 to 8, VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:52.089951  4148 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:52.099777  3610 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:52.102334  3563 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:52.105298  3563 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:52.106974  3761 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } } }
I20260630 12:35:52.108122  3611 consensus_queue.cc:237] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: NON_VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: true } }
I20260630 12:35:52.113619  3509 catalog_manager.cc:5697] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index -1 to 2, NON_VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:52.113296  3598 tablet_service.cc:1558] Processing DeleteTablet for tablet a55969d2e5144481b33ab99bf0b947e4 with delete_type TABLET_DATA_TOMBSTONED (TS 9fc2cc462e484662acd33ea96e6e0d34 not found in new config with opid_index 8) from {username='slave'} at 127.0.0.1:57648
I20260630 12:35:52.117902  4166 tablet_replica.cc:333] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:52.119079  4166 raft_consensus.cc:2243] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.120023  4166 raft_consensus.cc:2272] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.133701  4166 ts_tablet_manager.cc:1916] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:52.135061  3685 raft_consensus.cc:1275] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:52.136459  3916 raft_consensus.cc:1275] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:52.137925  4156 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:52.138897  4168 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:35:52.139997  3576 consensus_peers.cc:597] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 -> Peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): Couldn't send request to peer 479e91189f9e4b4499998b0528818cce. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 25d54ef5468444cf8022b01e07d4d10f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:52.152380  4166 ts_tablet_manager.cc:1929] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 4.7
I20260630 12:35:52.153117  4166 log.cc:1199] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-0-root/wals/a55969d2e5144481b33ab99bf0b947e4
I20260630 12:35:52.155350  3495 catalog_manager.cc:5028] TS 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): tablet a55969d2e5144481b33ab99bf0b947e4 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:52.154363  4138 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: NON_VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: true } } }
I20260630 12:35:52.156294  3916 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: NON_VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: true } } }
I20260630 12:35:52.156956  3685 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: NON_VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: true } } }
I20260630 12:35:52.169206  3916 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "4d6c889b78a2414a86753733ada84140"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:52.168545  3509 catalog_manager.cc:5697] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index -1 to 2, NON_VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) added. New cstate: current_term: 1 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: NON_VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:52.169957  3916 raft_consensus.cc:606] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Received request to transfer leadership
I20260630 12:35:52.174350  3916 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "4d6c889b78a2414a86753733ada84140"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:52.174835  3916 raft_consensus.cc:606] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Received request to transfer leadership
I20260630 12:35:52.178696  3916 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "4d6c889b78a2414a86753733ada84140"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:52.179308  3916 raft_consensus.cc:606] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Received request to transfer leadership
I20260630 12:35:52.404667  3998 raft_consensus.cc:993] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: : Instructing follower 479e91189f9e4b4499998b0528818cce to start an election
I20260630 12:35:52.405172  4129 raft_consensus.cc:1081] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Signalling peer 479e91189f9e4b4499998b0528818cce to start an election
I20260630 12:35:52.406701  3761 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "4d6c889b78a2414a86753733ada84140"
dest_uuid: "479e91189f9e4b4499998b0528818cce"
 from {username='slave'} at 127.0.0.1:51030
I20260630 12:35:52.407210  3761 raft_consensus.cc:493] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:52.407446  3761 raft_consensus.cc:3060] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:52.411926  3761 raft_consensus.cc:515] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:52.413552  3761 leader_election.cc:290] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [CANDIDATE]: Term 2 election: Requested vote from peers 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877), 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:52.414588  3611 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d6c889b78a2414a86753733ada84140" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "9fc2cc462e484662acd33ea96e6e0d34"
I20260630 12:35:52.414815  3916 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d6c889b78a2414a86753733ada84140" candidate_uuid: "479e91189f9e4b4499998b0528818cce" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "4bc41b81cce84474a836c59a09df797d"
I20260630 12:35:52.415215  3611 raft_consensus.cc:3060] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:52.415390  3916 raft_consensus.cc:3055] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:52.415750  3916 raft_consensus.cc:740] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:52.416375  3916 consensus_queue.cc:260] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:52.417505  3916 raft_consensus.cc:3060] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:52.420496  3611 raft_consensus.cc:2468] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 2.
I20260630 12:35:52.421854  3725 leader_election.cc:304] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [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: 479e91189f9e4b4499998b0528818cce, 9fc2cc462e484662acd33ea96e6e0d34; no voters: 
I20260630 12:35:52.422031  3916 raft_consensus.cc:2468] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 479e91189f9e4b4499998b0528818cce in term 2.
I20260630 12:35:52.422842  4146 raft_consensus.cc:2804] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:52.424124  4146 raft_consensus.cc:697] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 2 LEADER]: Becoming Leader. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:52.424849  4146 consensus_queue.cc:237] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:52.432116  3506 catalog_manager.cc:5697] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce reported cstate change: term changed from 1 to 2, leader changed from 4bc41b81cce84474a836c59a09df797d (127.0.160.132) to 479e91189f9e4b4499998b0528818cce (127.0.160.131). New cstate: current_term: 2 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:52.490783  3558 auto_rebalancer.cc:911] Removing replace marker failed after 3 inline attempts; will retry on next rebalancer loop iteration: Leader has not yet committed an operation in its own term
W20260630 12:35:52.491149  3558 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 4d6c889b78a2414a86753733ada84140 already in progress
W20260630 12:35:52.491379  3558 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 4d6c889b78a2414a86753733ada84140 already in progress
I20260630 12:35:52.663228  4173 ts_tablet_manager.cc:933] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: Initiating tablet copy from peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:52.665074  4173 tablet_copy_client.cc:323] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:44241
I20260630 12:35:52.666940  3697 tablet_copy_service.cc:140] P 529a652ecc8c4284832421d52453c437: Received BeginTabletCopySession request for tablet c51fa561bba443f290f9b68cd11871ad from peer 4bc41b81cce84474a836c59a09df797d ({username='slave'} at 127.0.0.1:58906)
I20260630 12:35:52.667424  3697 tablet_copy_service.cc:161] P 529a652ecc8c4284832421d52453c437: Beginning new tablet copy session on tablet c51fa561bba443f290f9b68cd11871ad from peer 4bc41b81cce84474a836c59a09df797d at {username='slave'} at 127.0.0.1:58906: session id = 4bc41b81cce84474a836c59a09df797d-c51fa561bba443f290f9b68cd11871ad
I20260630 12:35:52.674618  3697 tablet_copy_source_session.cc:215] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:52.677742  4173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c51fa561bba443f290f9b68cd11871ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:52.693720  4173 tablet_copy_client.cc:806] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:52.694360  4173 tablet_copy_client.cc:670] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:52.698060  4173 tablet_copy_client.cc:538] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:52.705703  4173 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: Bootstrap starting.
I20260630 12:35:52.711010  4175 ts_tablet_manager.cc:933] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: Initiating tablet copy from peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877)
I20260630 12:35:52.712990  4175 tablet_copy_client.cc:323] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:42877
I20260630 12:35:52.715099  3622 tablet_copy_service.cc:140] P 9fc2cc462e484662acd33ea96e6e0d34: Received BeginTabletCopySession request for tablet 25d54ef5468444cf8022b01e07d4d10f from peer 479e91189f9e4b4499998b0528818cce ({username='slave'} at 127.0.0.1:56520)
I20260630 12:35:52.715687  3622 tablet_copy_service.cc:161] P 9fc2cc462e484662acd33ea96e6e0d34: Beginning new tablet copy session on tablet 25d54ef5468444cf8022b01e07d4d10f from peer 479e91189f9e4b4499998b0528818cce at {username='slave'} at 127.0.0.1:56520: session id = 479e91189f9e4b4499998b0528818cce-25d54ef5468444cf8022b01e07d4d10f
I20260630 12:35:52.724992  4173 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:52.725826  4173 tablet_bootstrap.cc:492] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: Bootstrap complete.
I20260630 12:35:52.725997  3622 tablet_copy_source_session.cc:215] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:52.726495  4173 ts_tablet_manager.cc:1403] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260630 12:35:52.729746  4175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 25d54ef5468444cf8022b01e07d4d10f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:52.729655  4173 raft_consensus.cc:359] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:52.730608  4173 raft_consensus.cc:740] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Initialized, Role: LEARNER
I20260630 12:35:52.731312  4173 consensus_queue.cc:260] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: true } }
I20260630 12:35:52.740141  4173 ts_tablet_manager.cc:1434] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:35:52.742117  3697 tablet_copy_service.cc:342] P 529a652ecc8c4284832421d52453c437: Request end of tablet copy session 4bc41b81cce84474a836c59a09df797d-c51fa561bba443f290f9b68cd11871ad received from {username='slave'} at 127.0.0.1:58906
I20260630 12:35:52.742623  3697 tablet_copy_service.cc:434] P 529a652ecc8c4284832421d52453c437: ending tablet copy session 4bc41b81cce84474a836c59a09df797d-c51fa561bba443f290f9b68cd11871ad on tablet c51fa561bba443f290f9b68cd11871ad with peer 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:52.748889  4175 tablet_copy_client.cc:806] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:52.749601  4175 tablet_copy_client.cc:670] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:52.753490  4175 tablet_copy_client.cc:538] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:52.761253  4175 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: Bootstrap starting.
I20260630 12:35:52.780567  4175 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:52.781507  4175 tablet_bootstrap.cc:492] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: Bootstrap complete.
I20260630 12:35:52.782207  4175 ts_tablet_manager.cc:1403] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.007s
I20260630 12:35:52.785219  4175 raft_consensus.cc:359] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: NON_VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: true } }
I20260630 12:35:52.785892  4175 raft_consensus.cc:740] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Initialized, Role: LEARNER
I20260630 12:35:52.786423  4175 consensus_queue.cc:260] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: NON_VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: true } }
I20260630 12:35:52.788748  4175 ts_tablet_manager.cc:1434] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:52.790797  3622 tablet_copy_service.cc:342] P 9fc2cc462e484662acd33ea96e6e0d34: Request end of tablet copy session 479e91189f9e4b4499998b0528818cce-25d54ef5468444cf8022b01e07d4d10f received from {username='slave'} at 127.0.0.1:56520
I20260630 12:35:52.791252  3622 tablet_copy_service.cc:434] P 9fc2cc462e484662acd33ea96e6e0d34: ending tablet copy session 479e91189f9e4b4499998b0528818cce-25d54ef5468444cf8022b01e07d4d10f on tablet 25d54ef5468444cf8022b01e07d4d10f with peer 479e91189f9e4b4499998b0528818cce
I20260630 12:35:52.863358  3611 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:52.864535  4172 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:52.889801  3916 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:52.891664  4146 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:35:52.898535  3727 consensus_peers.cc:597] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4d6c889b78a2414a86753733ada84140. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:53.110422  3918 raft_consensus.cc:1217] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:53.285986  3759 raft_consensus.cc:1217] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:53.437114  4187 ts_tablet_manager.cc:933] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: Initiating tablet copy from peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591)
I20260630 12:35:53.439072  4187 tablet_copy_client.cc:323] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:37591
I20260630 12:35:53.441113  3771 tablet_copy_service.cc:140] P 479e91189f9e4b4499998b0528818cce: Received BeginTabletCopySession request for tablet 4d6c889b78a2414a86753733ada84140 from peer 529a652ecc8c4284832421d52453c437 ({username='slave'} at 127.0.0.1:51006)
I20260630 12:35:53.441717  3771 tablet_copy_service.cc:161] P 479e91189f9e4b4499998b0528818cce: Beginning new tablet copy session on tablet 4d6c889b78a2414a86753733ada84140 from peer 529a652ecc8c4284832421d52453c437 at {username='slave'} at 127.0.0.1:51006: session id = 529a652ecc8c4284832421d52453c437-4d6c889b78a2414a86753733ada84140
I20260630 12:35:53.447919  3771 tablet_copy_source_session.cc:215] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:53.450820  4187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d6c889b78a2414a86753733ada84140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:53.462908  4187 tablet_copy_client.cc:806] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:53.463608  4187 tablet_copy_client.cc:670] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:53.467278  4187 tablet_copy_client.cc:538] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:53.475723  4187 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: Bootstrap starting.
I20260630 12:35:53.492975  4187 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:53.493768  4187 tablet_bootstrap.cc:492] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: Bootstrap complete.
I20260630 12:35:53.494333  4187 ts_tablet_manager.cc:1403] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.008s
I20260630 12:35:53.496780  4187 raft_consensus.cc:359] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:53.497696  4187 raft_consensus.cc:740] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 529a652ecc8c4284832421d52453c437, State: Initialized, Role: LEARNER
I20260630 12:35:53.498415  4187 consensus_queue.cc:260] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [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: 2 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: NON_VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: true } }
I20260630 12:35:53.502384  4187 ts_tablet_manager.cc:1434] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.006s
I20260630 12:35:53.504107  3771 tablet_copy_service.cc:342] P 479e91189f9e4b4499998b0528818cce: Request end of tablet copy session 529a652ecc8c4284832421d52453c437-4d6c889b78a2414a86753733ada84140 received from {username='slave'} at 127.0.0.1:51006
I20260630 12:35:53.504508  3771 tablet_copy_service.cc:434] P 479e91189f9e4b4499998b0528818cce: ending tablet copy session 529a652ecc8c4284832421d52453c437-4d6c889b78a2414a86753733ada84140 on tablet 4d6c889b78a2414a86753733ada84140 with peer 529a652ecc8c4284832421d52453c437
I20260630 12:35:53.620797  4184 raft_consensus.cc:1064] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: attempting to promote NON_VOTER 4bc41b81cce84474a836c59a09df797d to VOTER
I20260630 12:35:53.623363  4184 consensus_queue.cc:237] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:53.630487  3759 raft_consensus.cc:1275] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:53.632614  3918 raft_consensus.cc:1275] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 LEARNER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:53.634186  4191 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:53.635490  3611 raft_consensus.cc:1275] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:53.636831  4148 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:53.639568  4148 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:53.651662  4191 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:53.653463  3611 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:53.656260  3918 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:53.665095  3759 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:53.674090  3506 catalog_manager.cc:5697] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index 2 to 3, 4bc41b81cce84474a836c59a09df797d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:53.691746  3685 consensus_queue.cc:237] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } }
I20260630 12:35:53.696907  3918 raft_consensus.cc:1275] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:53.697921  3611 raft_consensus.cc:1275] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Refusing update from remote peer 529a652ecc8c4284832421d52453c437: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:53.698589  4191 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:53.701198  4191 consensus_queue.cc:1048] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:53.705835  4186 raft_consensus.cc:1064] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: attempting to promote NON_VOTER 479e91189f9e4b4499998b0528818cce to VOTER
I20260630 12:35:53.706580  4184 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:53.708150  4186 consensus_queue.cc:237] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } }
I20260630 12:35:53.715016  3611 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:53.718106  3497 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c51fa561bba443f290f9b68cd11871ad with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:53.723161  3509 catalog_manager.cc:5697] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 reported cstate change: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New cstate: current_term: 1 leader_uuid: "529a652ecc8c4284832421d52453c437" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:53.733163  3916 raft_consensus.cc:1275] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:53.730675  3759 raft_consensus.cc:1275] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 LEARNER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:53.733165  3685 raft_consensus.cc:1275] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:53.730844  3918 raft_consensus.cc:2955] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 479e91189f9e4b4499998b0528818cce (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { promote: false } } }
I20260630 12:35:53.739842  4185 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:53.748505  3747 tablet_service.cc:1558] Processing DeleteTablet for tablet c51fa561bba443f290f9b68cd11871ad with delete_type TABLET_DATA_TOMBSTONED (TS 479e91189f9e4b4499998b0528818cce not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:40724
I20260630 12:35:53.753173  4185 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:53.757349  4138 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:53.758894  4201 tablet_replica.cc:333] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:53.760028  4201 raft_consensus.cc:2243] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.760776  4201 raft_consensus.cc:2272] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.769529  4201 ts_tablet_manager.cc:1916] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:53.790736  4201 ts_tablet_manager.cc:1929] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:53.791210  4201 log.cc:1199] T c51fa561bba443f290f9b68cd11871ad P 479e91189f9e4b4499998b0528818cce: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-2-root/wals/c51fa561bba443f290f9b68cd11871ad
I20260630 12:35:53.793390  3495 catalog_manager.cc:5028] TS 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): tablet c51fa561bba443f290f9b68cd11871ad (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:53.793046  4186 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 479e91189f9e4b4499998b0528818cce (127.0.160.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.795552  3686 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 479e91189f9e4b4499998b0528818cce (127.0.160.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.797860  3761 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 479e91189f9e4b4499998b0528818cce (127.0.160.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.811201  3509 catalog_manager.cc:5697] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 2 to 3, 479e91189f9e4b4499998b0528818cce (127.0.160.131) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:53.811411  3918 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 479e91189f9e4b4499998b0528818cce (127.0.160.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.829886  3611 consensus_queue.cc:237] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [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: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } }
I20260630 12:35:53.837487  3761 raft_consensus.cc:1275] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:53.838058  3686 raft_consensus.cc:1275] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Refusing update from remote peer 9fc2cc462e484662acd33ea96e6e0d34: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:53.840710  4138 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:53.841630  4185 consensus_queue.cc:1048] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:53.848254  4202 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.852070  3761 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.850178  3686 raft_consensus.cc:2955] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.853852  3685 raft_consensus.cc:1217] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 LEARNER]: Deduplicated request from leader. Original: 1.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:35:53.867697  3507 catalog_manager.cc:5697] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce reported cstate change: config changed from index 3 to 4, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New cstate: current_term: 1 leader_uuid: "9fc2cc462e484662acd33ea96e6e0d34" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } } peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } attrs { promote: false } } }
I20260630 12:35:53.871193  3495 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 25d54ef5468444cf8022b01e07d4d10f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:53.881603  3907 tablet_service.cc:1558] Processing DeleteTablet for tablet 25d54ef5468444cf8022b01e07d4d10f with delete_type TABLET_DATA_TOMBSTONED (TS 4bc41b81cce84474a836c59a09df797d not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:53.883520  4206 tablet_replica.cc:333] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:53.884645  4206 raft_consensus.cc:2243] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.885670  4206 raft_consensus.cc:2272] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.888650  4206 ts_tablet_manager.cc:1916] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:53.900328  4206 ts_tablet_manager.cc:1929] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:53.900784  4206 log.cc:1199] T 25d54ef5468444cf8022b01e07d4d10f P 4bc41b81cce84474a836c59a09df797d: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-3-root/wals/25d54ef5468444cf8022b01e07d4d10f
I20260630 12:35:53.902359  3495 catalog_manager.cc:5028] TS 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): tablet 25d54ef5468444cf8022b01e07d4d10f (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:54.106534  3563 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:54.119257  3761 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "42ea325c2e69456194663bc5476679de"
dest_uuid: "479e91189f9e4b4499998b0528818cce"
mode: GRACEFUL
new_leader_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:51034
I20260630 12:35:54.119800  3761 raft_consensus.cc:606] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Received request to transfer leadership to TS 4bc41b81cce84474a836c59a09df797d
I20260630 12:35:54.121035  3563 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:54.121663  3563 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:54.469486  4172 raft_consensus.cc:1064] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: attempting to promote NON_VOTER 529a652ecc8c4284832421d52453c437 to VOTER
I20260630 12:35:54.471429  4172 consensus_queue.cc:237] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } }
I20260630 12:35:54.477487  3686 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 LEARNER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:54.478220  3918 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:54.479197  3611 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:54.478957  4146 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:54.480042  4172 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:54.481163  4209 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:54.492122  3686 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.492807  3611 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.490375  4172 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.503352  3507 catalog_manager.cc:5697] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 2 to 4, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.510239  3918 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 529a652ecc8c4284832421d52453c437 (127.0.160.130) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: true } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.522476  3761 consensus_queue.cc:237] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } }
I20260630 12:35:54.527308  3686 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:54.527951  3611 raft_consensus.cc:1275] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Refusing update from remote peer 479e91189f9e4b4499998b0528818cce: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:54.528483  4172 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:54.529246  4209 consensus_queue.cc:1048] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:54.535122  4214 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.536355  3611 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.536504  3686 raft_consensus.cc:2955] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.544513  3495 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4d6c889b78a2414a86753733ada84140 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:54.550220  3506 catalog_manager.cc:5697] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 reported cstate change: config changed from index 4 to 5, VOTER 4bc41b81cce84474a836c59a09df797d (127.0.160.132) evicted. New cstate: current_term: 2 leader_uuid: "479e91189f9e4b4499998b0528818cce" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false } } }
I20260630 12:35:54.560778  3907 tablet_service.cc:1558] Processing DeleteTablet for tablet 4d6c889b78a2414a86753733ada84140 with delete_type TABLET_DATA_TOMBSTONED (TS 4bc41b81cce84474a836c59a09df797d not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:57386
I20260630 12:35:54.563035  4217 tablet_replica.cc:333] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:54.563849  4217 raft_consensus.cc:2243] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:54.564666  4217 raft_consensus.cc:2272] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:54.567955  4217 ts_tablet_manager.cc:1916] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:54.578987  4217 ts_tablet_manager.cc:1929] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:35:54.579381  4217 log.cc:1199] T 4d6c889b78a2414a86753733ada84140 P 4bc41b81cce84474a836c59a09df797d: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-3-root/wals/4d6c889b78a2414a86753733ada84140
I20260630 12:35:54.580719  3495 catalog_manager.cc:5028] TS 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135): tablet 4d6c889b78a2414a86753733ada84140 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:54.627827  4172 raft_consensus.cc:993] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce: : Instructing follower 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:54.628290  4214 raft_consensus.cc:1081] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Signalling peer 4bc41b81cce84474a836c59a09df797d to start an election
I20260630 12:35:54.629733  3918 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "42ea325c2e69456194663bc5476679de"
dest_uuid: "4bc41b81cce84474a836c59a09df797d"
 from {username='slave'} at 127.0.0.1:57410
I20260630 12:35:54.630324  3918 raft_consensus.cc:493] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:54.630666  3918 raft_consensus.cc:3060] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:54.635589  3918 raft_consensus.cc:515] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:54.637387  3918 leader_election.cc:290] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [CANDIDATE]: Term 2 election: Requested vote from peers 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591), 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241)
I20260630 12:35:54.638144  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "479e91189f9e4b4499998b0528818cce"
I20260630 12:35:54.638410  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42ea325c2e69456194663bc5476679de" candidate_uuid: "4bc41b81cce84474a836c59a09df797d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "529a652ecc8c4284832421d52453c437"
I20260630 12:35:54.638824  3761 raft_consensus.cc:3055] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:54.638955  3686 raft_consensus.cc:3060] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:54.639133  3761 raft_consensus.cc:740] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 479e91189f9e4b4499998b0528818cce, State: Running, Role: LEADER
I20260630 12:35:54.639952  3761 consensus_queue.cc:260] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:54.640990  3761 raft_consensus.cc:3060] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:54.643532  3686 raft_consensus.cc:2468] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:54.644670  3882 leader_election.cc:304] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [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: 4bc41b81cce84474a836c59a09df797d, 529a652ecc8c4284832421d52453c437; no voters: 
I20260630 12:35:54.645280  3761 raft_consensus.cc:2468] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4bc41b81cce84474a836c59a09df797d in term 2.
I20260630 12:35:54.645465  4129 raft_consensus.cc:2804] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:54.646860  4129 raft_consensus.cc:697] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Becoming Leader. State: Replica: 4bc41b81cce84474a836c59a09df797d, State: Running, Role: LEADER
I20260630 12:35:54.647751  4129 consensus_queue.cc:237] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [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: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } }
I20260630 12:35:54.655247  3509 catalog_manager.cc:5697] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d reported cstate change: term changed from 1 to 2, leader changed from 479e91189f9e4b4499998b0528818cce (127.0.160.131) to 4bc41b81cce84474a836c59a09df797d (127.0.160.132). New cstate: current_term: 2 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:54.902618  3918 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 8, Committed index: 8, Last appended: 4.8, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: NON_VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: true } }
I20260630 12:35:54.909637  3686 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 8. Preceding OpId from leader: term: 4 index: 9. (index mismatch)
I20260630 12:35:54.910411  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 8. Preceding OpId from leader: term: 4 index: 9. (index mismatch)
W20260630 12:35:54.911132  3880 consensus_peers.cc:597] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d -> Peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Couldn't send request to peer 9fc2cc462e484662acd33ea96e6e0d34. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:54.911019  4129 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 9, Last known committed idx: 8, Time since last communication: 0.001s
I20260630 12:35:54.912133  4218 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 9, Last known committed idx: 8, Time since last communication: 0.000s
I20260630 12:35:54.919472  4218 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Committing config change with OpId 4.9: config changed from index 8 to 9, NON_VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) added. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: NON_VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: true } } }
I20260630 12:35:54.921118  3759 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Committing config change with OpId 4.9: config changed from index 8 to 9, NON_VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) added. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: NON_VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: true } } }
I20260630 12:35:54.928247  3686 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Committing config change with OpId 4.9: config changed from index 8 to 9, NON_VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) added. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: NON_VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: true } } }
I20260630 12:35:54.932301  3509 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce reported cstate change: config changed from index 8 to 9, NON_VOTER 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) added. New cstate: current_term: 4 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: NON_VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: true } } }
I20260630 12:35:55.154104  3686 raft_consensus.cc:1275] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:55.155344  4129 consensus_queue.cc:1048] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:55.173931  3759 raft_consensus.cc:1275] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:55.175335  4218 consensus_queue.cc:1048] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:55.366868  4229 ts_tablet_manager.cc:933] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Initiating tablet copy from peer 4bc41b81cce84474a836c59a09df797d (127.0.160.132:45135)
I20260630 12:35:55.369197  4229 tablet_copy_client.cc:323] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.132:45135
I20260630 12:35:55.371052  3928 tablet_copy_service.cc:140] P 4bc41b81cce84474a836c59a09df797d: Received BeginTabletCopySession request for tablet a55969d2e5144481b33ab99bf0b947e4 from peer 9fc2cc462e484662acd33ea96e6e0d34 ({username='slave'} at 127.0.0.1:57404)
I20260630 12:35:55.371538  3928 tablet_copy_service.cc:161] P 4bc41b81cce84474a836c59a09df797d: Beginning new tablet copy session on tablet a55969d2e5144481b33ab99bf0b947e4 from peer 9fc2cc462e484662acd33ea96e6e0d34 at {username='slave'} at 127.0.0.1:57404: session id = 9fc2cc462e484662acd33ea96e6e0d34-a55969d2e5144481b33ab99bf0b947e4
I20260630 12:35:55.377099  3928 tablet_copy_source_session.cc:215] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:55.379846  4229 ts_tablet_manager.cc:1916] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:35:55.394080  4229 ts_tablet_manager.cc:1929] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 4.7
I20260630 12:35:55.395031  4229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a55969d2e5144481b33ab99bf0b947e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:55.400906  4229 tablet_copy_client.cc:806] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:55.401557  4229 tablet_copy_client.cc:670] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:55.405597  4229 tablet_copy_client.cc:538] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:55.414050  4229 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap starting.
I20260630 12:35:55.442759  4229 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap replayed 1/1 log segments. Stats: ops{read=9 overwritten=0 applied=9 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:55.443532  4229 tablet_bootstrap.cc:492] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Bootstrap complete.
I20260630 12:35:55.444130  4229 ts_tablet_manager.cc:1403] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent bootstrapping tablet: real 0.030s	user 0.027s	sys 0.000s
I20260630 12:35:55.446412  4229 raft_consensus.cc:359] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: NON_VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: true } }
I20260630 12:35:55.447044  4229 raft_consensus.cc:740] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 LEARNER]: Becoming Follower/Learner. State: Replica: 9fc2cc462e484662acd33ea96e6e0d34, State: Initialized, Role: LEARNER
I20260630 12:35:55.447595  4229 consensus_queue.cc:260] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 9, Last appended: 4.9, Last appended by leader: 9, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: NON_VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: true } }
I20260630 12:35:55.449733  4229 ts_tablet_manager.cc:1434] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
I20260630 12:35:55.451565  3928 tablet_copy_service.cc:342] P 4bc41b81cce84474a836c59a09df797d: Request end of tablet copy session 9fc2cc462e484662acd33ea96e6e0d34-a55969d2e5144481b33ab99bf0b947e4 received from {username='slave'} at 127.0.0.1:57404
I20260630 12:35:55.451967  3928 tablet_copy_service.cc:434] P 4bc41b81cce84474a836c59a09df797d: ending tablet copy session 9fc2cc462e484662acd33ea96e6e0d34-a55969d2e5144481b33ab99bf0b947e4 on tablet a55969d2e5144481b33ab99bf0b947e4 with peer 9fc2cc462e484662acd33ea96e6e0d34
I20260630 12:35:55.940359  3610 raft_consensus.cc:1217] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 LEARNER]: Deduplicated request from leader. Original: 4.8->[4.9-4.9]   Dedup: 4.9->[]
I20260630 12:35:56.122782  3563 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:56.136791  3563 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:56.137537  3563 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:56.339519  4233 raft_consensus.cc:1064] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: attempting to promote NON_VOTER 9fc2cc462e484662acd33ea96e6e0d34 to VOTER
I20260630 12:35:56.341512  4233 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 4.9, Last appended by leader: 4, Current term: 4, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } }
I20260630 12:35:56.347885  3611 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 LEARNER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 9. Preceding OpId from leader: term: 4 index: 10. (index mismatch)
I20260630 12:35:56.349073  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 9. Preceding OpId from leader: term: 4 index: 10. (index mismatch)
I20260630 12:35:56.349606  4233 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:35:56.350797  4218 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:35:56.351270  3686 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 9. Preceding OpId from leader: term: 4 index: 10. (index mismatch)
I20260630 12:35:56.353143  4218 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:35:56.364727  4233 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Committing config change with OpId 4.10: config changed from index 9 to 10, 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) changed from NON_VOTER to VOTER. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.369617  3611 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Committing config change with OpId 4.10: config changed from index 9 to 10, 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) changed from NON_VOTER to VOTER. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.380041  3759 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Committing config change with OpId 4.10: config changed from index 9 to 10, 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) changed from NON_VOTER to VOTER. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.382423  3507 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d reported cstate change: config changed from index 9 to 10, 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) changed from NON_VOTER to VOTER. New cstate: current_term: 4 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:56.385100  3686 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Committing config change with OpId 4.10: config changed from index 9 to 10, 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129) changed from NON_VOTER to VOTER. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "529a652ecc8c4284832421d52453c437" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 44241 } attrs { promote: false replace: true } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.409662  3916 consensus_queue.cc:237] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 4.10, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } }
I20260630 12:35:56.414623  3759 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 10. Preceding OpId from leader: term: 4 index: 11. (index mismatch)
I20260630 12:35:56.414788  3611 raft_consensus.cc:1275] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Refusing update from remote peer 4bc41b81cce84474a836c59a09df797d: Log matching property violated. Preceding OpId in replica: term: 4 index: 10. Preceding OpId from leader: term: 4 index: 11. (index mismatch)
I20260630 12:35:56.416360  4232 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:35:56.418361  4232 consensus_queue.cc:1048] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:35:56.425737  4218 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Committing config change with OpId 4.11: config changed from index 10 to 11, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.426868  3759 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Committing config change with OpId 4.11: config changed from index 10 to 11, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.429627  3611 raft_consensus.cc:2955] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Committing config change with OpId 4.11: config changed from index 10 to 11, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.441356  3509 catalog_manager.cc:5697] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce reported cstate change: config changed from index 10 to 11, VOTER 529a652ecc8c4284832421d52453c437 (127.0.160.130) evicted. New cstate: current_term: 4 leader_uuid: "4bc41b81cce84474a836c59a09df797d" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "479e91189f9e4b4499998b0528818cce" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37591 } } peers { permanent_uuid: "4bc41b81cce84474a836c59a09df797d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 45135 } attrs { replace: false } } peers { permanent_uuid: "9fc2cc462e484662acd33ea96e6e0d34" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 42877 } attrs { promote: false } } }
I20260630 12:35:56.442720  3495 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a55969d2e5144481b33ab99bf0b947e4 with cas_config_opid_index 10: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:56.453801  3675 tablet_service.cc:1558] Processing DeleteTablet for tablet a55969d2e5144481b33ab99bf0b947e4 with delete_type TABLET_DATA_TOMBSTONED (TS 529a652ecc8c4284832421d52453c437 not found in new config with opid_index 11) from {username='slave'} at 127.0.0.1:42758
I20260630 12:35:56.455461  4243 tablet_replica.cc:333] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.456369  4243 raft_consensus.cc:2243] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.457029  4243 raft_consensus.cc:2272] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.459654  4243 ts_tablet_manager.cc:1916] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:56.472560  4243 ts_tablet_manager.cc:1929] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 4.10
I20260630 12:35:56.473002  4243 log.cc:1199] T a55969d2e5144481b33ab99bf0b947e4 P 529a652ecc8c4284832421d52453c437: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861050400-642-0/minicluster-data/ts-1-root/wals/a55969d2e5144481b33ab99bf0b947e4
I20260630 12:35:56.474617  3497 catalog_manager.cc:5028] TS 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): tablet a55969d2e5144481b33ab99bf0b947e4 (table range_aware_rebalance_new_range [id=58a1afdf2077450586d2bb02e1705269]) successfully deleted
I20260630 12:35:56.581183   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:35:56.619484   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:56.620319   642 tablet_replica.cc:333] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.621299   642 raft_consensus.cc:2243] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.622047   642 raft_consensus.cc:2272] T a55969d2e5144481b33ab99bf0b947e4 P 9fc2cc462e484662acd33ea96e6e0d34 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.624516   642 tablet_replica.cc:333] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.625263   642 raft_consensus.cc:2243] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.625737   642 raft_consensus.cc:2272] T 564958892efa48ae933701f9d7e3d6ca P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.627507   642 tablet_replica.cc:333] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.628073   642 raft_consensus.cc:2243] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.628651   642 raft_consensus.cc:2272] T 4d6c889b78a2414a86753733ada84140 P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.630472   642 tablet_replica.cc:333] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.631021   642 raft_consensus.cc:2243] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.631793   642 raft_consensus.cc:2272] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.633911   642 tablet_replica.cc:333] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.634498   642 raft_consensus.cc:2243] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.635149   642 raft_consensus.cc:2272] T 714d2a64c18c4e9f97c498f6e39bcce7 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.637198   642 tablet_replica.cc:333] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.637771   642 raft_consensus.cc:2243] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.638195   642 raft_consensus.cc:2272] T 82b7b01894cf48ce965dd4e83cde5844 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.640012   642 tablet_replica.cc:333] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.640539   642 raft_consensus.cc:2243] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.641124   642 raft_consensus.cc:2272] T c51fa561bba443f290f9b68cd11871ad P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.642876   642 tablet_replica.cc:333] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.643373   642 raft_consensus.cc:2243] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.644074   642 raft_consensus.cc:2272] T 25d54ef5468444cf8022b01e07d4d10f P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.646023   642 tablet_replica.cc:333] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.646525   642 raft_consensus.cc:2243] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.647248   642 raft_consensus.cc:2272] T 5060b8d9650b4a67a695169ef6835d7c P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.649106   642 tablet_replica.cc:333] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.649596   642 raft_consensus.cc:2243] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.649979   642 raft_consensus.cc:2272] T 5167516c2fb848798e174c35f7da8d39 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.651712   642 tablet_replica.cc:333] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.652186   642 raft_consensus.cc:2243] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.652737   642 raft_consensus.cc:2272] T 11cd8dc89ad34dc29a1147ae071966b2 P 9fc2cc462e484662acd33ea96e6e0d34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.654580   642 tablet_replica.cc:333] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34: stopping tablet replica
I20260630 12:35:56.655004   642 raft_consensus.cc:2243] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.655738   642 raft_consensus.cc:2272] T 417af239d8fd4d7dabc822881c619d6d P 9fc2cc462e484662acd33ea96e6e0d34 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.690692   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:35:56.719422   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:35:56.747659   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:56.748529   642 tablet_replica.cc:333] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.749236   642 raft_consensus.cc:2243] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.749831   642 raft_consensus.cc:2272] T 4d6c889b78a2414a86753733ada84140 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.751680   642 tablet_replica.cc:333] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.752277   642 raft_consensus.cc:2243] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.752764   642 raft_consensus.cc:2272] T 825892de63af4e0da258e97fa68cb5e4 P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.754638   642 tablet_replica.cc:333] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.755170   642 raft_consensus.cc:2243] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.755587   642 raft_consensus.cc:2272] T 42ea325c2e69456194663bc5476679de P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.757444   642 tablet_replica.cc:333] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.757947   642 raft_consensus.cc:2243] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.758344   642 raft_consensus.cc:2272] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.760114   642 tablet_replica.cc:333] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.760648   642 raft_consensus.cc:2243] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.761123   642 raft_consensus.cc:2272] T 82b7b01894cf48ce965dd4e83cde5844 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.763540   642 tablet_replica.cc:333] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.764298   642 raft_consensus.cc:2243] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.765091   642 raft_consensus.cc:2272] T c51fa561bba443f290f9b68cd11871ad P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.766906   642 tablet_replica.cc:333] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.767403   642 raft_consensus.cc:2243] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.767949   642 raft_consensus.cc:2272] T 25d54ef5468444cf8022b01e07d4d10f P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.769837   642 tablet_replica.cc:333] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.770344   642 raft_consensus.cc:2243] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.771046   642 raft_consensus.cc:2272] T 5167516c2fb848798e174c35f7da8d39 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.772847   642 tablet_replica.cc:333] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.773432   642 raft_consensus.cc:2243] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.774242   642 raft_consensus.cc:2272] T 11cd8dc89ad34dc29a1147ae071966b2 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.775983   642 tablet_replica.cc:333] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.776466   642 raft_consensus.cc:2243] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.776907   642 raft_consensus.cc:2272] T 5060b8d9650b4a67a695169ef6835d7c P 529a652ecc8c4284832421d52453c437 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.778967   642 tablet_replica.cc:333] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.779488   642 raft_consensus.cc:2243] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.780165   642 raft_consensus.cc:2272] T fa2fd30f68c249e49fbbc151b6d468f1 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.782446   642 tablet_replica.cc:333] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437: stopping tablet replica
I20260630 12:35:56.783057   642 raft_consensus.cc:2243] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.783748   642 raft_consensus.cc:2272] T aae52e28ee9c4962bba0f8741ab4eda5 P 529a652ecc8c4284832421d52453c437 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:56.794744  3727 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
W20260630 12:35:56.798089  3727 consensus_peers.cc:597] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:56.810091   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:35:56.839572   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
W20260630 12:35:56.854684  3725 consensus_peers.cc:597] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce -> Peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Couldn't send request to peer 9fc2cc462e484662acd33ea96e6e0d34. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:42877: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:56.863739  3880 consensus_peers.cc:597] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d -> Peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): Couldn't send request to peer 479e91189f9e4b4499998b0528818cce. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:56.875334   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:56.876173   642 tablet_replica.cc:333] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.876879   642 raft_consensus.cc:2243] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 2 LEADER]: Raft consensus shutting down.
W20260630 12:35:56.877202  3725 consensus_peers.cc:597] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce -> Peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Couldn't send request to peer 9fc2cc462e484662acd33ea96e6e0d34. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:42877: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:56.878106   642 raft_consensus.cc:2272] T 4d6c889b78a2414a86753733ada84140 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.880102   642 tablet_replica.cc:333] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.880630   642 raft_consensus.cc:2243] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.881096   642 raft_consensus.cc:2272] T 564958892efa48ae933701f9d7e3d6ca P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.882871   642 tablet_replica.cc:333] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.883371   642 raft_consensus.cc:2243] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.883775   642 raft_consensus.cc:2272] T 825892de63af4e0da258e97fa68cb5e4 P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.885437   642 tablet_replica.cc:333] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.885927   642 raft_consensus.cc:2243] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.886304   642 raft_consensus.cc:2272] T 42ea325c2e69456194663bc5476679de P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.887899   642 tablet_replica.cc:333] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.888417   642 raft_consensus.cc:2243] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.888948   642 raft_consensus.cc:2272] T a55969d2e5144481b33ab99bf0b947e4 P 479e91189f9e4b4499998b0528818cce [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.890995   642 tablet_replica.cc:333] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.891508   642 raft_consensus.cc:2243] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.892428   642 raft_consensus.cc:2272] T 714d2a64c18c4e9f97c498f6e39bcce7 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.894788   642 tablet_replica.cc:333] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.895479   642 raft_consensus.cc:2243] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:35:56.896093  3882 consensus_peers.cc:597] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.130:44241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:56.896452   642 raft_consensus.cc:2272] T 82b7b01894cf48ce965dd4e83cde5844 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.898352   642 tablet_replica.cc:333] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.898846   642 raft_consensus.cc:2243] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.899283   642 raft_consensus.cc:2272] T 25d54ef5468444cf8022b01e07d4d10f P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.900905   642 tablet_replica.cc:333] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.901455   642 raft_consensus.cc:2243] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.902040   642 raft_consensus.cc:2272] T 417af239d8fd4d7dabc822881c619d6d P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.903973   642 tablet_replica.cc:333] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.904435   642 raft_consensus.cc:2243] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.904784   642 raft_consensus.cc:2272] T 5060b8d9650b4a67a695169ef6835d7c P 479e91189f9e4b4499998b0528818cce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.906507   642 tablet_replica.cc:333] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.906929   642 raft_consensus.cc:2243] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.907285   642 raft_consensus.cc:2272] T fa2fd30f68c249e49fbbc151b6d468f1 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:56.909080   642 tablet_replica.cc:333] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce: stopping tablet replica
I20260630 12:35:56.909513   642 raft_consensus.cc:2243] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:56.910182   642 raft_consensus.cc:2272] T aae52e28ee9c4962bba0f8741ab4eda5 P 479e91189f9e4b4499998b0528818cce [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:56.919028  3882 consensus_peers.cc:597] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d -> Peer 529a652ecc8c4284832421d52453c437 (127.0.160.130:44241): Couldn't send request to peer 529a652ecc8c4284832421d52453c437. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.130:44241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:56.933104  3880 consensus_peers.cc:597] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d -> Peer 479e91189f9e4b4499998b0528818cce (127.0.160.131:37591): Couldn't send request to peer 479e91189f9e4b4499998b0528818cce. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.131:37591: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:56.936681  3880 consensus_peers.cc:597] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d -> Peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Couldn't send request to peer 9fc2cc462e484662acd33ea96e6e0d34. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:42877: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:56.937969   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
W20260630 12:35:56.966120  3880 consensus_peers.cc:597] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d -> Peer 9fc2cc462e484662acd33ea96e6e0d34 (127.0.160.129:42877): Couldn't send request to peer 9fc2cc462e484662acd33ea96e6e0d34. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:42877: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:56.970065   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:35:56.997754   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:56.998445   642 tablet_replica.cc:333] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:56.999089   642 raft_consensus.cc:2243] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:56.999716   642 raft_consensus.cc:2272] T fa2fd30f68c249e49fbbc151b6d468f1 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.001636   642 tablet_replica.cc:333] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.002238   642 raft_consensus.cc:2243] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:57.002723   642 raft_consensus.cc:2272] T 417af239d8fd4d7dabc822881c619d6d P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.004496   642 tablet_replica.cc:333] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.005121   642 raft_consensus.cc:2243] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:57.005595   642 raft_consensus.cc:2272] T 8fdbb2e0eb86445a9cb05c86e36bd898 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.007697   642 tablet_replica.cc:333] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.008237   642 raft_consensus.cc:2243] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:57.008769   642 raft_consensus.cc:2272] T 714d2a64c18c4e9f97c498f6e39bcce7 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.010625   642 tablet_replica.cc:333] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.011170   642 raft_consensus.cc:2243] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:57.011917   642 raft_consensus.cc:2272] T 42ea325c2e69456194663bc5476679de P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.013652   642 tablet_replica.cc:333] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.014174   642 raft_consensus.cc:2243] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:35:57.014904   642 raft_consensus.cc:2272] T a55969d2e5144481b33ab99bf0b947e4 P 4bc41b81cce84474a836c59a09df797d [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.017685   642 tablet_replica.cc:333] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.018218   642 raft_consensus.cc:2243] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:57.018723   642 raft_consensus.cc:2272] T aae52e28ee9c4962bba0f8741ab4eda5 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.020495   642 tablet_replica.cc:333] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.021055   642 raft_consensus.cc:2243] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:57.021917   642 raft_consensus.cc:2272] T 825892de63af4e0da258e97fa68cb5e4 P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.023763   642 tablet_replica.cc:333] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.024209   642 raft_consensus.cc:2243] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:57.024907   642 raft_consensus.cc:2272] T 564958892efa48ae933701f9d7e3d6ca P 4bc41b81cce84474a836c59a09df797d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.026692   642 tablet_replica.cc:333] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.027125   642 raft_consensus.cc:2243] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:57.027469   642 raft_consensus.cc:2272] T 5167516c2fb848798e174c35f7da8d39 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.029080   642 tablet_replica.cc:333] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.029517   642 raft_consensus.cc:2243] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:57.029954   642 raft_consensus.cc:2272] T 11cd8dc89ad34dc29a1147ae071966b2 P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.031543   642 tablet_replica.cc:333] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d: stopping tablet replica
I20260630 12:35:57.031929   642 raft_consensus.cc:2243] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:57.032297   642 raft_consensus.cc:2272] T c51fa561bba443f290f9b68cd11871ad P 4bc41b81cce84474a836c59a09df797d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.063620   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:35:57.090279   642 master.cc:562] Master@127.0.160.190:41803 shutting down...
I20260630 12:35:57.111758   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:57.112361   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.112723   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P cfa554fb33f348e0aca1603129e3297e: stopping tablet replica
I20260630 12:35:57.134614   642 master.cc:584] Master@127.0.160.190:41803 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (15447 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:35:57.188068   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:46757
I20260630 12:35:57.189291   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.194779  4251 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.194979  4250 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.195484  4253 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:57.197722   642 server_base.cc:1061] running on GCE node
I20260630 12:35:57.199519   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:57.199738   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.199908   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822957199891 us; error 0 us; skew 500 ppm
I20260630 12:35:57.200416   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.202970   642 webserver.cc:533] Webserver started at http://127.0.160.190:45713/ using document root <none> and password file <none>
I20260630 12:35:57.203467   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.203666   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.203966   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.205624   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "34d272c86881448fa21e2e40b15dcf5b"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.210047   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:57.213406  4258 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.214112   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:35:57.214421   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "34d272c86881448fa21e2e40b15dcf5b"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.214704   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:57.258899   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.260154   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.298516   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:46757
I20260630 12:35:57.298632  4309 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:46757 every 8 connection(s)
I20260630 12:35:57.303185  4310 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:57.313621  4310 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b: Bootstrap starting.
I20260630 12:35:57.318527  4310 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:57.322744  4310 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b: No bootstrap required, opened a new log
I20260630 12:35:57.324815  4310 raft_consensus.cc:359] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34d272c86881448fa21e2e40b15dcf5b" member_type: VOTER }
I20260630 12:35:57.325313  4310 raft_consensus.cc:385] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:57.325501  4310 raft_consensus.cc:740] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34d272c86881448fa21e2e40b15dcf5b, State: Initialized, Role: FOLLOWER
I20260630 12:35:57.326011  4310 consensus_queue.cc:260] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "34d272c86881448fa21e2e40b15dcf5b" member_type: VOTER }
I20260630 12:35:57.326435  4310 raft_consensus.cc:399] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:57.326628  4310 raft_consensus.cc:493] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:57.326840  4310 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:57.331425  4310 raft_consensus.cc:515] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34d272c86881448fa21e2e40b15dcf5b" member_type: VOTER }
I20260630 12:35:57.331924  4310 leader_election.cc:304] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [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: 34d272c86881448fa21e2e40b15dcf5b; no voters: 
I20260630 12:35:57.333132  4310 leader_election.cc:290] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:57.333455  4313 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:57.334764  4313 raft_consensus.cc:697] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 1 LEADER]: Becoming Leader. State: Replica: 34d272c86881448fa21e2e40b15dcf5b, State: Running, Role: LEADER
I20260630 12:35:57.335425  4313 consensus_queue.cc:237] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [LEADER]: Queue going to LEADER mode. State: All 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: "34d272c86881448fa21e2e40b15dcf5b" member_type: VOTER }
I20260630 12:35:57.336063  4310 sys_catalog.cc:565] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:57.339915  4314 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "34d272c86881448fa21e2e40b15dcf5b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34d272c86881448fa21e2e40b15dcf5b" member_type: VOTER } }
I20260630 12:35:57.340806  4315 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 34d272c86881448fa21e2e40b15dcf5b. Latest consensus state: current_term: 1 leader_uuid: "34d272c86881448fa21e2e40b15dcf5b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34d272c86881448fa21e2e40b15dcf5b" member_type: VOTER } }
I20260630 12:35:57.341578  4314 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:57.341624  4315 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:57.343724  4320 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:57.349082  4320 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:57.352955   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:57.357875  4320 catalog_manager.cc:1383] Generated new cluster ID: 37870ab370284ed2a96dea5cdb0aec3b
I20260630 12:35:57.358162  4320 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:57.376471  4320 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:57.377812  4320 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:57.392113  4320 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b: Generated new TSK 0
I20260630 12:35:57.392740  4320 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:57.419660   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.425565  4331 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.426479  4332 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.429044  4334 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:57.430102   642 server_base.cc:1061] running on GCE node
I20260630 12:35:57.431185   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:57.431469   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.431692   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822957431665 us; error 0 us; skew 500 ppm
I20260630 12:35:57.432394   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.434757   642 webserver.cc:533] Webserver started at http://127.0.160.129:38025/ using document root <none> and password file <none>
I20260630 12:35:57.435290   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.435509   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.435791   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.436893   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "4556e304deb2406f96e4cc97a28f17c2"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.441632   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:35:57.445101  4339 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.445895   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:57.446226   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "4556e304deb2406f96e4cc97a28f17c2"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.446540   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:57.479128   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.480310   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.481854   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:57.484206   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:57.484426   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.484678   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:57.484871   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.524854   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:34957
I20260630 12:35:57.524966  4401 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:34957 every 8 connection(s)
I20260630 12:35:57.530123   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.537222  4406 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.537990  4407 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.540140  4409 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:57.541347   642 server_base.cc:1061] running on GCE node
I20260630 12:35:57.542054   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:57.542245   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.542373   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822957542362 us; error 0 us; skew 500 ppm
I20260630 12:35:57.542793   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.545746   642 webserver.cc:533] Webserver started at http://127.0.160.130:36009/ using document root <none> and password file <none>
I20260630 12:35:57.546303   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.546504   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.546890   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.546917  4402 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46757
I20260630 12:35:57.547358  4402 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:57.548182  4402 heartbeater.cc:507] Master 127.0.160.190:46757 requested a full tablet report, sending...
I20260630 12:35:57.548213   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "04e688a9ecda4bfe8b323bdbfa14043e"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.550448  4275 ts_manager.cc:194] Registered new tserver with Master: 4556e304deb2406f96e4cc97a28f17c2 (127.0.160.129:34957)
I20260630 12:35:57.552294  4275 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57972
I20260630 12:35:57.553445   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:57.557008  4414 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.557798   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:57.558120   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "04e688a9ecda4bfe8b323bdbfa14043e"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.558401   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:57.584050   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.585337   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.586908   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:57.589260   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:57.589499   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.589740   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:57.589910   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.629288   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:38327
I20260630 12:35:57.629381  4476 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:38327 every 8 connection(s)
I20260630 12:35:57.634056   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.641300  4480 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.642432  4481 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:57.645277   642 server_base.cc:1061] running on GCE node
W20260630 12:35:57.645972  4483 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:57.647010  4477 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46757
I20260630 12:35:57.647053   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:57.647588  4477 heartbeater.cc:461] Registering TS with master...
W20260630 12:35:57.647596   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.648058   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822957648037 us; error 0 us; skew 500 ppm
I20260630 12:35:57.648655   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.648612  4477 heartbeater.cc:507] Master 127.0.160.190:46757 requested a full tablet report, sending...
I20260630 12:35:57.651077  4275 ts_manager.cc:194] Registered new tserver with Master: 04e688a9ecda4bfe8b323bdbfa14043e (127.0.160.130:38327)
I20260630 12:35:57.651432   642 webserver.cc:533] Webserver started at http://127.0.160.131:40799/ using document root <none> and password file <none>
I20260630 12:35:57.652086   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.652323   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.652643   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.652966  4275 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57984
I20260630 12:35:57.654132   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "c037d8207af1451fbac2fbf183c8e4d3"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.658823   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:57.662276  4488 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.663065   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:57.663381   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "c037d8207af1451fbac2fbf183c8e4d3"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.663671   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:57.685914   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.687160   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.688710   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:57.691152   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:57.691339   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.691634   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:57.691805   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.732366   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:39915
I20260630 12:35:57.732465  4550 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:39915 every 8 connection(s)
I20260630 12:35:57.737154   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.743778  4554 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.744240  4555 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:57.748507  4557 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:57.748934   642 server_base.cc:1061] running on GCE node
I20260630 12:35:57.749738  4551 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46757
I20260630 12:35:57.750005   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:57.750119  4551 heartbeater.cc:461] Registering TS with master...
W20260630 12:35:57.750289   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.750561   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822957750543 us; error 0 us; skew 500 ppm
I20260630 12:35:57.751060  4551 heartbeater.cc:507] Master 127.0.160.190:46757 requested a full tablet report, sending...
I20260630 12:35:57.751191   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.753410  4275 ts_manager.cc:194] Registered new tserver with Master: c037d8207af1451fbac2fbf183c8e4d3 (127.0.160.131:39915)
I20260630 12:35:57.753945   642 webserver.cc:533] Webserver started at http://127.0.160.132:38729/ using document root <none> and password file <none>
I20260630 12:35:57.754460   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.754673   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.754936   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.754944  4275 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57990
I20260630 12:35:57.756248   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "995fb7bd0ee34b029b20bd078b35c44c"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.760607   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:57.763693  4562 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.764650   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:57.765030   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "995fb7bd0ee34b029b20bd078b35c44c"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-n1kv"
I20260630 12:35:57.765388   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:57.779881   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.781194   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.782692   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:57.785151   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:57.785398   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.785656   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:57.785842   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.825182   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:43195
I20260630 12:35:57.825292  4624 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:43195 every 8 connection(s)
I20260630 12:35:57.839434  4625 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46757
I20260630 12:35:57.839843  4625 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:57.840616  4625 heartbeater.cc:507] Master 127.0.160.190:46757 requested a full tablet report, sending...
I20260630 12:35:57.843014  4275 ts_manager.cc:194] Registered new tserver with Master: 995fb7bd0ee34b029b20bd078b35c44c (127.0.160.132:43195)
I20260630 12:35:57.843158   642 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014887945s
I20260630 12:35:57.844740  4275 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58004
I20260630 12:35:58.402140  4275 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58008:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:35:58.447201  4590 tablet_service.cc:1511] Processing CreateTablet for tablet 538cee1b234a4e869605088a2eefc0d7 (DEFAULT_TABLE table=test-workload [id=2f105e3c1e644e69866749339f7a1ffb]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:58.448654  4590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 538cee1b234a4e869605088a2eefc0d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.452987  4516 tablet_service.cc:1511] Processing CreateTablet for tablet 538cee1b234a4e869605088a2eefc0d7 (DEFAULT_TABLE table=test-workload [id=2f105e3c1e644e69866749339f7a1ffb]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:58.454391  4516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 538cee1b234a4e869605088a2eefc0d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.465786  4367 tablet_service.cc:1511] Processing CreateTablet for tablet 538cee1b234a4e869605088a2eefc0d7 (DEFAULT_TABLE table=test-workload [id=2f105e3c1e644e69866749339f7a1ffb]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:58.466938  4367 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 538cee1b234a4e869605088a2eefc0d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.469411  4647 tablet_bootstrap.cc:492] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3: Bootstrap starting.
I20260630 12:35:58.471649  4646 tablet_bootstrap.cc:492] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c: Bootstrap starting.
I20260630 12:35:58.476204  4647 tablet_bootstrap.cc:654] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.477587  4646 tablet_bootstrap.cc:654] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.482220  4647 tablet_bootstrap.cc:492] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3: No bootstrap required, opened a new log
I20260630 12:35:58.482738  4647 ts_tablet_manager.cc:1403] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:35:58.483572  4646 tablet_bootstrap.cc:492] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c: No bootstrap required, opened a new log
I20260630 12:35:58.484079  4646 ts_tablet_manager.cc:1403] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:35:58.486032  4647 raft_consensus.cc:359] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.487195  4647 raft_consensus.cc:385] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.487126  4646 raft_consensus.cc:359] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.487835  4647 raft_consensus.cc:740] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c037d8207af1451fbac2fbf183c8e4d3, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.488163  4646 raft_consensus.cc:385] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.488575  4646 raft_consensus.cc:740] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 995fb7bd0ee34b029b20bd078b35c44c, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.489013  4647 consensus_queue.cc:260] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.489741  4646 consensus_queue.cc:260] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.509824  4650 tablet_bootstrap.cc:492] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2: Bootstrap starting.
I20260630 12:35:58.509974  4551 heartbeater.cc:499] Master 127.0.160.190:46757 was elected leader, sending a full tablet report...
I20260630 12:35:58.510509  4647 ts_tablet_manager.cc:1434] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3: Time spent starting tablet: real 0.027s	user 0.016s	sys 0.001s
I20260630 12:35:58.515568  4625 heartbeater.cc:499] Master 127.0.160.190:46757 was elected leader, sending a full tablet report...
I20260630 12:35:58.520658  4650 tablet_bootstrap.cc:654] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.525007  4646 ts_tablet_manager.cc:1434] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c: Time spent starting tablet: real 0.041s	user 0.008s	sys 0.007s
I20260630 12:35:58.550673  4650 tablet_bootstrap.cc:492] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2: No bootstrap required, opened a new log
I20260630 12:35:58.551352  4650 ts_tablet_manager.cc:1403] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2: Time spent bootstrapping tablet: real 0.042s	user 0.014s	sys 0.021s
I20260630 12:35:58.554737  4650 raft_consensus.cc:359] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.555609  4650 raft_consensus.cc:385] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.555989  4650 raft_consensus.cc:740] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4556e304deb2406f96e4cc97a28f17c2, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.556960  4650 consensus_queue.cc:260] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.560659  4650 ts_tablet_manager.cc:1434] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:35:58.682778  4477 heartbeater.cc:499] Master 127.0.160.190:46757 was elected leader, sending a full tablet report...
I20260630 12:35:58.698431  4402 heartbeater.cc:499] Master 127.0.160.190:46757 was elected leader, sending a full tablet report...
I20260630 12:35:58.706624  4651 raft_consensus.cc:493] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:58.707296  4651 raft_consensus.cc:515] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.710273  4651 leader_election.cc:290] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 995fb7bd0ee34b029b20bd078b35c44c (127.0.160.132:43195), 4556e304deb2406f96e4cc97a28f17c2 (127.0.160.129:34957)
I20260630 12:35:58.743899  4600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "538cee1b234a4e869605088a2eefc0d7" candidate_uuid: "c037d8207af1451fbac2fbf183c8e4d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "995fb7bd0ee34b029b20bd078b35c44c" is_pre_election: true
I20260630 12:35:58.744557  4600 raft_consensus.cc:2468] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c037d8207af1451fbac2fbf183c8e4d3 in term 0.
I20260630 12:35:58.745942  4489 leader_election.cc:304] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 995fb7bd0ee34b029b20bd078b35c44c, c037d8207af1451fbac2fbf183c8e4d3; no voters: 
I20260630 12:35:58.746816  4651 raft_consensus.cc:2804] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:58.747215  4651 raft_consensus.cc:493] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:58.747545  4651 raft_consensus.cc:3060] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.752986  4377 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "538cee1b234a4e869605088a2eefc0d7" candidate_uuid: "c037d8207af1451fbac2fbf183c8e4d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4556e304deb2406f96e4cc97a28f17c2" is_pre_election: true
I20260630 12:35:58.753681  4377 raft_consensus.cc:2468] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c037d8207af1451fbac2fbf183c8e4d3 in term 0.
I20260630 12:35:58.754408  4651 raft_consensus.cc:515] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.756412  4651 leader_election.cc:290] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [CANDIDATE]: Term 1 election: Requested vote from peers 995fb7bd0ee34b029b20bd078b35c44c (127.0.160.132:43195), 4556e304deb2406f96e4cc97a28f17c2 (127.0.160.129:34957)
I20260630 12:35:58.757133  4600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "538cee1b234a4e869605088a2eefc0d7" candidate_uuid: "c037d8207af1451fbac2fbf183c8e4d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "995fb7bd0ee34b029b20bd078b35c44c"
I20260630 12:35:58.757452  4377 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "538cee1b234a4e869605088a2eefc0d7" candidate_uuid: "c037d8207af1451fbac2fbf183c8e4d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4556e304deb2406f96e4cc97a28f17c2"
I20260630 12:35:58.757687  4600 raft_consensus.cc:3060] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.758052  4377 raft_consensus.cc:3060] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.763059  4377 raft_consensus.cc:2468] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c037d8207af1451fbac2fbf183c8e4d3 in term 1.
I20260630 12:35:58.763059  4600 raft_consensus.cc:2468] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c037d8207af1451fbac2fbf183c8e4d3 in term 1.
I20260630 12:35:58.764501  4492 leader_election.cc:304] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4556e304deb2406f96e4cc97a28f17c2, c037d8207af1451fbac2fbf183c8e4d3; no voters: 
I20260630 12:35:58.765257  4651 raft_consensus.cc:2804] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:58.766345  4651 raft_consensus.cc:697] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 1 LEADER]: Becoming Leader. State: Replica: c037d8207af1451fbac2fbf183c8e4d3, State: Running, Role: LEADER
I20260630 12:35:58.767096  4651 consensus_queue.cc:237] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } }
I20260630 12:35:58.775970  4273 catalog_manager.cc:5697] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 reported cstate change: term changed from 0 to 1, leader changed from <none> to c037d8207af1451fbac2fbf183c8e4d3 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "c037d8207af1451fbac2fbf183c8e4d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c037d8207af1451fbac2fbf183c8e4d3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:59.267906  4651 consensus_queue.cc:1048] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4556e304deb2406f96e4cc97a28f17c2" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:59.281543  4661 consensus_queue.cc:1048] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "995fb7bd0ee34b029b20bd078b35c44c" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43195 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:59.352829  4328 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:59.354782  4328 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:59.355238  4328 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:59.638634  4547 debug-util.cc:398] Leaking SignalData structure 0x7b080005d5e0 after lost signal to thread 645
W20260630 12:35:59.639669  4547 debug-util.cc:398] Leaking SignalData structure 0x7b08000e02a0 after lost signal to thread 4309
W20260630 12:35:59.641283  4547 debug-util.cc:398] Leaking SignalData structure 0x7b0800255740 after lost signal to thread 4476
W20260630 12:35:59.642108  4547 debug-util.cc:398] Leaking SignalData structure 0x7b0800119ac0 after lost signal to thread 4550
I20260630 12:36:01.356367  4328 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:01.357918  4328 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:01.358270  4328 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:03.359468  4328 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:03.361141  4328 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:03.361460  4328 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:05.362526  4328 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:05.363829  4328 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:05.364117  4328 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:07.365270  4328 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:07.366519  4328 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:07.366796  4328 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:09.367791  4328 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:09.369196  4328 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:09.369547  4328 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:09.866951   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:36:09.893085   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:09.893904   642 tablet_replica.cc:333] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2: stopping tablet replica
I20260630 12:36:09.894490   642 raft_consensus.cc:2243] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:09.895028   642 raft_consensus.cc:2272] T 538cee1b234a4e869605088a2eefc0d7 P 4556e304deb2406f96e4cc97a28f17c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:09.917032   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:36:09.930819   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:36:09.959435   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:09.975696   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:36:09.985698   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:36:10.008872   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:10.009671   642 tablet_replica.cc:333] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3: stopping tablet replica
I20260630 12:36:10.010243   642 raft_consensus.cc:2243] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:10.011196   642 raft_consensus.cc:2272] T 538cee1b234a4e869605088a2eefc0d7 P c037d8207af1451fbac2fbf183c8e4d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:10.051174   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:36:10.064363   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:36:10.088037   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:10.088765   642 tablet_replica.cc:333] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c: stopping tablet replica
I20260630 12:36:10.089352   642 raft_consensus.cc:2243] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:10.089846   642 raft_consensus.cc:2272] T 538cee1b234a4e869605088a2eefc0d7 P 995fb7bd0ee34b029b20bd078b35c44c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:10.109930   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:36:10.121567   642 master.cc:562] Master@127.0.160.190:46757 shutting down...
I20260630 12:36:10.141125   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:10.141783   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:10.142084   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 34d272c86881448fa21e2e40b15dcf5b: stopping tablet replica
I20260630 12:36:10.162117   642 master.cc:584] Master@127.0.160.190:46757 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (13010 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:36:10.198768   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:43699
I20260630 12:36:10.199914   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:10.205415  4674 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.205521  4675 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.206921  4677 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:10.208016   642 server_base.cc:1061] running on GCE node
I20260630 12:36:10.208968   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:10.209159   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:10.209273   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822970209263 us; error 0 us; skew 500 ppm
I20260630 12:36:10.209703   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:10.212502   642 webserver.cc:533] Webserver started at http://127.0.160.190:42487/ using document root <none> and password file <none>
I20260630 12:36:10.213158   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:10.213327   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:10.213557   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:10.214747   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "4fe0b41ceb9640fc94f86affcae036e1"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.219379   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:36:10.222878  4682 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.223691   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:10.224004   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "4fe0b41ceb9640fc94f86affcae036e1"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.224291   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:10.242982   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:10.244292   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:10.283550   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:43699
I20260630 12:36:10.283646  4733 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:43699 every 8 connection(s)
I20260630 12:36:10.288076  4734 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:10.299656  4734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1: Bootstrap starting.
I20260630 12:36:10.304332  4734 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:10.308655  4734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1: No bootstrap required, opened a new log
I20260630 12:36:10.310976  4734 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4fe0b41ceb9640fc94f86affcae036e1" member_type: VOTER }
I20260630 12:36:10.311510  4734 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:10.311693  4734 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4fe0b41ceb9640fc94f86affcae036e1, State: Initialized, Role: FOLLOWER
I20260630 12:36:10.312206  4734 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4fe0b41ceb9640fc94f86affcae036e1" member_type: VOTER }
I20260630 12:36:10.312667  4734 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:10.312860  4734 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:10.313127  4734 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:10.317917  4734 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4fe0b41ceb9640fc94f86affcae036e1" member_type: VOTER }
I20260630 12:36:10.318473  4734 leader_election.cc:304] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [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: 4fe0b41ceb9640fc94f86affcae036e1; no voters: 
I20260630 12:36:10.319679  4734 leader_election.cc:290] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:10.320116  4737 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:10.321657  4737 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 1 LEADER]: Becoming Leader. State: Replica: 4fe0b41ceb9640fc94f86affcae036e1, State: Running, Role: LEADER
I20260630 12:36:10.322468  4737 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [LEADER]: Queue going to LEADER mode. State: All 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: "4fe0b41ceb9640fc94f86affcae036e1" member_type: VOTER }
I20260630 12:36:10.322922  4734 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:10.328100  4739 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4fe0b41ceb9640fc94f86affcae036e1. Latest consensus state: current_term: 1 leader_uuid: "4fe0b41ceb9640fc94f86affcae036e1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4fe0b41ceb9640fc94f86affcae036e1" member_type: VOTER } }
I20260630 12:36:10.329214  4739 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:10.328325  4738 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4fe0b41ceb9640fc94f86affcae036e1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4fe0b41ceb9640fc94f86affcae036e1" member_type: VOTER } }
I20260630 12:36:10.330307  4738 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:10.332165  4744 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:10.337533  4744 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:10.340740   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:10.348664  4744 catalog_manager.cc:1383] Generated new cluster ID: e2111fbc192541418de693149593b3ec
I20260630 12:36:10.349049  4744 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:10.363122  4744 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:10.364511  4744 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:10.382153  4744 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1: Generated new TSK 0
I20260630 12:36:10.382764  4744 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:10.412043   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:10.417974  4755 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.419024  4756 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.421123  4758 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:10.421330   642 server_base.cc:1061] running on GCE node
I20260630 12:36:10.422272   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:10.422498   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:10.422678   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822970422660 us; error 0 us; skew 500 ppm
I20260630 12:36:10.423224   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:10.426160   642 webserver.cc:533] Webserver started at http://127.0.160.129:33937/ using document root <none> and password file <none>
I20260630 12:36:10.426666   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:10.426882   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:10.427178   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:10.428305   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "4359757a26c84af6b8b73b0892a3b4ae"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.433284   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:36:10.437013  4763 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.437858   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:10.438174   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "4359757a26c84af6b8b73b0892a3b4ae"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.438480   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:10.459570   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:10.460785   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:10.462332   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:10.464833   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:10.465130   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.465389   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:10.465569   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.507905   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:35515
I20260630 12:36:10.507993  4825 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:35515 every 8 connection(s)
I20260630 12:36:10.513504   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:10.520665  4830 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.522710  4831 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.525516  4833 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:10.527395   642 server_base.cc:1061] running on GCE node
I20260630 12:36:10.527695  4826 heartbeater.cc:344] Connected to a master server at 127.0.160.190:43699
I20260630 12:36:10.528147  4826 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:10.528400   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:10.528625   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:10.528759   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822970528748 us; error 0 us; skew 500 ppm
I20260630 12:36:10.529098  4826 heartbeater.cc:507] Master 127.0.160.190:43699 requested a full tablet report, sending...
I20260630 12:36:10.529362   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:10.531569  4699 ts_manager.cc:194] Registered new tserver with Master: 4359757a26c84af6b8b73b0892a3b4ae (127.0.160.129:35515)
I20260630 12:36:10.532588   642 webserver.cc:533] Webserver started at http://127.0.160.130:34667/ using document root <none> and password file <none>
I20260630 12:36:10.533309   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:10.533552   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:10.533856   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:10.534168  4699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55850
I20260630 12:36:10.535461   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "75506dd667dd41bc988e85dde9cf7611"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.540308   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:10.543932  4838 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.544756   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:10.545118   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "75506dd667dd41bc988e85dde9cf7611"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.545420   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:10.555349   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:10.556548   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:10.558153   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:10.561211   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:10.561398   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.561695   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:10.561856   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.602075   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:45397
I20260630 12:36:10.602177  4900 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:45397 every 8 connection(s)
I20260630 12:36:10.606969   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:10.614729  4904 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.615067  4905 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:10.618109   642 server_base.cc:1061] running on GCE node
W20260630 12:36:10.618705  4907 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:10.620170   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:10.620381   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:10.620609   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822970620589 us; error 0 us; skew 500 ppm
I20260630 12:36:10.621249  4901 heartbeater.cc:344] Connected to a master server at 127.0.160.190:43699
I20260630 12:36:10.621317   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:10.621742  4901 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:10.622622  4901 heartbeater.cc:507] Master 127.0.160.190:43699 requested a full tablet report, sending...
I20260630 12:36:10.624212   642 webserver.cc:533] Webserver started at http://127.0.160.131:44973/ using document root <none> and password file <none>
I20260630 12:36:10.624840   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:10.625119   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:10.625087  4699 ts_manager.cc:194] Registered new tserver with Master: 75506dd667dd41bc988e85dde9cf7611 (127.0.160.130:45397)
I20260630 12:36:10.625670   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:10.626873  4699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55852
I20260630 12:36:10.627060   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "e9a728f906994635b54f5db25f269102"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.632887   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:36:10.636474  4912 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.637425   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:36:10.637753   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "e9a728f906994635b54f5db25f269102"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-n1kv"
I20260630 12:36:10.638043   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:10.684757   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:10.686067   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:10.687729   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:10.690169   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:10.690388   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.690577   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:10.690697   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.731433   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:37313
I20260630 12:36:10.731532  4974 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:37313 every 8 connection(s)
I20260630 12:36:10.746227  4975 heartbeater.cc:344] Connected to a master server at 127.0.160.190:43699
I20260630 12:36:10.746658  4975 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:10.747479  4975 heartbeater.cc:507] Master 127.0.160.190:43699 requested a full tablet report, sending...
I20260630 12:36:10.749558  4699 ts_manager.cc:194] Registered new tserver with Master: e9a728f906994635b54f5db25f269102 (127.0.160.131:37313)
I20260630 12:36:10.750339   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01563678s
I20260630 12:36:10.751008  4699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55854
I20260630 12:36:11.537274  4826 heartbeater.cc:499] Master 127.0.160.190:43699 was elected leader, sending a full tablet report...
I20260630 12:36:11.630795  4901 heartbeater.cc:499] Master 127.0.160.190:43699 was elected leader, sending a full tablet report...
I20260630 12:36:11.754155  4975 heartbeater.cc:499] Master 127.0.160.190:43699 was elected leader, sending a full tablet report...
I20260630 12:36:11.823639  4699 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55872:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:36:11.826144  4699 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:36:11.880157  4791 tablet_service.cc:1511] Processing CreateTablet for tablet ea1e21f046d84935afafd935b23c7ee7 (DEFAULT_TABLE table=test-workload [id=1ceda305f89d4f9397de75e42227b611]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:11.882052  4791 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea1e21f046d84935afafd935b23c7ee7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:11.889010  4940 tablet_service.cc:1511] Processing CreateTablet for tablet ea1e21f046d84935afafd935b23c7ee7 (DEFAULT_TABLE table=test-workload [id=1ceda305f89d4f9397de75e42227b611]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:11.890614  4940 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea1e21f046d84935afafd935b23c7ee7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:11.892118  4866 tablet_service.cc:1511] Processing CreateTablet for tablet ea1e21f046d84935afafd935b23c7ee7 (DEFAULT_TABLE table=test-workload [id=1ceda305f89d4f9397de75e42227b611]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:11.893889  4866 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea1e21f046d84935afafd935b23c7ee7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:11.903446  4997 tablet_bootstrap.cc:492] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae: Bootstrap starting.
I20260630 12:36:11.911615  4997 tablet_bootstrap.cc:654] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:11.912184  4998 tablet_bootstrap.cc:492] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611: Bootstrap starting.
I20260630 12:36:11.913631  4999 tablet_bootstrap.cc:492] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102: Bootstrap starting.
I20260630 12:36:11.917598  4997 tablet_bootstrap.cc:492] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae: No bootstrap required, opened a new log
I20260630 12:36:11.918100  4997 ts_tablet_manager.cc:1403] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.010s
I20260630 12:36:11.919934  4998 tablet_bootstrap.cc:654] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:11.921264  4999 tablet_bootstrap.cc:654] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:11.921005  4997 raft_consensus.cc:359] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.922079  4997 raft_consensus.cc:385] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:11.922477  4997 raft_consensus.cc:740] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4359757a26c84af6b8b73b0892a3b4ae, State: Initialized, Role: FOLLOWER
I20260630 12:36:11.923461  4997 consensus_queue.cc:260] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.927129  4997 ts_tablet_manager.cc:1434] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.005s
I20260630 12:36:11.927320  4998 tablet_bootstrap.cc:492] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611: No bootstrap required, opened a new log
I20260630 12:36:11.927827  4999 tablet_bootstrap.cc:492] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102: No bootstrap required, opened a new log
I20260630 12:36:11.927930  4998 ts_tablet_manager.cc:1403] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.005s
I20260630 12:36:11.928370  4999 ts_tablet_manager.cc:1403] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.007s
I20260630 12:36:11.931357  4998 raft_consensus.cc:359] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.931588  4999 raft_consensus.cc:359] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.932266  4998 raft_consensus.cc:385] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:11.932371  4999 raft_consensus.cc:385] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:11.932662  4998 raft_consensus.cc:740] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 75506dd667dd41bc988e85dde9cf7611, State: Initialized, Role: FOLLOWER
I20260630 12:36:11.932802  4999 raft_consensus.cc:740] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9a728f906994635b54f5db25f269102, State: Initialized, Role: FOLLOWER
I20260630 12:36:11.933647  4998 consensus_queue.cc:260] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.933807  4999 consensus_queue.cc:260] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.937122  4998 ts_tablet_manager.cc:1434] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:36:11.937644  4999 ts_tablet_manager.cc:1434] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260630 12:36:11.964243  5003 raft_consensus.cc:493] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:11.964831  5003 raft_consensus.cc:515] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.967259  5003 leader_election.cc:290] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 75506dd667dd41bc988e85dde9cf7611 (127.0.160.130:45397), e9a728f906994635b54f5db25f269102 (127.0.160.131:37313)
I20260630 12:36:11.978698  4876 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea1e21f046d84935afafd935b23c7ee7" candidate_uuid: "4359757a26c84af6b8b73b0892a3b4ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "75506dd667dd41bc988e85dde9cf7611" is_pre_election: true
I20260630 12:36:11.979550  4876 raft_consensus.cc:2468] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4359757a26c84af6b8b73b0892a3b4ae in term 0.
I20260630 12:36:11.980504  4950 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea1e21f046d84935afafd935b23c7ee7" candidate_uuid: "4359757a26c84af6b8b73b0892a3b4ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a728f906994635b54f5db25f269102" is_pre_election: true
I20260630 12:36:11.981077  4765 leader_election.cc:304] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4359757a26c84af6b8b73b0892a3b4ae, 75506dd667dd41bc988e85dde9cf7611; no voters: 
I20260630 12:36:11.981298  4950 raft_consensus.cc:2468] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4359757a26c84af6b8b73b0892a3b4ae in term 0.
I20260630 12:36:11.982024  5003 raft_consensus.cc:2804] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:11.982365  5003 raft_consensus.cc:493] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:11.982713  5003 raft_consensus.cc:3060] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:11.988998  5003 raft_consensus.cc:515] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:11.990767  5003 leader_election.cc:290] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [CANDIDATE]: Term 1 election: Requested vote from peers 75506dd667dd41bc988e85dde9cf7611 (127.0.160.130:45397), e9a728f906994635b54f5db25f269102 (127.0.160.131:37313)
I20260630 12:36:11.991688  4876 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea1e21f046d84935afafd935b23c7ee7" candidate_uuid: "4359757a26c84af6b8b73b0892a3b4ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "75506dd667dd41bc988e85dde9cf7611"
I20260630 12:36:11.991882  4950 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea1e21f046d84935afafd935b23c7ee7" candidate_uuid: "4359757a26c84af6b8b73b0892a3b4ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a728f906994635b54f5db25f269102"
I20260630 12:36:11.992412  4876 raft_consensus.cc:3060] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:11.992462  4950 raft_consensus.cc:3060] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:11.993149  4976 tablet.cc:2406] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:12.000960  4950 raft_consensus.cc:2468] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4359757a26c84af6b8b73b0892a3b4ae in term 1.
I20260630 12:36:12.000988  4876 raft_consensus.cc:2468] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4359757a26c84af6b8b73b0892a3b4ae in term 1.
I20260630 12:36:12.002509  4765 leader_election.cc:304] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4359757a26c84af6b8b73b0892a3b4ae, e9a728f906994635b54f5db25f269102; no voters: 
I20260630 12:36:12.003275  5003 raft_consensus.cc:2804] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:12.004365  5003 raft_consensus.cc:697] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 1 LEADER]: Becoming Leader. State: Replica: 4359757a26c84af6b8b73b0892a3b4ae, State: Running, Role: LEADER
I20260630 12:36:12.005169  5003 consensus_queue.cc:237] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } }
I20260630 12:36:12.013296  4699 catalog_manager.cc:5697] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae reported cstate change: term changed from 0 to 1, leader changed from <none> to 4359757a26c84af6b8b73b0892a3b4ae (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4359757a26c84af6b8b73b0892a3b4ae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4359757a26c84af6b8b73b0892a3b4ae" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 35515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:12.338577  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:12.340828  4752 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:12.342332  4752 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:12.342703  4752 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:12.512621  5010 consensus_queue.cc:1048] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9a728f906994635b54f5db25f269102" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 37313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:12.526721  5013 consensus_queue.cc:1048] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "75506dd667dd41bc988e85dde9cf7611" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 45397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:13.348101  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:14.343660  4752 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:14.345000  4752 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:14.345253  4752 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:14.357016  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:15.365078  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:16.346213  4752 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:16.347759  4752 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:16.348065  4752 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:16.373723  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:17.381856  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:18.349043  4752 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:18.350301  4752 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:18.350550  4752 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:18.390237  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:19.398420  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:20.351533  4752 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:20.352825  4752 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:20.353165  4752 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:20.407258  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:21.413861  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:22.354262  4752 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:22.355906  4752 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:22.356182  4752 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:22.421335  4747 placement_policy_util.cc:411] tablet ea1e21f046d84935afafd935b23c7ee7: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:23.097337   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:36:23.127269   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:23.128152   642 tablet_replica.cc:333] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae: stopping tablet replica
I20260630 12:36:23.128813   642 raft_consensus.cc:2243] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.129910   642 raft_consensus.cc:2272] T ea1e21f046d84935afafd935b23c7ee7 P 4359757a26c84af6b8b73b0892a3b4ae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.151238   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:36:23.164634   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:36:23.187567   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:23.188403   642 tablet_replica.cc:333] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611: stopping tablet replica
I20260630 12:36:23.189181   642 raft_consensus.cc:2243] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.189775   642 raft_consensus.cc:2272] T ea1e21f046d84935afafd935b23c7ee7 P 75506dd667dd41bc988e85dde9cf7611 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.209602   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:36:23.221797   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:36:23.242311   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:23.243067   642 tablet_replica.cc:333] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102: stopping tablet replica
I20260630 12:36:23.243588   642 raft_consensus.cc:2243] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.244118   642 raft_consensus.cc:2272] T ea1e21f046d84935afafd935b23c7ee7 P e9a728f906994635b54f5db25f269102 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.264082   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:36:23.276332   642 master.cc:562] Master@127.0.160.190:43699 shutting down...
I20260630 12:36:23.295565   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.296331   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.296686   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4fe0b41ceb9640fc94f86affcae036e1: stopping tablet replica
I20260630 12:36:23.315521   642 master.cc:584] Master@127.0.160.190:43699 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13152 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:36:23.351725   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:42911
I20260630 12:36:23.352888   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:23.358577  5024 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:23.358621  5023 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:23.360163  5026 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:23.361349   642 server_base.cc:1061] running on GCE node
I20260630 12:36:23.362214   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:23.362428   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:23.362588   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822983362568 us; error 0 us; skew 500 ppm
I20260630 12:36:23.363107   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:23.365605   642 webserver.cc:533] Webserver started at http://127.0.160.190:45403/ using document root <none> and password file <none>
I20260630 12:36:23.366117   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:23.366323   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:23.366626   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:23.367882   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "6c0523e6b86e4263a01b4f2977bcc6e5"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.372771   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:36:23.376283  5031 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.377144   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:23.377449   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "6c0523e6b86e4263a01b4f2977bcc6e5"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.377751   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:23.406198   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:23.407490   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:23.446246   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:42911
I20260630 12:36:23.446360  5082 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:42911 every 8 connection(s)
I20260630 12:36:23.450553  5083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.462358  5083 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5: Bootstrap starting.
I20260630 12:36:23.467187  5083 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.471611  5083 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5: No bootstrap required, opened a new log
I20260630 12:36:23.473874  5083 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c0523e6b86e4263a01b4f2977bcc6e5" member_type: VOTER }
I20260630 12:36:23.474366  5083 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.474550  5083 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6c0523e6b86e4263a01b4f2977bcc6e5, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.475159  5083 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6c0523e6b86e4263a01b4f2977bcc6e5" member_type: VOTER }
I20260630 12:36:23.475620  5083 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:23.475817  5083 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:23.476042  5083 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.481129  5083 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c0523e6b86e4263a01b4f2977bcc6e5" member_type: VOTER }
I20260630 12:36:23.481666  5083 leader_election.cc:304] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [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: 6c0523e6b86e4263a01b4f2977bcc6e5; no voters: 
I20260630 12:36:23.482780  5083 leader_election.cc:290] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:23.483140  5086 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:23.484500  5086 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 1 LEADER]: Becoming Leader. State: Replica: 6c0523e6b86e4263a01b4f2977bcc6e5, State: Running, Role: LEADER
I20260630 12:36:23.485293  5086 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [LEADER]: Queue going to LEADER mode. State: All 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: "6c0523e6b86e4263a01b4f2977bcc6e5" member_type: VOTER }
I20260630 12:36:23.485926  5083 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:23.488477  5088 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6c0523e6b86e4263a01b4f2977bcc6e5. Latest consensus state: current_term: 1 leader_uuid: "6c0523e6b86e4263a01b4f2977bcc6e5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c0523e6b86e4263a01b4f2977bcc6e5" member_type: VOTER } }
I20260630 12:36:23.488445  5087 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6c0523e6b86e4263a01b4f2977bcc6e5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c0523e6b86e4263a01b4f2977bcc6e5" member_type: VOTER } }
I20260630 12:36:23.489305  5088 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:23.489395  5087 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:23.492599  5093 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:23.497903  5093 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:23.502748   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:23.507838  5093 catalog_manager.cc:1383] Generated new cluster ID: a07c06fa403f4804ab92ef7c79403cc4
I20260630 12:36:23.508122  5093 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:23.538079  5093 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:23.539412  5093 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:23.557583  5093 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5: Generated new TSK 0
I20260630 12:36:23.558204  5093 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:23.569255   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:23.575582  5104 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:23.576970  5105 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:23.578442  5107 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:23.579037   642 server_base.cc:1061] running on GCE node
I20260630 12:36:23.579958   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:23.580173   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:23.580365   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822983580339 us; error 0 us; skew 500 ppm
I20260630 12:36:23.580878   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:23.583292   642 webserver.cc:533] Webserver started at http://127.0.160.129:38943/ using document root <none> and password file <none>
I20260630 12:36:23.583779   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:23.583969   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:23.584254   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:23.585507   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.590201   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:23.593628  5112 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.594408   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:23.594740   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.595033   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:23.617200   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:23.618472   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:23.619992   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:23.622490   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:23.622700   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.622959   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:23.623131   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.663753   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:46835
I20260630 12:36:23.663843  5174 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:46835 every 8 connection(s)
I20260630 12:36:23.669075   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:23.676040  5179 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:23.682072  5180 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:23.682689  5182 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:23.683573   642 server_base.cc:1061] running on GCE node
I20260630 12:36:23.684129  5175 heartbeater.cc:344] Connected to a master server at 127.0.160.190:42911
I20260630 12:36:23.684517  5175 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:23.684597   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:23.684911   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:23.685134   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822983685114 us; error 0 us; skew 500 ppm
I20260630 12:36:23.685453  5175 heartbeater.cc:507] Master 127.0.160.190:42911 requested a full tablet report, sending...
I20260630 12:36:23.685734   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:23.688036  5048 ts_manager.cc:194] Registered new tserver with Master: 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835)
I20260630 12:36:23.688781   642 webserver.cc:533] Webserver started at http://127.0.160.130:38043/ using document root <none> and password file <none>
I20260630 12:36:23.689476   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:23.689720   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:23.690035   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:23.690629  5048 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55488
I20260630 12:36:23.691692   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "394eb139d06b42bb888257295aa1296a"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.696307   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:36:23.699962  5187 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.700742   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:23.701072   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "394eb139d06b42bb888257295aa1296a"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.701387   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:23.721782   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:23.723132   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:23.724646   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:23.727061   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:23.727315   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.727553   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:23.727730   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.768880   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:37167
I20260630 12:36:23.768999  5249 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:37167 every 8 connection(s)
I20260630 12:36:23.774101   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:23.781612  5253 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:23.783335  5254 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:23.787947  5250 heartbeater.cc:344] Connected to a master server at 127.0.160.190:42911
I20260630 12:36:23.788199   642 server_base.cc:1061] running on GCE node
I20260630 12:36:23.788568  5250 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:23.788826  5256 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:23.789451  5250 heartbeater.cc:507] Master 127.0.160.190:42911 requested a full tablet report, sending...
I20260630 12:36:23.789804   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:23.790012   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:23.790136   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822983790125 us; error 0 us; skew 500 ppm
I20260630 12:36:23.790839   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:23.791479  5048 ts_manager.cc:194] Registered new tserver with Master: 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:23.792883  5048 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55496
I20260630 12:36:23.793673   642 webserver.cc:533] Webserver started at http://127.0.160.131:34155/ using document root <none> and password file <none>
I20260630 12:36:23.794291   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:23.794457   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:23.794716   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:23.795944   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "f65674c7aefc4d0fa05ee8f459666f46"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.800734   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:36:23.804037  5261 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.804821   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:23.805169   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "f65674c7aefc4d0fa05ee8f459666f46"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-n1kv"
I20260630 12:36:23.805469   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:23.827112   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:23.828378   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:23.829946   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:23.832304   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:23.832546   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.832800   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:23.833005   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:36:23.873783   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:38433
I20260630 12:36:23.873903  5323 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:38433 every 8 connection(s)
I20260630 12:36:23.888235  5324 heartbeater.cc:344] Connected to a master server at 127.0.160.190:42911
I20260630 12:36:23.888625  5324 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:23.889461  5324 heartbeater.cc:507] Master 127.0.160.190:42911 requested a full tablet report, sending...
I20260630 12:36:23.891449  5048 ts_manager.cc:194] Registered new tserver with Master: f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:23.891929   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014679574s
I20260630 12:36:23.893224  5048 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55504
I20260630 12:36:24.693598  5175 heartbeater.cc:499] Master 127.0.160.190:42911 was elected leader, sending a full tablet report...
I20260630 12:36:24.795673  5250 heartbeater.cc:499] Master 127.0.160.190:42911 was elected leader, sending a full tablet report...
I20260630 12:36:24.896320  5324 heartbeater.cc:499] Master 127.0.160.190:42911 was elected leader, sending a full tablet report...
I20260630 12:36:24.959831  5048 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55506:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu""\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:36:24.963181  5048 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:36:25.049116  5287 tablet_service.cc:1511] Processing CreateTablet for tablet 560f8a9346e0450cbc57ac7d14ef9435 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:25.050668  5287 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560f8a9346e0450cbc57ac7d14ef9435. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.052158  5286 tablet_service.cc:1511] Processing CreateTablet for tablet 3491238a3ff146429623ac8c80bf297e (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:25.053188  5288 tablet_service.cc:1511] Processing CreateTablet for tablet 33991268e4904ea19513849b4610d630 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:25.053704  5286 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3491238a3ff146429623ac8c80bf297e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.054559  5288 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33991268e4904ea19513849b4610d630. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.056972  5289 tablet_service.cc:1511] Processing CreateTablet for tablet 31a4ee9150c74595ba1c14faae2a7098 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:25.058395  5289 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31a4ee9150c74595ba1c14faae2a7098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.062716  5215 tablet_service.cc:1511] Processing CreateTablet for tablet 31a4ee9150c74595ba1c14faae2a7098 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:25.064239  5215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31a4ee9150c74595ba1c14faae2a7098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.065521  5211 tablet_service.cc:1511] Processing CreateTablet for tablet 2282aeb134bd44c6ad9d35b0671b7c88 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:25.066156  5214 tablet_service.cc:1511] Processing CreateTablet for tablet 33991268e4904ea19513849b4610d630 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:25.066984  5211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2282aeb134bd44c6ad9d35b0671b7c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.068624  5213 tablet_service.cc:1511] Processing CreateTablet for tablet 560f8a9346e0450cbc57ac7d14ef9435 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:25.070070  5213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560f8a9346e0450cbc57ac7d14ef9435. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.071813  5210 tablet_service.cc:1511] Processing CreateTablet for tablet 6502893eec4c4b829fe990d47529574f (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:25.072189  5209 tablet_service.cc:1511] Processing CreateTablet for tablet ca16d3f4fdb047969549546166f7dd82 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:25.073431  5210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6502893eec4c4b829fe990d47529574f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.064267  5212 tablet_service.cc:1511] Processing CreateTablet for tablet 3491238a3ff146429623ac8c80bf297e (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:25.075222  5212 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3491238a3ff146429623ac8c80bf297e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.077863  5208 tablet_service.cc:1511] Processing CreateTablet for tablet 2901299061d24e848592ac9709594ad8 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:25.079351  5208 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2901299061d24e848592ac9709594ad8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.082801  5207 tablet_service.cc:1511] Processing CreateTablet for tablet 341b932c13c844faba94cde1e4dabfbc (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:25.084297  5207 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 341b932c13c844faba94cde1e4dabfbc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.086736  5206 tablet_service.cc:1511] Processing CreateTablet for tablet 374ee63af7c94983a856e8ba563ad8fc (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:25.088249  5206 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 374ee63af7c94983a856e8ba563ad8fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.091552  5285 tablet_service.cc:1511] Processing CreateTablet for tablet 2282aeb134bd44c6ad9d35b0671b7c88 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:25.094106  5284 tablet_service.cc:1511] Processing CreateTablet for tablet 6502893eec4c4b829fe990d47529574f (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:25.095616  5285 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2282aeb134bd44c6ad9d35b0671b7c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.096396  5284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6502893eec4c4b829fe990d47529574f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.095662  5214 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33991268e4904ea19513849b4610d630. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.098520  5283 tablet_service.cc:1511] Processing CreateTablet for tablet ca16d3f4fdb047969549546166f7dd82 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:25.099931  5283 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca16d3f4fdb047969549546166f7dd82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.101297  5209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca16d3f4fdb047969549546166f7dd82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.107311  5282 tablet_service.cc:1511] Processing CreateTablet for tablet 2901299061d24e848592ac9709594ad8 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:25.110507  5281 tablet_service.cc:1511] Processing CreateTablet for tablet 341b932c13c844faba94cde1e4dabfbc (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:25.113624  5280 tablet_service.cc:1511] Processing CreateTablet for tablet 374ee63af7c94983a856e8ba563ad8fc (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:25.119823  5288 tablet_service.cc:1511] Processing CreateTablet for tablet 6ba92ca140bf400094d52eaba77706b1 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:25.120970  5281 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 341b932c13c844faba94cde1e4dabfbc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.125404  5280 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 374ee63af7c94983a856e8ba563ad8fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.126969  5288 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ba92ca140bf400094d52eaba77706b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.129376  5282 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2901299061d24e848592ac9709594ad8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.162655  5289 tablet_service.cc:1511] Processing CreateTablet for tablet 82df505913cf4ec0ac2a99f9af2e4a03 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:25.164243  5208 tablet_service.cc:1511] Processing CreateTablet for tablet 82df505913cf4ec0ac2a99f9af2e4a03 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:25.164748  5213 tablet_service.cc:1511] Processing CreateTablet for tablet 6ba92ca140bf400094d52eaba77706b1 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:25.166436  5213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ba92ca140bf400094d52eaba77706b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.179535  5140 tablet_service.cc:1511] Processing CreateTablet for tablet 31a4ee9150c74595ba1c14faae2a7098 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:25.180223  5138 tablet_service.cc:1511] Processing CreateTablet for tablet 560f8a9346e0450cbc57ac7d14ef9435 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:25.181147  5140 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31a4ee9150c74595ba1c14faae2a7098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.182243  5137 tablet_service.cc:1511] Processing CreateTablet for tablet 3491238a3ff146429623ac8c80bf297e (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:25.182597  5139 tablet_service.cc:1511] Processing CreateTablet for tablet 33991268e4904ea19513849b4610d630 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:25.185822  5131 tablet_service.cc:1511] Processing CreateTablet for tablet 374ee63af7c94983a856e8ba563ad8fc (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:25.186088  5135 tablet_service.cc:1511] Processing CreateTablet for tablet 6502893eec4c4b829fe990d47529574f (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:25.186780  5208 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82df505913cf4ec0ac2a99f9af2e4a03. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.188238  5139 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33991268e4904ea19513849b4610d630. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.191464  5133 tablet_service.cc:1511] Processing CreateTablet for tablet 2901299061d24e848592ac9709594ad8 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:25.187924  5132 tablet_service.cc:1511] Processing CreateTablet for tablet 341b932c13c844faba94cde1e4dabfbc (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:25.189738  5134 tablet_service.cc:1511] Processing CreateTablet for tablet ca16d3f4fdb047969549546166f7dd82 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:25.194764  5136 tablet_service.cc:1511] Processing CreateTablet for tablet 2282aeb134bd44c6ad9d35b0671b7c88 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:25.192854  5133 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2901299061d24e848592ac9709594ad8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.199741  5135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6502893eec4c4b829fe990d47529574f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.201318  5138 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560f8a9346e0450cbc57ac7d14ef9435. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.201954  5134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca16d3f4fdb047969549546166f7dd82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.202688  5136 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2282aeb134bd44c6ad9d35b0671b7c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.205933  5132 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 341b932c13c844faba94cde1e4dabfbc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.207348  5131 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 374ee63af7c94983a856e8ba563ad8fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.217331  5137 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3491238a3ff146429623ac8c80bf297e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.224809  5289 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82df505913cf4ec0ac2a99f9af2e4a03. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.228436  5344 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.255421  5346 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.266077  5139 tablet_service.cc:1511] Processing CreateTablet for tablet 6ba92ca140bf400094d52eaba77706b1 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:25.267463  5139 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ba92ca140bf400094d52eaba77706b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.273631  5345 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.274900  5344 tablet_bootstrap.cc:654] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.277366  5135 tablet_service.cc:1511] Processing CreateTablet for tablet 82df505913cf4ec0ac2a99f9af2e4a03 (DEFAULT_TABLE table=test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:25.291649  5345 tablet_bootstrap.cc:654] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.292294  5135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82df505913cf4ec0ac2a99f9af2e4a03. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:25.297528  5346 tablet_bootstrap.cc:654] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.299086  5345 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.299597  5345 ts_tablet_manager.cc:1403] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.026s	user 0.007s	sys 0.009s
I20260630 12:36:25.303087  5345 raft_consensus.cc:359] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.303855  5345 raft_consensus.cc:385] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.304150  5345 raft_consensus.cc:740] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.305158  5344 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.305080  5345 consensus_queue.cc:260] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.305701  5344 ts_tablet_manager.cc:1403] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.078s	user 0.012s	sys 0.000s
I20260630 12:36:25.309183  5344 raft_consensus.cc:359] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.309949  5344 raft_consensus.cc:385] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.310245  5344 raft_consensus.cc:740] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.310890  5346 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.311614  5346 ts_tablet_manager.cc:1403] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.057s	user 0.011s	sys 0.000s
I20260630 12:36:25.312500  5345 ts_tablet_manager.cc:1434] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.005s
I20260630 12:36:25.311010  5344 consensus_queue.cc:260] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.313637  5345 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.314731  5346 raft_consensus.cc:359] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.315514  5346 raft_consensus.cc:385] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.315814  5346 raft_consensus.cc:740] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.316783  5346 consensus_queue.cc:260] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.321866  5344 ts_tablet_manager.cc:1434] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.004s
I20260630 12:36:25.322779  5345 tablet_bootstrap.cc:654] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.323122  5344 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.329973  5346 ts_tablet_manager.cc:1434] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.018s	user 0.013s	sys 0.000s
I20260630 12:36:25.330075  5344 tablet_bootstrap.cc:654] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.334300  5346 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.344170  5346 tablet_bootstrap.cc:654] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.359344  5346 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.359413  5344 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.360126  5344 ts_tablet_manager.cc:1403] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.037s	user 0.023s	sys 0.012s
I20260630 12:36:25.360126  5346 ts_tablet_manager.cc:1403] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.013s
I20260630 12:36:25.359376  5345 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.360976  5345 ts_tablet_manager.cc:1403] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.048s	user 0.023s	sys 0.021s
I20260630 12:36:25.363401  5344 raft_consensus.cc:359] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.363564  5346 raft_consensus.cc:359] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.363678  5345 raft_consensus.cc:359] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.364272  5344 raft_consensus.cc:385] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.364406  5346 raft_consensus.cc:385] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.364526  5345 raft_consensus.cc:385] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.364667  5344 raft_consensus.cc:740] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.364784  5346 raft_consensus.cc:740] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.365048  5345 raft_consensus.cc:740] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.365890  5345 consensus_queue.cc:260] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.365741  5344 consensus_queue.cc:260] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.365954  5346 consensus_queue.cc:260] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.368151  5345 ts_tablet_manager.cc:1434] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.002s
I20260630 12:36:25.368274  5344 ts_tablet_manager.cc:1434] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:25.369225  5345 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.369234  5344 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.376322  5344 tablet_bootstrap.cc:654] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.376327  5345 tablet_bootstrap.cc:654] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.377090  5346 ts_tablet_manager.cc:1434] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.001s
I20260630 12:36:25.382735  5346 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.389562  5346 tablet_bootstrap.cc:654] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.393709  5345 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.394326  5345 ts_tablet_manager.cc:1403] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.012s
I20260630 12:36:25.394842  5344 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.395367  5344 ts_tablet_manager.cc:1403] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.016s
I20260630 12:36:25.398469  5344 raft_consensus.cc:359] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:25.398226  5345 raft_consensus.cc:359] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.399106  5344 raft_consensus.cc:385] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.399466  5344 raft_consensus.cc:740] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.399375  5345 raft_consensus.cc:385] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.400130  5345 raft_consensus.cc:740] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.400401  5344 consensus_queue.cc:260] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:25.401257  5345 consensus_queue.cc:260] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.402756  5344 ts_tablet_manager.cc:1434] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:36:25.404037  5344 tablet_bootstrap.cc:492] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.404317  5346 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.404851  5346 ts_tablet_manager.cc:1403] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.008s
I20260630 12:36:25.406136  5345 ts_tablet_manager.cc:1434] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260630 12:36:25.407258  5345 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.407972  5346 raft_consensus.cc:359] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.408759  5346 raft_consensus.cc:385] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.409085  5346 raft_consensus.cc:740] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.410722  5344 tablet_bootstrap.cc:654] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.410213  5346 consensus_queue.cc:260] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.412808  5346 ts_tablet_manager.cc:1434] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:36:25.413959  5346 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.414469  5345 tablet_bootstrap.cc:654] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.424088  5346 tablet_bootstrap.cc:654] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.431849  5344 tablet_bootstrap.cc:492] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.432384  5344 ts_tablet_manager.cc:1403] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.029s	user 0.019s	sys 0.005s
I20260630 12:36:25.434216  5345 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.434765  5345 ts_tablet_manager.cc:1403] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.028s	user 0.017s	sys 0.007s
I20260630 12:36:25.434929  5346 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.435528  5346 ts_tablet_manager.cc:1403] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.002s
I20260630 12:36:25.435775  5344 raft_consensus.cc:359] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.436758  5344 raft_consensus.cc:385] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.437145  5344 raft_consensus.cc:740] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.438146  5345 raft_consensus.cc:359] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.438074  5344 consensus_queue.cc:260] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.439163  5345 raft_consensus.cc:385] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.438740  5346 raft_consensus.cc:359] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.439613  5345 raft_consensus.cc:740] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.439704  5346 raft_consensus.cc:385] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.440148  5346 raft_consensus.cc:740] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.440718  5345 consensus_queue.cc:260] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.441084  5344 ts_tablet_manager.cc:1434] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.002s
I20260630 12:36:25.441123  5346 consensus_queue.cc:260] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.442418  5344 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.443383  5345 ts_tablet_manager.cc:1434] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:36:25.443837  5346 ts_tablet_manager.cc:1434] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.002s
I20260630 12:36:25.444473  5345 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.444767  5346 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.448395  5352 raft_consensus.cc:493] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.448690  5350 raft_consensus.cc:493] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.449044  5352 raft_consensus.cc:515] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.449254  5350 raft_consensus.cc:515] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.449908  5344 tablet_bootstrap.cc:654] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.451653  5345 tablet_bootstrap.cc:654] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.455369  5350 leader_election.cc:290] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.456147  5352 leader_election.cc:290] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.463881  5344 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.464565  5344 ts_tablet_manager.cc:1403] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.009s
I20260630 12:36:25.468396  5344 raft_consensus.cc:359] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.469410  5344 raft_consensus.cc:385] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.469791  5344 raft_consensus.cc:740] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.470866  5344 consensus_queue.cc:260] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.469875  5346 tablet_bootstrap.cc:654] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.474746  5344 ts_tablet_manager.cc:1434] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.010s	user 0.011s	sys 0.000s
I20260630 12:36:25.475843  5344 tablet_bootstrap.cc:492] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.476011  5345 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.476722  5345 ts_tablet_manager.cc:1403] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.032s	user 0.012s	sys 0.019s
I20260630 12:36:25.482432  5344 tablet_bootstrap.cc:654] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.483069  5345 raft_consensus.cc:359] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.483911  5345 raft_consensus.cc:385] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.484278  5345 raft_consensus.cc:740] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.485271  5345 consensus_queue.cc:260] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.487763  5345 ts_tablet_manager.cc:1434] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260630 12:36:25.488300  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6502893eec4c4b829fe990d47529574f" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:25.489049  5345 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.489133  5225 raft_consensus.cc:2468] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:25.490973  5115 leader_election.cc:304] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.491847  5352 raft_consensus.cc:2804] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:25.492242  5352 raft_consensus.cc:493] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:25.492592  5352 raft_consensus.cc:3060] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.496969  5345 tablet_bootstrap.cc:654] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.502190  5352 raft_consensus.cc:515] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.506486  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6502893eec4c4b829fe990d47529574f" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:25.507328  5225 raft_consensus.cc:3060] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:25.522953  5096 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:25.528288  5352 leader_election.cc:290] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Requested vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.536991  5346 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.537777  5346 ts_tablet_manager.cc:1403] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.093s	user 0.011s	sys 0.004s
I20260630 12:36:25.541442  5225 raft_consensus.cc:2468] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:25.543330  5115 leader_election.cc:304] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.544689  5352 raft_consensus.cc:2804] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:25.555002  5346 raft_consensus.cc:359] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.556176  5346 raft_consensus.cc:385] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.556558  5346 raft_consensus.cc:740] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.557484  5352 raft_consensus.cc:697] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Becoming Leader. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Running, Role: LEADER
I20260630 12:36:25.564102  5352 consensus_queue.cc:237] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.569752  5346 consensus_queue.cc:260] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.572134  5346 ts_tablet_manager.cc:1434] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.034s	user 0.005s	sys 0.004s
I20260630 12:36:25.576406  5150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560f8a9346e0450cbc57ac7d14ef9435" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.577245  5150 raft_consensus.cc:2468] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 394eb139d06b42bb888257295aa1296a in term 0.
I20260630 12:36:25.578917  5189 leader_election.cc:304] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.579855  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6502893eec4c4b829fe990d47529574f" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:25.580566  5299 raft_consensus.cc:2468] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:25.581163  5350 raft_consensus.cc:2804] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:25.581622  5350 raft_consensus.cc:493] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:25.576749  5346 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.581871  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6502893eec4c4b829fe990d47529574f" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:25.582064  5350 raft_consensus.cc:3060] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.582540  5298 raft_consensus.cc:3060] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.589555  5346 tablet_bootstrap.cc:654] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.590243  5344 tablet_bootstrap.cc:492] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.590796  5344 ts_tablet_manager.cc:1403] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.115s	user 0.043s	sys 0.057s
I20260630 12:36:25.592464  5044 catalog_manager.cc:5697] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:25.594007  5344 raft_consensus.cc:359] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.594959  5344 raft_consensus.cc:385] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.595271  5344 raft_consensus.cc:740] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.596076  5344 consensus_queue.cc:260] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.598652  5298 raft_consensus.cc:2468] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:25.598874  5350 raft_consensus.cc:515] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.602384  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560f8a9346e0450cbc57ac7d14ef9435" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:25.603005  5299 raft_consensus.cc:2468] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 394eb139d06b42bb888257295aa1296a in term 0.
I20260630 12:36:25.603826  5346 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.604348  5346 ts_tablet_manager.cc:1403] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.028s	user 0.007s	sys 0.010s
I20260630 12:36:25.604434  5350 leader_election.cc:290] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 election: Requested vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.605880  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560f8a9346e0450cbc57ac7d14ef9435" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:25.606477  5299 raft_consensus.cc:3060] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.607362  5346 raft_consensus.cc:359] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.607800  5150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560f8a9346e0450cbc57ac7d14ef9435" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
I20260630 12:36:25.608141  5346 raft_consensus.cc:385] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.608425  5150 raft_consensus.cc:3060] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.608484  5346 raft_consensus.cc:740] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.609458  5346 consensus_queue.cc:260] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.612179  5346 ts_tablet_manager.cc:1434] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:25.613220  5346 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.600544  5345 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.613807  5345 ts_tablet_manager.cc:1403] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.125s	user 0.025s	sys 0.050s
I20260630 12:36:25.618252  5150 raft_consensus.cc:2468] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 394eb139d06b42bb888257295aa1296a in term 1.
I20260630 12:36:25.600780  5344 ts_tablet_manager.cc:1434] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:36:25.619415  5346 tablet_bootstrap.cc:654] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.619957  5344 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.619856  5189 leader_election.cc:304] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.615878  5299 raft_consensus.cc:2468] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 394eb139d06b42bb888257295aa1296a in term 1.
I20260630 12:36:25.620949  5350 raft_consensus.cc:2804] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:25.622620  5345 raft_consensus.cc:359] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.623997  5345 raft_consensus.cc:385] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.624410  5345 raft_consensus.cc:740] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.625663  5345 consensus_queue.cc:260] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.628952  5344 tablet_bootstrap.cc:654] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.633069  5350 raft_consensus.cc:697] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Becoming Leader. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Running, Role: LEADER
I20260630 12:36:25.633924  5350 consensus_queue.cc:237] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.640664  5344 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.641211  5344 ts_tablet_manager.cc:1403] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.002s
I20260630 12:36:25.642151  5351 raft_consensus.cc:493] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.642858  5351 raft_consensus.cc:515] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.643728  5344 raft_consensus.cc:359] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.644369  5344 raft_consensus.cc:385] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.644618  5344 raft_consensus.cc:740] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.647123  5346 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.647728  5346 ts_tablet_manager.cc:1403] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.035s	user 0.013s	sys 0.001s
I20260630 12:36:25.649279  5345 ts_tablet_manager.cc:1434] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.033s	user 0.008s	sys 0.019s
I20260630 12:36:25.649627  5344 consensus_queue.cc:260] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.650362  5345 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.650584  5346 raft_consensus.cc:359] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.651394  5346 raft_consensus.cc:385] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.651775  5346 raft_consensus.cc:740] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.652791  5346 consensus_queue.cc:260] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.655925  5346 ts_tablet_manager.cc:1434] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:36:25.657404  5346 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.657498  5345 tablet_bootstrap.cc:654] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.661375  5352 raft_consensus.cc:493] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.662092  5352 raft_consensus.cc:515] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.666040  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2901299061d24e848592ac9709594ad8" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:25.666716  5346 tablet_bootstrap.cc:654] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.667002  5225 raft_consensus.cc:2468] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:25.669935  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2901299061d24e848592ac9709594ad8" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:25.670264  5115 leader_election.cc:304] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.670642  5299 raft_consensus.cc:2468] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:25.671291  5370 raft_consensus.cc:2804] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:25.671677  5370 raft_consensus.cc:493] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:25.672082  5370 raft_consensus.cc:3060] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.673058  5352 leader_election.cc:290] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.675802  5380 raft_consensus.cc:493] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.676477  5380 raft_consensus.cc:515] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.681007  5387 raft_consensus.cc:493] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.680848  5150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "341b932c13c844faba94cde1e4dabfbc" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.681563  5387 raft_consensus.cc:515] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:25.681815  5150 raft_consensus.cc:2468] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 394eb139d06b42bb888257295aa1296a in term 0.
I20260630 12:36:25.683816  5189 leader_election.cc:304] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.685386  5377 raft_consensus.cc:2804] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:25.685896  5377 raft_consensus.cc:493] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:25.686299  5377 raft_consensus.cc:3060] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.689985  5380 leader_election.cc:290] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.700567  5377 raft_consensus.cc:515] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.702195  5351 leader_election.cc:290] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:25.709161  5150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "341b932c13c844faba94cde1e4dabfbc" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
I20260630 12:36:25.710130  5150 raft_consensus.cc:3060] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.720865  5150 raft_consensus.cc:2468] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 394eb139d06b42bb888257295aa1296a in term 1.
I20260630 12:36:25.724166  5351 raft_consensus.cc:493] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.724903  5189 leader_election.cc:304] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.726100  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "341b932c13c844faba94cde1e4dabfbc" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:25.726595  5380 raft_consensus.cc:2804] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:25.727483  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "341b932c13c844faba94cde1e4dabfbc" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:25.724973  5351 raft_consensus.cc:515] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
W20260630 12:36:25.729274  5189 leader_election.cc:343] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:25.731113  5189 leader_election.cc:343] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.731791  5351 leader_election.cc:290] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:25.733101  5380 raft_consensus.cc:697] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Becoming Leader. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Running, Role: LEADER
I20260630 12:36:25.734282  5377 leader_election.cc:290] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 election: Requested vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.734356  5380 consensus_queue.cc:237] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.727234  5370 raft_consensus.cc:515] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.740747  5346 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.741684  5346 ts_tablet_manager.cc:1403] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.085s	user 0.042s	sys 0.039s
I20260630 12:36:25.744458  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2901299061d24e848592ac9709594ad8" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:25.745401  5225 raft_consensus.cc:3060] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.747496  5346 raft_consensus.cc:359] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:25.749110  5377 raft_consensus.cc:493] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.750535  5377 raft_consensus.cc:515] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.754312  5150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2282aeb134bd44c6ad9d35b0671b7c88" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.754914  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2901299061d24e848592ac9709594ad8" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:25.755538  5298 raft_consensus.cc:3060] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:25.756078  5189 leader_election.cc:343] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.756560  5225 raft_consensus.cc:2468] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:25.759439  5377 leader_election.cc:290] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.760591  5115 leader_election.cc:304] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:25.761528  5352 raft_consensus.cc:2804] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:25.765256  5298 raft_consensus.cc:2468] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:25.767479  5352 raft_consensus.cc:697] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Becoming Leader. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Running, Role: LEADER
I20260630 12:36:25.768405  5352 consensus_queue.cc:237] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.750550  5346 raft_consensus.cc:385] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.759045  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2282aeb134bd44c6ad9d35b0671b7c88" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:25.773094  5387 leader_election.cc:290] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:25.773890  5346 raft_consensus.cc:740] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
W20260630 12:36:25.774379  5189 leader_election.cc:343] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.774874  5189 leader_election.cc:304] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [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: 394eb139d06b42bb888257295aa1296a; no voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46
I20260630 12:36:25.774785  5346 consensus_queue.cc:260] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:25.775763  5377 raft_consensus.cc:2749] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:25.786327  5344 ts_tablet_manager.cc:1434] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.145s	user 0.026s	sys 0.040s
I20260630 12:36:25.787314  5345 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.787891  5345 ts_tablet_manager.cc:1403] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.138s	user 0.045s	sys 0.024s
I20260630 12:36:25.788995  5042 catalog_manager.cc:5697] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:25.791123  5345 raft_consensus.cc:359] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.791927  5345 raft_consensus.cc:385] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.792321  5345 raft_consensus.cc:740] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.793285  5345 consensus_queue.cc:260] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.794709  5344 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.795732  5345 ts_tablet_manager.cc:1434] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:36:25.795742  5370 leader_election.cc:290] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Requested vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.797478  5345 tablet_bootstrap.cc:492] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.804445  5345 tablet_bootstrap.cc:654] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.805538  5346 ts_tablet_manager.cc:1434] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.063s	user 0.008s	sys 0.001s
I20260630 12:36:25.806638  5346 tablet_bootstrap.cc:492] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.810886  5150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba92ca140bf400094d52eaba77706b1" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.812139  5148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33991268e4904ea19513849b4610d630" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.815848  5148 raft_consensus.cc:2468] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 0.
I20260630 12:36:25.813454  5149 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31a4ee9150c74595ba1c14faae2a7098" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.816826  5149 raft_consensus.cc:2468] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 0.
W20260630 12:36:25.818691  5263 leader_election.cc:343] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.819476  5263 leader_election.cc:304] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
I20260630 12:36:25.820575  5346 tablet_bootstrap.cc:654] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.821121  5384 raft_consensus.cc:2804] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:25.821565  5384 raft_consensus.cc:493] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:25.821668  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31a4ee9150c74595ba1c14faae2a7098" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:25.821941  5384 raft_consensus.cc:3060] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.822062  5223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33991268e4904ea19513849b4610d630" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:25.822858  5223 raft_consensus.cc:2468] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 0.
I20260630 12:36:25.807345  5043 catalog_manager.cc:5697] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a reported cstate change: term changed from 0 to 1, leader changed from <none> to 394eb139d06b42bb888257295aa1296a (127.0.160.130). New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:25.824162  5224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba92ca140bf400094d52eaba77706b1" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:25.820434  5263 leader_election.cc:304] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
W20260630 12:36:25.829418  5264 leader_election.cc:343] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.830859  5384 raft_consensus.cc:515] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.829433  5387 raft_consensus.cc:2804] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:25.833606  5387 raft_consensus.cc:493] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:25.834061  5387 raft_consensus.cc:3060] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.834123  5149 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33991268e4904ea19513849b4610d630" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
I20260630 12:36:25.834899  5149 raft_consensus.cc:3060] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.837376  5350 raft_consensus.cc:493] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.838114  5350 raft_consensus.cc:515] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.842447  5344 tablet_bootstrap.cc:654] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.842332  5148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "374ee63af7c94983a856e8ba563ad8fc" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.843479  5149 raft_consensus.cc:2468] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 1.
I20260630 12:36:25.847113  5345 tablet_bootstrap.cc:492] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.844516  5384 leader_election.cc:290] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Requested vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:25.847234  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "374ee63af7c94983a856e8ba563ad8fc" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:25.847627  5345 ts_tablet_manager.cc:1403] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.051s	user 0.007s	sys 0.010s
W20260630 12:36:25.849138  5189 leader_election.cc:343] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:25.849850  5189 leader_election.cc:343] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.850289  5189 leader_election.cc:304] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [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: 394eb139d06b42bb888257295aa1296a; no voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46
I20260630 12:36:25.850203  5387 raft_consensus.cc:515] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:25.850925  5345 raft_consensus.cc:359] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.851881  5345 raft_consensus.cc:385] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.852239  5345 raft_consensus.cc:740] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.852347  5387 leader_election.cc:290] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Requested vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
W20260630 12:36:25.845000  5264 leader_election.cc:343] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.853118  5264 leader_election.cc:304] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [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: f65674c7aefc4d0fa05ee8f459666f46; no voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424
I20260630 12:36:25.853319  5380 raft_consensus.cc:2749] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:25.845988  5350 leader_election.cc:290] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.851353  5263 leader_election.cc:304] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
I20260630 12:36:25.855193  5345 consensus_queue.cc:260] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.856328  5387 raft_consensus.cc:2749] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:25.856674  5149 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31a4ee9150c74595ba1c14faae2a7098" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
I20260630 12:36:25.855211  5346 tablet_bootstrap.cc:492] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.857069  5387 raft_consensus.cc:2804] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:25.857738  5346 ts_tablet_manager.cc:1403] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.051s	user 0.010s	sys 0.018s
I20260630 12:36:25.859488  5149 raft_consensus.cc:3060] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.862004  5346 raft_consensus.cc:359] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.863013  5346 raft_consensus.cc:385] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.863164  5224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33991268e4904ea19513849b4610d630" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:25.863411  5346 raft_consensus.cc:740] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.863857  5224 raft_consensus.cc:3060] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.866185  5345 ts_tablet_manager.cc:1434] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.003s
I20260630 12:36:25.867215  5149 raft_consensus.cc:2468] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 1.
I20260630 12:36:25.867525  5345 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.857738  5387 raft_consensus.cc:697] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Becoming Leader. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Running, Role: LEADER
I20260630 12:36:25.868871  5387 consensus_queue.cc:237] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.861999  5043 catalog_manager.cc:5697] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a reported cstate change: term changed from 0 to 1, leader changed from <none> to 394eb139d06b42bb888257295aa1296a (127.0.160.130). New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:25.873070  5223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31a4ee9150c74595ba1c14faae2a7098" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:25.875320  5345 tablet_bootstrap.cc:654] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.876885  5344 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.864368  5346 consensus_queue.cc:260] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.877530  5344 ts_tablet_manager.cc:1403] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.083s	user 0.020s	sys 0.015s
I20260630 12:36:25.878759  5346 ts_tablet_manager.cc:1434] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.000s
I20260630 12:36:25.868700  5263 leader_election.cc:304] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
I20260630 12:36:25.879678  5346 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
W20260630 12:36:25.879971  5264 leader_election.cc:343] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.881541  5384 raft_consensus.cc:2804] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:25.882181  5384 raft_consensus.cc:697] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Becoming Leader. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Running, Role: LEADER
I20260630 12:36:25.882956  5384 consensus_queue.cc:237] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:25.883980  5344 raft_consensus.cc:359] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.884699  5344 raft_consensus.cc:385] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.885035  5344 raft_consensus.cc:740] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.885284  5346 tablet_bootstrap.cc:654] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.885859  5344 consensus_queue.cc:260] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.887903  5344 ts_tablet_manager.cc:1434] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.002s
I20260630 12:36:25.889017  5344 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.894093  5351 raft_consensus.cc:493] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.894692  5351 raft_consensus.cc:515] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.897368  5351 leader_election.cc:290] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:25.899968  5149 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca16d3f4fdb047969549546166f7dd82" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.900480  5223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca16d3f4fdb047969549546166f7dd82" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:25.900632  5149 raft_consensus.cc:2468] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 0.
W20260630 12:36:25.901716  5264 leader_election.cc:343] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.902331  5263 leader_election.cc:304] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [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: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 394eb139d06b42bb888257295aa1296a
I20260630 12:36:25.902715  5344 tablet_bootstrap.cc:654] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.903470  5351 raft_consensus.cc:2804] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:25.903892  5351 raft_consensus.cc:493] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:25.904247  5351 raft_consensus.cc:3060] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.912120  5351 raft_consensus.cc:515] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.915800  5149 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca16d3f4fdb047969549546166f7dd82" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
I20260630 12:36:25.916424  5149 raft_consensus.cc:3060] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.916908  5346 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.916958  5223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca16d3f4fdb047969549546166f7dd82" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:25.917732  5346 ts_tablet_manager.cc:1403] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.038s	user 0.008s	sys 0.007s
W20260630 12:36:25.919382  5264 leader_election.cc:343] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:25.920945  5224 raft_consensus.cc:2468] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 1.
I20260630 12:36:25.921252  5346 raft_consensus.cc:359] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.922159  5346 raft_consensus.cc:385] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.922485  5346 raft_consensus.cc:740] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.923568  5346 consensus_queue.cc:260] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.925966  5149 raft_consensus.cc:2468] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 1.
I20260630 12:36:25.927347  5263 leader_election.cc:304] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [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: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 394eb139d06b42bb888257295aa1296a
I20260630 12:36:25.932945  5345 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.932972  5344 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.934314  5346 ts_tablet_manager.cc:1434] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:36:25.934895  5345 ts_tablet_manager.cc:1403] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.068s	user 0.018s	sys 0.015s
I20260630 12:36:25.934139  5043 catalog_manager.cc:5697] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: term changed from 0 to 1, leader changed from <none> to f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:25.935775  5346 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.937323  5387 raft_consensus.cc:2804] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:25.937850  5387 raft_consensus.cc:697] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Becoming Leader. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Running, Role: LEADER
I20260630 12:36:25.937904  5345 raft_consensus.cc:359] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.938719  5345 raft_consensus.cc:385] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.938656  5387 consensus_queue.cc:237] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.939087  5345 raft_consensus.cc:740] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.939850  5345 consensus_queue.cc:260] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.934895  5344 ts_tablet_manager.cc:1403] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.046s	user 0.021s	sys 0.004s
I20260630 12:36:25.941941  5345 ts_tablet_manager.cc:1434] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:25.943524  5351 leader_election.cc:290] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Requested vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:25.944392  5344 raft_consensus.cc:359] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.945161  5344 raft_consensus.cc:385] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.945433  5344 raft_consensus.cc:740] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.946115  5344 consensus_queue.cc:260] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.946864  5346 tablet_bootstrap.cc:654] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.948342  5344 ts_tablet_manager.cc:1434] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.000s
I20260630 12:36:25.949389  5344 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.949611  5345 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.955245  5344 tablet_bootstrap.cc:654] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.957083  5345 tablet_bootstrap.cc:654] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.960426  5350 raft_consensus.cc:493] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:25.961169  5350 raft_consensus.cc:515] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.965154  5149 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca16d3f4fdb047969549546166f7dd82" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:25.966010  5149 raft_consensus.cc:2393] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 394eb139d06b42bb888257295aa1296a in current term 1: Already voted for candidate f65674c7aefc4d0fa05ee8f459666f46 in this term.
I20260630 12:36:25.967593  5346 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:25.968302  5346 ts_tablet_manager.cc:1403] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.000s
I20260630 12:36:25.971954  5346 raft_consensus.cc:359] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.975991  5345 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:25.976708  5345 ts_tablet_manager.cc:1403] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.027s	user 0.006s	sys 0.005s
I20260630 12:36:25.979640  5350 leader_election.cc:290] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:25.980612  5346 raft_consensus.cc:385] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.981031  5346 raft_consensus.cc:740] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.982211  5344 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:25.982782  5344 ts_tablet_manager.cc:1403] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.034s	user 0.019s	sys 0.014s
I20260630 12:36:25.982457  5345 raft_consensus.cc:359] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.983170  5345 raft_consensus.cc:385] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.983457  5345 raft_consensus.cc:740] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.983625  5299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca16d3f4fdb047969549546166f7dd82" candidate_uuid: "394eb139d06b42bb888257295aa1296a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:25.984416  5346 consensus_queue.cc:260] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.985569  5189 leader_election.cc:304] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [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: 394eb139d06b42bb888257295aa1296a; no voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46
I20260630 12:36:25.985998  5344 raft_consensus.cc:359] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.986801  5344 raft_consensus.cc:385] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:25.986837  5350 raft_consensus.cc:3060] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:25.987182  5344 raft_consensus.cc:740] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:25.987133  5345 consensus_queue.cc:260] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.988595  5344 consensus_queue.cc:260] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:25.989530  5345 ts_tablet_manager.cc:1434] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.002s
I20260630 12:36:25.990486  5345 tablet_bootstrap.cc:492] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:25.991068  5344 ts_tablet_manager.cc:1434] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:25.992069  5344 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:25.994886  5350 raft_consensus.cc:2749] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:25.996106  5345 tablet_bootstrap.cc:654] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:25.986876  5346 ts_tablet_manager.cc:1434] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.018s	user 0.009s	sys 0.000s
I20260630 12:36:25.997869  5346 tablet_bootstrap.cc:492] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Bootstrap starting.
I20260630 12:36:25.998364  5344 tablet_bootstrap.cc:654] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.004233  5346 tablet_bootstrap.cc:654] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.008625  5351 raft_consensus.cc:493] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.009205  5351 raft_consensus.cc:515] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.011400  5351 leader_election.cc:290] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:26.013271  5149 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82df505913cf4ec0ac2a99f9af2e4a03" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:26.015434  5344 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:26.015555  5224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82df505913cf4ec0ac2a99f9af2e4a03" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:26.016336  5344 ts_tablet_manager.cc:1403] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.002s
I20260630 12:36:26.016453  5224 raft_consensus.cc:2468] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 0.
W20260630 12:36:26.017609  5263 leader_election.cc:343] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:26.015600  5042 catalog_manager.cc:5697] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: term changed from 0 to 1, leader changed from <none> to f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:26.019133  5345 tablet_bootstrap.cc:492] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:26.019670  5345 ts_tablet_manager.cc:1403] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.002s
I20260630 12:36:26.019693  5344 raft_consensus.cc:359] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.020117  5264 leader_election.cc:304] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [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: 394eb139d06b42bb888257295aa1296a, f65674c7aefc4d0fa05ee8f459666f46; no voters: 9fd0d3fd975d4af28ee71e5b9d6d3424
I20260630 12:36:26.020731  5344 raft_consensus.cc:385] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.020005  5042 catalog_manager.cc:5697] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: term changed from 0 to 1, leader changed from <none> to f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:26.021123  5344 raft_consensus.cc:740] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.022137  5351 raft_consensus.cc:2804] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.022105  5344 consensus_queue.cc:260] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.022642  5351 raft_consensus.cc:493] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.022562  5345 raft_consensus.cc:359] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.023140  5351 raft_consensus.cc:3060] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.023309  5345 raft_consensus.cc:385] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.023697  5345 raft_consensus.cc:740] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.024346  5350 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.025115  5344 ts_tablet_manager.cc:1434] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:36:26.030296  5344 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46: Bootstrap starting.
I20260630 12:36:26.026062  5346 tablet_bootstrap.cc:492] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424: No bootstrap required, opened a new log
I20260630 12:36:26.026479  5345 consensus_queue.cc:260] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.034113  5345 ts_tablet_manager.cc:1434] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.002s
I20260630 12:36:26.034724  5346 ts_tablet_manager.cc:1403] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent bootstrapping tablet: real 0.037s	user 0.007s	sys 0.008s
I20260630 12:36:26.035070  5344 tablet_bootstrap.cc:654] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.036142  5370 raft_consensus.cc:493] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.036648  5370 raft_consensus.cc:515] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.037652  5345 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a: Bootstrap starting.
I20260630 12:36:26.037547  5346 raft_consensus.cc:359] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.038760  5346 raft_consensus.cc:385] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.039001  5370 leader_election.cc:290] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.039076  5346 raft_consensus.cc:740] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.040234  5370 raft_consensus.cc:493] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.040087  5346 consensus_queue.cc:260] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.040769  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3491238a3ff146429623ac8c80bf297e" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:26.041548  5298 raft_consensus.cc:2468] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.042346  5346 ts_tablet_manager.cc:1434] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:26.042865  5224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3491238a3ff146429623ac8c80bf297e" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:26.043535  5224 raft_consensus.cc:2468] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.045135  5114 leader_election.cc:304] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
I20260630 12:36:26.046387  5352 raft_consensus.cc:2804] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.046742  5352 raft_consensus.cc:493] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.047091  5352 raft_consensus.cc:3060] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.047449  5345 tablet_bootstrap.cc:654] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.040685  5370 raft_consensus.cc:515] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.052604  5370 leader_election.cc:290] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.054173  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba92ca140bf400094d52eaba77706b1" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:26.055148  5298 raft_consensus.cc:2468] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.056239  5351 raft_consensus.cc:515] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.056945  5114 leader_election.cc:304] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
I20260630 12:36:26.057991  5224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba92ca140bf400094d52eaba77706b1" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:26.062988  5370 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.075027  5391 raft_consensus.cc:2804] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.075421  5224 raft_consensus.cc:2468] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.075456  5391 raft_consensus.cc:493] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.076364  5391 raft_consensus.cc:3060] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.082541  5148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82df505913cf4ec0ac2a99f9af2e4a03" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424"
I20260630 12:36:26.083182  5148 raft_consensus.cc:3060] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.084249  5350 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.085063  5351 leader_election.cc:290] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Requested vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:26.085996  5223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82df505913cf4ec0ac2a99f9af2e4a03" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:26.085942  5391 raft_consensus.cc:515] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.086747  5223 raft_consensus.cc:3060] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.094617  5148 raft_consensus.cc:2468] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 1.
I20260630 12:36:26.095044  5352 raft_consensus.cc:515] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.096104  5263 leader_election.cc:304] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
I20260630 12:36:26.102466  5352 leader_election.cc:290] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Requested vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.102723  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3491238a3ff146429623ac8c80bf297e" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:26.103361  5225 raft_consensus.cc:3060] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.104563  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3491238a3ff146429623ac8c80bf297e" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:26.105209  5298 raft_consensus.cc:3060] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.105801  5391 leader_election.cc:290] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Requested vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.107741  5222 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba92ca140bf400094d52eaba77706b1" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:26.108369  5222 raft_consensus.cc:3060] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.108780  5223 raft_consensus.cc:2468] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f65674c7aefc4d0fa05ee8f459666f46 in term 1.
I20260630 12:36:26.109948  5387 raft_consensus.cc:493] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.110441  5387 raft_consensus.cc:515] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.112586  5387 leader_election.cc:290] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:26.097774  5351 raft_consensus.cc:2804] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.113409  5225 raft_consensus.cc:2468] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.113785  5351 raft_consensus.cc:697] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Becoming Leader. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Running, Role: LEADER
I20260630 12:36:26.115360  5115 leader_election.cc:304] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:26.116107  5222 raft_consensus.cc:2468] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.116758  5391 raft_consensus.cc:2804] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.117919  5115 leader_election.cc:304] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:26.120242  5344 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46: No bootstrap required, opened a new log
I20260630 12:36:26.121003  5344 ts_tablet_manager.cc:1403] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46: Time spent bootstrapping tablet: real 0.091s	user 0.029s	sys 0.020s
I20260630 12:36:26.119650  5391 raft_consensus.cc:697] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Becoming Leader. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Running, Role: LEADER
I20260630 12:36:26.126788  5391 consensus_queue.cc:237] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.119388  5297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba92ca140bf400094d52eaba77706b1" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:26.128767  5297 raft_consensus.cc:3060] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.130730  5344 raft_consensus.cc:359] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.118966  5351 consensus_queue.cc:237] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.131600  5344 raft_consensus.cc:385] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.131992  5344 raft_consensus.cc:740] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f65674c7aefc4d0fa05ee8f459666f46, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.119242  5222 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "341b932c13c844faba94cde1e4dabfbc" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:26.132776  5344 consensus_queue.cc:260] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.137190  5370 raft_consensus.cc:2804] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.137720  5370 raft_consensus.cc:697] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Becoming Leader. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Running, Role: LEADER
I20260630 12:36:26.143714  5345 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a: No bootstrap required, opened a new log
I20260630 12:36:26.153016  5345 ts_tablet_manager.cc:1403] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a: Time spent bootstrapping tablet: real 0.116s	user 0.012s	sys 0.012s
I20260630 12:36:26.132987  5148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "341b932c13c844faba94cde1e4dabfbc" candidate_uuid: "f65674c7aefc4d0fa05ee8f459666f46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" is_pre_election: true
I20260630 12:36:26.158520  5344 ts_tablet_manager.cc:1434] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46: Time spent starting tablet: real 0.037s	user 0.007s	sys 0.001s
I20260630 12:36:26.138581  5370 consensus_queue.cc:237] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.156167  5298 raft_consensus.cc:2468] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.168381  5345 raft_consensus.cc:359] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:26.173738  5345 raft_consensus.cc:385] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.174326  5345 raft_consensus.cc:740] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394eb139d06b42bb888257295aa1296a, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.175544  5345 consensus_queue.cc:260] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } }
I20260630 12:36:26.177523  5296 raft_consensus.cc:3060] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.180491  5414 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:26.183127  5297 raft_consensus.cc:2468] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.173825  5148 raft_consensus.cc:2393] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f65674c7aefc4d0fa05ee8f459666f46 in current term 1: Already voted for candidate 394eb139d06b42bb888257295aa1296a in this term.
I20260630 12:36:26.186146  5263 leader_election.cc:304] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [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: f65674c7aefc4d0fa05ee8f459666f46; no voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424
I20260630 12:36:26.191779  5345 ts_tablet_manager.cc:1434] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a: Time spent starting tablet: real 0.036s	user 0.004s	sys 0.003s
I20260630 12:36:26.202416  5384 raft_consensus.cc:2749] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:26.204259  5350 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.006s
I20260630 12:36:26.210839  5044 catalog_manager.cc:5697] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:26.213711  5046 catalog_manager.cc:5697] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: term changed from 0 to 1, leader changed from <none> to f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:26.224203  5350 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.228359  5370 raft_consensus.cc:493] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.229007  5370 raft_consensus.cc:515] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.230788  5352 raft_consensus.cc:493] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.231380  5352 raft_consensus.cc:515] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.233327  5222 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "374ee63af7c94983a856e8ba563ad8fc" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:26.233644  5352 leader_election.cc:290] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.234066  5222 raft_consensus.cc:2468] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.234405  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2282aeb134bd44c6ad9d35b0671b7c88" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a" is_pre_election: true
I20260630 12:36:26.235004  5225 raft_consensus.cc:2468] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.235983  5115 leader_election.cc:304] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:26.236545  5370 leader_election.cc:290] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.237082  5370 raft_consensus.cc:2804] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.237033  5115 leader_election.cc:304] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:26.237540  5370 raft_consensus.cc:493] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.237936  5370 raft_consensus.cc:3060] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.237785  5296 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "374ee63af7c94983a856e8ba563ad8fc" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:26.238229  5352 raft_consensus.cc:2804] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.238572  5296 raft_consensus.cc:2468] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.238729  5352 raft_consensus.cc:493] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.239130  5352 raft_consensus.cc:3060] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.241406  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2282aeb134bd44c6ad9d35b0671b7c88" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46" is_pre_election: true
I20260630 12:36:26.242126  5298 raft_consensus.cc:2468] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 0.
I20260630 12:36:26.246838  5352 raft_consensus.cc:515] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.247033  5370 raft_consensus.cc:515] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.249276  5370 leader_election.cc:290] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Requested vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.249275  5352 leader_election.cc:290] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Requested vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:26.250355  5225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "374ee63af7c94983a856e8ba563ad8fc" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:26.250799  5222 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2282aeb134bd44c6ad9d35b0671b7c88" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394eb139d06b42bb888257295aa1296a"
I20260630 12:36:26.251034  5225 raft_consensus.cc:3060] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.250949  5296 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2282aeb134bd44c6ad9d35b0671b7c88" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:26.251403  5222 raft_consensus.cc:3060] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.251772  5296 raft_consensus.cc:3060] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.253324  5042 catalog_manager.cc:5697] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:26.257253  5298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "374ee63af7c94983a856e8ba563ad8fc" candidate_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f65674c7aefc4d0fa05ee8f459666f46"
I20260630 12:36:26.257949  5298 raft_consensus.cc:3060] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.258683  5222 raft_consensus.cc:2468] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.258726  5225 raft_consensus.cc:2468] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.259119  5296 raft_consensus.cc:2468] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.260079  5115 leader_election.cc:304] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424; no voters: 
I20260630 12:36:26.260658  5114 leader_election.cc:304] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46; no voters: 
I20260630 12:36:26.260848  5352 raft_consensus.cc:2804] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.261548  5352 raft_consensus.cc:697] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Becoming Leader. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Running, Role: LEADER
I20260630 12:36:26.261662  5391 raft_consensus.cc:2804] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.262190  5391 raft_consensus.cc:697] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Becoming Leader. State: Replica: 9fd0d3fd975d4af28ee71e5b9d6d3424, State: Running, Role: LEADER
I20260630 12:36:26.262323  5352 consensus_queue.cc:237] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.262741  5391 consensus_queue.cc:237] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } }
I20260630 12:36:26.270560  5298 raft_consensus.cc:2468] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fd0d3fd975d4af28ee71e5b9d6d3424 in term 1.
I20260630 12:36:26.279476  5384 consensus_queue.cc:1048] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:26.281667  5042 catalog_manager.cc:5697] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:26.283171  5042 catalog_manager.cc:5697] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:26.293330  5387 consensus_queue.cc:1048] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.336740  5391 consensus_queue.cc:1048] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.345225  5351 consensus_queue.cc:1048] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.349362  5387 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.350589  5352 consensus_queue.cc:1048] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.367556  5351 consensus_queue.cc:1048] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:26.381321  5222 raft_consensus.cc:3060] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.390882  5384 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.520421  5384 consensus_queue.cc:1048] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.573663  5432 consensus_queue.cc:1048] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:26.578158  5370 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.578534  5352 consensus_queue.cc:1048] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.591212  5352 consensus_queue.cc:1048] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:26.611821  5391 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.667368  5352 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.701743  5352 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.709169  5352 consensus_queue.cc:1048] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:26.731904  5414 consensus_queue.cc:1048] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:27.136978  5115 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:37167, user_credentials={real_user=slave}} blocked reactor thread for 62210.8us
W20260630 12:36:27.188946  5115 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:37167, user_credentials={real_user=slave}} blocked reactor thread for 45661.6us
W20260630 12:36:27.333897  5189 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:38433, user_credentials={real_user=slave}} blocked reactor thread for 87823.8us
W20260630 12:36:27.676136  5514 log.cc:927] Time spent T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Append to log took a long time: real 0.093s	user 0.002s	sys 0.000s
W20260630 12:36:27.757025  5518 log.cc:927] Time spent T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Append to log took a long time: real 0.054s	user 0.001s	sys 0.000s
W20260630 12:36:27.851037  5520 log.cc:927] Time spent T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Append to log took a long time: real 0.108s	user 0.001s	sys 0.000s
W20260630 12:36:27.902752  5263 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.129:46835, user_credentials={real_user=slave}} blocked reactor thread for 44476.6us
W20260630 12:36:27.928193  5329 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.160.131:38433, user_credentials={real_user=slave}} blocked reactor thread for 63864.6us
I20260630 12:36:27.962522  5523 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=40, attempt_no=0}) took 1066 ms. Trace:
I20260630 12:36:27.977445  5521 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=0, attempt_no=0}) took 1066 ms. Trace:
I20260630 12:36:27.986776  5464 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=17, attempt_no=0}) took 1140 ms. Trace:
W20260630 12:36:27.998207  5528 log.cc:927] Time spent T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a: Append to log took a long time: real 0.064s	user 0.000s	sys 0.001s
I20260630 12:36:28.014816  5502 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=35, attempt_no=0}) took 1032 ms. Trace:
I20260630 12:36:27.963033  5523 rpcz_store.cc:276] 0630 12:36:26.900622 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.904815 (+  4193us) service_pool.cc:224] Handling call
0630 12:36:27.961388 (+1056573us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.189793 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6ba92ca140bf400094d52eaba77706b1
0630 12:36:27.200497 (+ 10704us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.200549 (+    52us) write_op.cc:435] Acquired schema lock
0630 12:36:27.200568 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:27.201135 (+   567us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.201181 (+    46us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.201207 (+    26us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:27.201646 (+   439us) tablet.cc:701] Row locks acquired
0630 12:36:27.201665 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:27.201853 (+   188us) write_op.cc:270] Start()
0630 12:36:27.201982 (+   129us) write_op.cc:276] Timestamp: P: 1782822987201806 usec, L: 0
0630 12:36:27.201998 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.202570 (+   572us) log.cc:844] Serialized 519 byte log entry
0630 12:36:27.754534 (+551964us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.768739 (+ 14205us) write_op.cc:301] APPLY: starting
0630 12:36:27.769880 (+  1141us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.782150 (+ 12270us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.809676 (+ 27526us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.907312 (+ 97636us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:27.915451 (+  8139us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:27.915494 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:27.915717 (+   223us) log.cc:844] Serialized 46 byte log entry
0630 12:36:27.915886 (+   169us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:27.915971 (+    85us) write_op.cc:454] Released schema lock
0630 12:36:27.916016 (+    45us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:27.957679 (+ 41663us) spinlock_profiling.cc:243] Waited 3.7 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b1489ae 00007f443b15c4fe 00007f4441e35e51 00007f44408883ad 00007f4440887b53 00007f444088bd61 00007f444088bd19 00007f444088bca9 00007f444088bc71 00007f444088ae9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":12563,"mutex_wait_us":9517,"num_ops":5,"prepare.queue_time_us":277217,"prepare.run_cpu_time_us":3283,"prepare.run_wall_time_us":16351,"replication_time_us":552425,"spinlock_wait_cycles":8510848}]]}
I20260630 12:36:28.025298  5516 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43404 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=7, attempt_no=0}) took 1032 ms. Trace:
I20260630 12:36:28.059732  5474 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=34, attempt_no=0}) took 1097 ms. Trace:
I20260630 12:36:28.015316  5502 rpcz_store.cc:276] 0630 12:36:26.999622 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:27.003012 (+  3390us) service_pool.cc:224] Handling call
0630 12:36:28.014746 (+1011734us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.513443 (+     0us) write_op.cc:183] PREPARE: starting on tablet 82df505913cf4ec0ac2a99f9af2e4a03
0630 12:36:27.554241 (+ 40798us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.555332 (+  1091us) write_op.cc:435] Acquired schema lock
0630 12:36:27.555344 (+    12us) tablet.cc:662] Decoding operations
0630 12:36:27.559367 (+  4023us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.559420 (+    53us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.559445 (+    25us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:27.559839 (+   394us) tablet.cc:701] Row locks acquired
0630 12:36:27.559848 (+     9us) write_op.cc:260] PREPARE: finished
0630 12:36:27.560581 (+   733us) write_op.cc:270] Start()
0630 12:36:27.560703 (+   122us) write_op.cc:276] Timestamp: P: 1782822987559986 usec, L: 0
0630 12:36:27.560734 (+    31us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.717630 (+156896us) log.cc:844] Serialized 605 byte log entry
0630 12:36:27.787521 (+ 69891us) spinlock_profiling.cc:243] Waited 129 ms on lock 0x7b540039f154. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443ce4be28 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901 00007f4440889b2d 000000000043f3c4 000000000043f209
0630 12:36:27.838224 (+ 50703us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.856422 (+ 18198us) write_op.cc:301] APPLY: starting
0630 12:36:27.858742 (+  2320us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.911544 (+ 52802us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.911559 (+    15us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.997333 (+ 85774us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.011233 (+ 13900us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.013101 (+  1868us) write_op.cc:312] APPLY: finished
0630 12:36:28.013400 (+   299us) log.cc:844] Serialized 58 byte log entry
0630 12:36:28.014253 (+   853us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.014354 (+   101us) write_op.cc:454] Released schema lock
0630 12:36:28.014404 (+    50us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":8331,"mutex_wait_us":4302,"num_ops":7,"prepare.queue_time_us":469381,"prepare.run_cpu_time_us":6504,"prepare.run_wall_time_us":288591,"replication_time_us":277365,"spinlock_wait_cycles":296780544}]]}
I20260630 12:36:28.079450  5524 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=44, attempt_no=0}) took 1078 ms. Trace:
I20260630 12:36:28.065289  5511 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=24, attempt_no=0}) took 1169 ms. Trace:
W20260630 12:36:28.088653  5526 log.cc:927] Time spent T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a: Append to log took a long time: real 0.113s	user 0.000s	sys 0.001s
W20260630 12:36:28.092255  5527 log.cc:927] Time spent T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a: Append to log took a long time: real 0.097s	user 0.000s	sys 0.001s
I20260630 12:36:27.987267  5464 rpcz_store.cc:276] 0630 12:36:26.846324 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.851581 (+  5257us) service_pool.cc:224] Handling call
0630 12:36:27.986561 (+1134980us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:26.994594 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2282aeb134bd44c6ad9d35b0671b7c88
0630 12:36:27.000299 (+  5705us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.000350 (+    51us) write_op.cc:435] Acquired schema lock
0630 12:36:27.000372 (+    22us) tablet.cc:662] Decoding operations
0630 12:36:27.000860 (+   488us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.000956 (+    96us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.000997 (+    41us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:27.001301 (+   304us) tablet.cc:701] Row locks acquired
0630 12:36:27.001322 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:27.001569 (+   247us) write_op.cc:270] Start()
0630 12:36:27.001721 (+   152us) write_op.cc:276] Timestamp: P: 1782822987001506 usec, L: 0
0630 12:36:27.001753 (+    32us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.012741 (+ 10988us) log.cc:844] Serialized 388 byte log entry
0630 12:36:27.820555 (+807814us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.821438 (+   883us) write_op.cc:301] APPLY: starting
0630 12:36:27.821516 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.821627 (+   111us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.821717 (+    90us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.822149 (+   432us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:27.822304 (+   155us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:27.822350 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:27.822535 (+   185us) log.cc:844] Serialized 28 byte log entry
0630 12:36:27.855587 (+ 33052us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:27.857383 (+  1796us) write_op.cc:454] Released schema lock
0630 12:36:27.858215 (+   832us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:27.905651 (+ 47436us) spinlock_profiling.cc:243] Waited 444 ms on lock 0x7b580024a7d0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdba090 00007f443cdaa43c 00007f443cdb0d53 00007f443cdb0cd9 00007f443cdb0c69 00007f443cdb0c31 00007f443cdafdfd 000000000043f3c4 000000000043f209 00007f4439d64ab5 00007f4439d66e01
0630 12:36:27.986431 (+ 80780us) spinlock_profiling.cc:243] Waited 6.69 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b1489ae 00007f443b15c4fe 00007f4441e35e51 00007f44408883ad 00007f4440887b53 00007f444088bd61 00007f444088bd19 00007f444088bca9 00007f444088bc71 00007f444088ae9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":700,"mutex_wait_us":5870,"num_ops":2,"prepare.queue_time_us":125684,"prepare.run_cpu_time_us":4102,"prepare.run_wall_time_us":39784,"raft.queue_time_us":10979,"raft.run_cpu_time_us":5882,"raft.run_wall_time_us":872821,"replication_time_us":818699,"spinlock_wait_cycles":1036263040}]]}
I20260630 12:36:27.977949  5521 rpcz_store.cc:276] 0630 12:36:26.843512 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.845547 (+  2035us) service_pool.cc:224] Handling call
0630 12:36:27.908403 (+1062856us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:26.886496 (+     0us) write_op.cc:183] PREPARE: starting on tablet 374ee63af7c94983a856e8ba563ad8fc
0630 12:36:26.888437 (+  1941us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:26.888474 (+    37us) write_op.cc:435] Acquired schema lock
0630 12:36:26.888506 (+    32us) tablet.cc:662] Decoding operations
0630 12:36:26.888947 (+   441us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:26.889007 (+    60us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:26.889043 (+    36us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:26.889262 (+   219us) tablet.cc:701] Row locks acquired
0630 12:36:26.889279 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:36:26.889488 (+   209us) write_op.cc:270] Start()
0630 12:36:26.889621 (+   133us) write_op.cc:276] Timestamp: P: 1782822986889436 usec, L: 0
0630 12:36:26.889643 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:26.890542 (+   899us) log.cc:844] Serialized 388 byte log entry
0630 12:36:27.010051 (+119509us) spinlock_profiling.cc:243] Waited 4.27 ms on lock 0x7b540028ada0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdba090 00007f443cdc76b8 00007f443cdc72fa 00007f443ce4b965 00007f443ce4be09 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901
0630 12:36:27.192406 (+182355us) spinlock_profiling.cc:243] Waited 2.85 ms on lock 0x7b540028ada0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdc9142 00007f443cda9eaa 00007f443cdb0d53 00007f443cdb0cd9 00007f443cdb0c69 00007f443cdb0c31 00007f443cdafdfd 000000000043f3c4 000000000043f209 00007f4439d64ab5
0630 12:36:27.797472 (+605066us) spinlock_profiling.cc:243] Waited 2.48 ms on lock 0x7b540028ada0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdce343 00007f443cdde998 00007f443cdde939 00007f443cdde8c9 00007f443cdde891 00007f443cdddb8d 000000000043f3c4 000000000043f209 00007f4439d64ab5 00007f4439d66e01
0630 12:36:27.798318 (+   846us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.798685 (+   367us) write_op.cc:301] APPLY: starting
0630 12:36:27.798763 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.798877 (+   114us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.798896 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.801990 (+  3094us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:27.802206 (+   216us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:27.802272 (+    66us) write_op.cc:312] APPLY: finished
0630 12:36:27.802581 (+   309us) log.cc:844] Serialized 28 byte log entry
0630 12:36:27.842814 (+ 40233us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:27.845069 (+  2255us) write_op.cc:454] Released schema lock
0630 12:36:27.855678 (+ 10609us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":104,"mutex_wait_us":10508,"num_ops":2,"prepare.queue_time_us":38107,"prepare.run_cpu_time_us":7059,"prepare.run_wall_time_us":143445,"raft.queue_time_us":25318,"raft.run_cpu_time_us":19166,"raft.run_wall_time_us":839121,"replication_time_us":908531,"spinlock_wait_cycles":22093312,"thread_start_us":30099,"threads_started":2}]]}
I20260630 12:36:28.165156  5521 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=41, attempt_no=0}) took 1257 ms. Trace:
W20260630 12:36:28.173833  5533 log.cc:927] Time spent T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a: Append to log took a long time: real 0.054s	user 0.000s	sys 0.000s
I20260630 12:36:28.175522  5472 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43404 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=42, attempt_no=0}) took 1139 ms. Trace:
I20260630 12:36:28.165704  5521 rpcz_store.cc:276] 0630 12:36:26.908993 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.910832 (+  1839us) service_pool.cc:224] Handling call
0630 12:36:28.165084 (+1254252us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.106785 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2282aeb134bd44c6ad9d35b0671b7c88
0630 12:36:27.107278 (+   493us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.107303 (+    25us) write_op.cc:435] Acquired schema lock
0630 12:36:27.107322 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:27.107810 (+   488us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.107854 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.107880 (+    26us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:27.124262 (+ 16382us) tablet.cc:701] Row locks acquired
0630 12:36:27.126142 (+  1880us) write_op.cc:260] PREPARE: finished
0630 12:36:27.133966 (+  7824us) write_op.cc:270] Start()
0630 12:36:27.138087 (+  4121us) write_op.cc:276] Timestamp: P: 1782822987133541 usec, L: 0
0630 12:36:27.139520 (+  1433us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.465163 (+325643us) spinlock_profiling.cc:243] Waited 2.63 ms on lock 0x7b540028b2a0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdcd520 00007f443ce56b42 00007f443ce4bf67 00007f443ce4bda4 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901
0630 12:36:27.559469 (+ 94306us) spinlock_profiling.cc:243] Waited 1.16 ms on lock 0x7b540028b318. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4441b325c4 00007f443ce0b939 00007f443cdc7621 00007f443cdc72fa 00007f443ce4b965 00007f443ce4be09 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939
0630 12:36:27.559836 (+   367us) log.cc:844] Serialized 562 byte log entry
0630 12:36:27.936622 (+376786us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.159292 (+222670us) write_op.cc:301] APPLY: starting
0630 12:36:28.159384 (+    92us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.159550 (+   166us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.159570 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.160476 (+   906us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.160651 (+   175us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.160693 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:28.161913 (+  1220us) log.cc:844] Serialized 52 byte log entry
0630 12:36:28.164589 (+  2676us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.164691 (+   102us) write_op.cc:454] Released schema lock
0630 12:36:28.164739 (+    48us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":222484,"num_ops":6,"prepare.queue_time_us":145072,"prepare.run_cpu_time_us":16400,"prepare.run_wall_time_us":453367,"replication_time_us":796981,"spinlock_wait_cycles":8728192}]]}
I20260630 12:36:28.032670  5516 rpcz_store.cc:276] 0630 12:36:26.985783 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.986177 (+   394us) service_pool.cc:224] Handling call
0630 12:36:27.226471 (+240294us) spinlock_profiling.cc:243] Waited 2.9 ms on lock 0x7b34001f6d78. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.016173 (+789702us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.448961 (+     0us) write_op.cc:183] PREPARE: starting on tablet 560f8a9346e0450cbc57ac7d14ef9435
0630 12:36:27.453353 (+  4392us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.453386 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:36:27.453400 (+    14us) tablet.cc:662] Decoding operations
0630 12:36:27.474029 (+ 20629us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.474075 (+    46us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.474104 (+    29us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:27.474349 (+   245us) tablet.cc:701] Row locks acquired
0630 12:36:27.474371 (+    22us) write_op.cc:260] PREPARE: finished
0630 12:36:27.474555 (+   184us) write_op.cc:270] Start()
0630 12:36:27.474669 (+   114us) write_op.cc:276] Timestamp: P: 1782822987474505 usec, L: 0
0630 12:36:27.474690 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.475300 (+   610us) log.cc:844] Serialized 432 byte log entry
0630 12:36:27.852462 (+377162us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.945044 (+ 92582us) spinlock_profiling.cc:243] Waited 4.41 ms on lock 0x7b1800289060. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4442c2abf1 00007f4442c37391 00007f4439d64a33 00007f4439d66e01 00007f4439d66db9 00007f4439d66d49 00007f4439d66d11 00007f4439d6600d 000000000043f3c4 000000000043f209 00007f4439d47e7a
0630 12:36:27.947616 (+  2572us) write_op.cc:301] APPLY: starting
0630 12:36:27.947695 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.947838 (+   143us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.947864 (+    26us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.988488 (+ 40624us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:27.989194 (+   706us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:27.989273 (+    79us) write_op.cc:312] APPLY: finished
0630 12:36:27.990527 (+  1254us) log.cc:844] Serialized 34 byte log entry
0630 12:36:27.992168 (+  1641us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:27.997744 (+  5576us) write_op.cc:454] Released schema lock
0630 12:36:27.999039 (+  1295us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":6665472,"child_traces":[["op",{"apply.queue_time_us":94982,"num_ops":3,"prepare.queue_time_us":218996,"prepare.run_cpu_time_us":3559,"prepare.run_wall_time_us":33294,"raft.queue_time_us":1832,"raft.run_cpu_time_us":35,"raft.run_wall_time_us":37,"replication_time_us":377640,"spinlock_wait_cycles":10138496}]]}
I20260630 12:36:28.185745  5523 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=33, attempt_no=0}) took 1296 ms. Trace:
W20260630 12:36:28.189466  5329 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.160.129:46835, user_credentials={real_user=slave}} blocked reactor thread for 72571.7us
I20260630 12:36:28.087049  5511 rpcz_store.cc:276] 0630 12:36:26.847383 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.875128 (+ 27745us) service_pool.cc:224] Handling call
0630 12:36:27.216128 (+341000us) spinlock_profiling.cc:243] Waited 5.18 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.011746 (+795618us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.220620 (+     0us) write_op.cc:183] PREPARE: starting on tablet 374ee63af7c94983a856e8ba563ad8fc
0630 12:36:27.222270 (+  1650us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.222301 (+    31us) write_op.cc:435] Acquired schema lock
0630 12:36:27.222317 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:27.222732 (+   415us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.222780 (+    48us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.222806 (+    26us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:27.223056 (+   250us) tablet.cc:701] Row locks acquired
0630 12:36:27.223071 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:36:27.223267 (+   196us) write_op.cc:270] Start()
0630 12:36:27.223382 (+   115us) write_op.cc:276] Timestamp: P: 1782822987223220 usec, L: 0
0630 12:36:27.223399 (+    17us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.224093 (+   694us) log.cc:844] Serialized 432 byte log entry
0630 12:36:27.810597 (+586504us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.939555 (+128958us) write_op.cc:301] APPLY: starting
0630 12:36:27.939632 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.939772 (+   140us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.939869 (+    97us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.940352 (+   483us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:27.946374 (+  6022us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:27.951941 (+  5567us) write_op.cc:312] APPLY: finished
0630 12:36:27.965867 (+ 13926us) log.cc:844] Serialized 34 byte log entry
0630 12:36:27.990810 (+ 24943us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:27.995559 (+  4749us) write_op.cc:454] Released schema lock
0630 12:36:27.997265 (+  1706us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":11917568,"child_traces":[["op",{"apply.queue_time_us":118317,"num_ops":3,"prepare.queue_time_us":270,"prepare.run_cpu_time_us":2852,"prepare.run_wall_time_us":3791,"replication_time_us":583939}]]}
I20260630 12:36:28.236431  5521 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=18, attempt_no=0}) took 1389 ms. Trace:
I20260630 12:36:28.226840  5517 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43404 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=43, attempt_no=0}) took 1150 ms. Trace:
I20260630 12:36:28.236991  5521 rpcz_store.cc:276] 0630 12:36:26.846686 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.851688 (+  5002us) service_pool.cc:224] Handling call
0630 12:36:28.236359 (+1384671us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:26.953157 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2901299061d24e848592ac9709594ad8
0630 12:36:26.953679 (+   522us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:26.953713 (+    34us) write_op.cc:435] Acquired schema lock
0630 12:36:26.953726 (+    13us) tablet.cc:662] Decoding operations
0630 12:36:26.954243 (+   517us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:26.954295 (+    52us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:26.954325 (+    30us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:26.954762 (+   437us) tablet.cc:701] Row locks acquired
0630 12:36:26.954778 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:36:26.954966 (+   188us) write_op.cc:270] Start()
0630 12:36:26.955070 (+   104us) write_op.cc:276] Timestamp: P: 1782822986954921 usec, L: 0
0630 12:36:26.955086 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.230405 (+275319us) log.cc:844] Serialized 562 byte log entry
0630 12:36:27.740640 (+510235us) spinlock_profiling.cc:243] Waited 275 ms on lock 0x7b540050f5d4. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443ce4be28 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901 00007f4440889b2d 000000000043f3c4 000000000043f209
0630 12:36:27.812712 (+ 72072us) spinlock_profiling.cc:243] Waited 5.36 ms on lock 0x7b580015b0d0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdba090 00007f443cdaa43c 00007f443cdb0d53 00007f443cdb0cd9 00007f443cdb0c69 00007f443cdb0c31 00007f443cdafdfd 000000000043f3c4 000000000043f209 00007f4439d64ab5 00007f4439d66e01
0630 12:36:27.973262 (+160550us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.215862 (+242600us) write_op.cc:301] APPLY: starting
0630 12:36:28.218450 (+  2588us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.227032 (+  8582us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.228719 (+  1687us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.234203 (+  5484us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.234380 (+   177us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.234424 (+    44us) write_op.cc:312] APPLY: finished
0630 12:36:28.234642 (+   218us) log.cc:844] Serialized 52 byte log entry
0630 12:36:28.234865 (+   223us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.234955 (+    90us) write_op.cc:454] Released schema lock
0630 12:36:28.235010 (+    55us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":239947,"num_ops":6,"prepare.queue_time_us":98561,"prepare.run_cpu_time_us":13834,"prepare.run_wall_time_us":789482,"raft.queue_time_us":1102,"raft.run_cpu_time_us":942,"raft.run_wall_time_us":69121,"replication_time_us":1018059,"spinlock_wait_cycles":645497344}]]}
I20260630 12:36:28.176017  5472 rpcz_store.cc:276] 0630 12:36:27.035661 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:27.037323 (+  1662us) service_pool.cc:224] Handling call
0630 12:36:27.535390 (+498067us) spinlock_profiling.cc:243] Waited 6.83 ms on lock 0x7b34001f6d78. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.175320 (+639930us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.541815 (+     0us) write_op.cc:183] PREPARE: starting on tablet 560f8a9346e0450cbc57ac7d14ef9435
0630 12:36:27.568932 (+ 27117us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.569540 (+   608us) write_op.cc:435] Acquired schema lock
0630 12:36:27.569562 (+    22us) tablet.cc:662] Decoding operations
0630 12:36:27.576485 (+  6923us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.576532 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.576558 (+    26us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:27.577008 (+   450us) tablet.cc:701] Row locks acquired
0630 12:36:27.577023 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:36:27.577247 (+   224us) write_op.cc:270] Start()
0630 12:36:27.577372 (+   125us) write_op.cc:276] Timestamp: P: 1782822987577190 usec, L: 0
0630 12:36:27.577394 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.578044 (+   650us) log.cc:844] Serialized 519 byte log entry
0630 12:36:27.852715 (+274671us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.018831 (+166116us) write_op.cc:301] APPLY: starting
0630 12:36:28.023154 (+  4323us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.026683 (+  3529us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.026778 (+    95us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.080472 (+ 53694us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.094577 (+ 14105us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.099902 (+  5325us) write_op.cc:312] APPLY: finished
0630 12:36:28.116592 (+ 16690us) log.cc:844] Serialized 46 byte log entry
0630 12:36:28.144416 (+ 27824us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.147389 (+  2973us) write_op.cc:454] Released schema lock
0630 12:36:28.149510 (+  2121us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":15713152,"child_traces":[["op",{"apply.queue_time_us":163957,"num_ops":5,"prepare.queue_time_us":1538,"prepare.run_cpu_time_us":3466,"prepare.run_wall_time_us":38241,"replication_time_us":275235}]]}
I20260630 12:36:28.079931  5524 rpcz_store.cc:276] 0630 12:36:27.005651 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:27.038053 (+ 32402us) service_pool.cc:224] Handling call
0630 12:36:28.079233 (+1041180us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.102942 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31a4ee9150c74595ba1c14faae2a7098
0630 12:36:27.127605 (+ 24663us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.127631 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:27.127644 (+    13us) tablet.cc:662] Decoding operations
0630 12:36:27.128007 (+   363us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.128073 (+    66us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.128098 (+    25us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:27.128289 (+   191us) tablet.cc:701] Row locks acquired
0630 12:36:27.128302 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:36:27.128606 (+   304us) write_op.cc:270] Start()
0630 12:36:27.128707 (+   101us) write_op.cc:276] Timestamp: P: 1782822987128559 usec, L: 0
0630 12:36:27.128727 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.465967 (+337240us) spinlock_profiling.cc:243] Waited 8.97 ms on lock 0x7b54001944a0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdcd520 00007f443ce56b42 00007f443ce4bf67 00007f443ce4bda4 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901
0630 12:36:27.502096 (+ 36129us) log.cc:844] Serialized 388 byte log entry
0630 12:36:27.936530 (+434434us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.973023 (+ 36493us) write_op.cc:301] APPLY: starting
0630 12:36:27.973102 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.973211 (+   109us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.973230 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.975072 (+  1842us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:27.975225 (+   153us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:27.975270 (+    45us) write_op.cc:312] APPLY: finished
0630 12:36:27.975459 (+   189us) log.cc:844] Serialized 28 byte log entry
0630 12:36:27.977018 (+  1559us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:27.977090 (+    72us) write_op.cc:454] Released schema lock
0630 12:36:27.977126 (+    36us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:28.017111 (+ 39985us) spinlock_profiling.cc:243] Waited 1.95 ms on lock 0x7b54001944a0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdc5dbe 00007f443cdd0930 00007f443cdd08d8 00007f443cdd0858 00007f443cdd0813 00007f443cdcfa9c 00007f4442cba3b6 00007f4442cb4b68 00007f443ce0c7cb 00007f443ce0f2c0
0630 12:36:28.079082 (+ 61971us) spinlock_profiling.cc:243] Waited 6.67 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b1489ae 00007f443b15c4fe 00007f4441e35e51 00007f44408883ad 00007f4440887b53 00007f444088bd61 00007f444088bd19 00007f444088bca9 00007f444088bc71 00007f444088ae9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":36267,"num_ops":2,"prepare.queue_time_us":34281,"prepare.run_cpu_time_us":21436,"prepare.run_wall_time_us":434135,"raft.queue_time_us":1269,"raft.run_cpu_time_us":730,"raft.run_wall_time_us":11387,"replication_time_us":807682,"spinlock_wait_cycles":41371136,"thread_start_us":48491,"threads_started":2,"wal-append.queue_time_us":58269}]]}
I20260630 12:36:28.242098  5517 rpcz_store.cc:276] 0630 12:36:27.054849 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:27.056170 (+  1321us) service_pool.cc:224] Handling call
0630 12:36:28.197199 (+1141029us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.471029 (+     0us) write_op.cc:183] PREPARE: starting on tablet 341b932c13c844faba94cde1e4dabfbc
0630 12:36:27.471535 (+   506us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.471564 (+    29us) write_op.cc:435] Acquired schema lock
0630 12:36:27.471581 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:27.471934 (+   353us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.471978 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.472003 (+    25us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:27.472184 (+   181us) tablet.cc:701] Row locks acquired
0630 12:36:27.472207 (+    23us) write_op.cc:260] PREPARE: finished
0630 12:36:27.472434 (+   227us) write_op.cc:270] Start()
0630 12:36:27.472563 (+   129us) write_op.cc:276] Timestamp: P: 1782822987472358 usec, L: 0
0630 12:36:27.472583 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.473343 (+   760us) log.cc:844] Serialized 388 byte log entry
0630 12:36:27.824840 (+351497us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.843086 (+ 18246us) write_op.cc:301] APPLY: starting
0630 12:36:27.846137 (+  3051us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.858131 (+ 11994us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.905085 (+ 46954us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.926749 (+ 21664us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:27.928399 (+  1650us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:27.930748 (+  2349us) write_op.cc:312] APPLY: finished
0630 12:36:27.944828 (+ 14080us) log.cc:844] Serialized 28 byte log entry
0630 12:36:27.959117 (+ 14289us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:27.959841 (+   724us) write_op.cc:454] Released schema lock
0630 12:36:27.962264 (+  2423us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:28.186856 (+224592us) spinlock_profiling.cc:243] Waited 17.4 ms on lock 0x7b34001f6d78. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b1489ae 00007f443b15c4fe 00007f4441e35e51 00007f44408883ad 00007f4440887b53 00007f444088bd61 00007f444088bd19 00007f444088bca9 00007f444088bc71 00007f444088ae9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":9420,"num_ops":2,"prepare.queue_time_us":389664,"prepare.run_cpu_time_us":2569,"prepare.run_wall_time_us":2562,"replication_time_us":352135,"spinlock_wait_cycles":40350720}]]}
I20260630 12:36:28.076802  5474 rpcz_store.cc:276] 0630 12:36:26.967382 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.979435 (+ 12053us) service_pool.cc:224] Handling call
0630 12:36:27.045642 (+ 66207us) spinlock_profiling.cc:243] Waited 22.4 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.059255 (+1013613us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.080897 (+     0us) write_op.cc:183] PREPARE: starting on tablet 33991268e4904ea19513849b4610d630
0630 12:36:27.104375 (+ 23478us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.104408 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:36:27.104425 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:27.104877 (+   452us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.104964 (+    87us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.105003 (+    39us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:27.105239 (+   236us) tablet.cc:701] Row locks acquired
0630 12:36:27.105257 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:27.499315 (+394058us) spinlock_profiling.cc:243] Waited 5.69 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b147b64 00007f44408861b5 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901 00007f4440889b2d 000000000043f3c4 000000000043f209
0630 12:36:27.499441 (+   126us) write_op.cc:270] Start()
0630 12:36:27.499635 (+   194us) write_op.cc:276] Timestamp: P: 1782822987499398 usec, L: 0
0630 12:36:27.499655 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.519041 (+ 19386us) log.cc:844] Serialized 432 byte log entry
0630 12:36:27.577797 (+ 58756us) spinlock_profiling.cc:243] Waited 2.48 ms on lock 0x7b1800279400. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4442c2abf1 00007f4442c37391 00007f4439d64a33 00007f4439d66e01 00007f4439d66db9 00007f4439d66d49 00007f4439d66d11 00007f4439d6600d 000000000043f3c4 000000000043f209 00007f4439d47e7a
0630 12:36:27.929302 (+351505us) op_driver.cc:464] REPLICATION: finished
0630 12:36:27.938251 (+  8949us) write_op.cc:301] APPLY: starting
0630 12:36:27.944513 (+  6262us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:27.958875 (+ 14362us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:27.959472 (+   597us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:27.982361 (+ 22889us) spinlock_profiling.cc:243] Waited 1.37 ms on lock 0x7b5400193fa0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdc5dbe 00007f443cdd0930 00007f443cdd08d8 00007f443cdd0858 00007f443cdd0813 00007f443cdcfa9c 00007f4442cba3b6 00007f4442cb4b68 00007f443ce0c7cb 00007f443ce0f2c0
0630 12:36:28.001091 (+ 18730us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.018209 (+ 17118us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.022778 (+  4569us) write_op.cc:312] APPLY: finished
0630 12:36:28.027137 (+  4359us) log.cc:844] Serialized 34 byte log entry
0630 12:36:28.036297 (+  9160us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.041332 (+  5035us) write_op.cc:454] Released schema lock
0630 12:36:28.042193 (+   861us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":51549056,"child_traces":[["op",{"apply.queue_time_us":2391,"mutex_wait_us":7467,"num_ops":3,"prepare.queue_time_us":34230,"prepare.run_cpu_time_us":18591,"prepare.run_wall_time_us":473375,"raft.queue_time_us":10524,"raft.run_cpu_time_us":1109,"raft.run_wall_time_us":1110,"replication_time_us":426892,"spinlock_wait_cycles":21938816,"thread_start_us":49496,"threads_started":2,"wal-append.queue_time_us":37585}]]}
I20260630 12:36:28.362653  5521 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=26, attempt_no=0}) took 1515 ms. Trace:
I20260630 12:36:28.363886  5502 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=20, attempt_no=0}) took 1409 ms. Trace:
I20260630 12:36:28.363147  5521 rpcz_store.cc:276] 0630 12:36:26.847679 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.873700 (+ 26021us) service_pool.cc:224] Handling call
0630 12:36:28.362575 (+1488875us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.752375 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2901299061d24e848592ac9709594ad8
0630 12:36:27.785004 (+ 32629us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.785377 (+   373us) write_op.cc:435] Acquired schema lock
0630 12:36:27.786779 (+  1402us) tablet.cc:662] Decoding operations
0630 12:36:27.823309 (+ 36530us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.831548 (+  8239us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.833916 (+  2368us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:36:27.855553 (+ 21637us) tablet.cc:701] Row locks acquired
0630 12:36:27.855569 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:36:27.907351 (+ 51782us) write_op.cc:270] Start()
0630 12:36:27.911195 (+  3844us) write_op.cc:276] Timestamp: P: 1782822987905054 usec, L: 0
0630 12:36:27.912428 (+  1233us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.942371 (+ 29943us) log.cc:844] Serialized 345 byte log entry
0630 12:36:28.091974 (+149603us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.360483 (+268509us) write_op.cc:301] APPLY: starting
0630 12:36:28.360557 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.360659 (+   102us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.360751 (+    92us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.361021 (+   270us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.361160 (+   139us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.361208 (+    48us) write_op.cc:312] APPLY: finished
0630 12:36:28.361364 (+   156us) log.cc:844] Serialized 22 byte log entry
0630 12:36:28.362151 (+   787us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.362217 (+    66us) write_op.cc:454] Released schema lock
0630 12:36:28.362257 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":267913,"num_ops":1,"prepare.queue_time_us":848136,"prepare.run_cpu_time_us":14405,"prepare.run_wall_time_us":199178,"replication_time_us":179423}]]}
I20260630 12:36:28.370148  5521 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=14, attempt_no=0}) took 1524 ms. Trace:
I20260630 12:36:28.370577  5521 rpcz_store.cc:276] 0630 12:36:26.845642 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.852030 (+  6388us) service_pool.cc:224] Handling call
0630 12:36:26.863945 (+ 11915us) spinlock_profiling.cc:243] Waited 4.41 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.370077 (+1506132us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:26.914986 (+     0us) write_op.cc:183] PREPARE: starting on tablet 3491238a3ff146429623ac8c80bf297e
0630 12:36:26.922692 (+  7706us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:26.925124 (+  2432us) write_op.cc:435] Acquired schema lock
0630 12:36:26.925949 (+   825us) tablet.cc:662] Decoding operations
0630 12:36:26.926804 (+   855us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:26.926849 (+    45us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:26.926875 (+    26us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:26.927081 (+   206us) tablet.cc:701] Row locks acquired
0630 12:36:26.927100 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:27.193412 (+266312us) spinlock_profiling.cc:243] Waited 2.29 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b147b64 00007f44408861b5 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901 00007f4440889b2d 000000000043f3c4 000000000043f209
0630 12:36:27.199611 (+  6199us) write_op.cc:270] Start()
0630 12:36:27.212777 (+ 13166us) write_op.cc:276] Timestamp: P: 1782822987198928 usec, L: 0
0630 12:36:27.213717 (+   940us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.237834 (+ 24117us) log.cc:844] Serialized 388 byte log entry
0630 12:36:27.435519 (+197685us) spinlock_profiling.cc:243] Waited 152 ms on lock 0x7b58002ea3d0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdba090 00007f443cdaa43c 00007f443cdb0d53 00007f443cdb0cd9 00007f443cdb0c69 00007f443cdb0c31 00007f443cdafdfd 000000000043f3c4 000000000043f209 00007f4439d64ab5 00007f4439d66e01
0630 12:36:28.096222 (+660703us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.367735 (+271513us) write_op.cc:301] APPLY: starting
0630 12:36:28.367830 (+    95us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.367938 (+   108us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.367959 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.368293 (+   334us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.368450 (+   157us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.368492 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:28.368700 (+   208us) log.cc:844] Serialized 28 byte log entry
0630 12:36:28.369588 (+   888us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.369665 (+    77us) write_op.cc:454] Released schema lock
0630 12:36:28.369713 (+    48us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":10139904,"child_traces":[["op",{"apply.queue_time_us":271324,"mutex_wait_us":13105,"num_ops":2,"prepare.queue_time_us":30155,"prepare.run_cpu_time_us":10405,"prepare.run_wall_time_us":332024,"raft.queue_time_us":139688,"raft.run_cpu_time_us":2262,"raft.run_wall_time_us":159999,"replication_time_us":882387,"spinlock_wait_cycles":354118784}]]}
I20260630 12:36:28.377950  5521 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=28, attempt_no=0}) took 1530 ms. Trace:
I20260630 12:36:28.378374  5521 rpcz_store.cc:276] 0630 12:36:26.847983 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.866604 (+ 18621us) service_pool.cc:224] Handling call
0630 12:36:26.887606 (+ 21002us) spinlock_profiling.cc:243] Waited 1.95 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.377883 (+1490277us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.247248 (+     0us) write_op.cc:183] PREPARE: starting on tablet 3491238a3ff146429623ac8c80bf297e
0630 12:36:27.248011 (+   763us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.248053 (+    42us) write_op.cc:435] Acquired schema lock
0630 12:36:27.248079 (+    26us) tablet.cc:662] Decoding operations
0630 12:36:27.248711 (+   632us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.248775 (+    64us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.248815 (+    40us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:27.249336 (+   521us) tablet.cc:701] Row locks acquired
0630 12:36:27.249362 (+    26us) write_op.cc:260] PREPARE: finished
0630 12:36:27.249624 (+   262us) write_op.cc:270] Start()
0630 12:36:27.249785 (+   161us) write_op.cc:276] Timestamp: P: 1782822987249554 usec, L: 0
0630 12:36:27.249816 (+    31us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.250737 (+   921us) log.cc:844] Serialized 475 byte log entry
0630 12:36:27.533165 (+282428us) spinlock_profiling.cc:243] Waited 64.6 ms on lock 0x7b58002ea3d0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdba090 00007f443cdaa43c 00007f443cdb0d53 00007f443cdb0cd9 00007f443cdb0c69 00007f443cdb0c31 00007f443cdafdfd 000000000043f3c4 000000000043f209 00007f4439d64ab5 00007f4439d66e01
0630 12:36:28.096524 (+563359us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.375239 (+278715us) write_op.cc:301] APPLY: starting
0630 12:36:28.375299 (+    60us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.375439 (+   140us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.375459 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.376153 (+   694us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.376322 (+   169us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.376366 (+    44us) write_op.cc:312] APPLY: finished
0630 12:36:28.376579 (+   213us) log.cc:844] Serialized 40 byte log entry
0630 12:36:28.377414 (+   835us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.377516 (+   102us) write_op.cc:454] Released schema lock
0630 12:36:28.377559 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":4491008,"child_traces":[["op",{"apply.queue_time_us":278558,"mutex_wait_us":4229,"num_ops":4,"prepare.queue_time_us":358680,"prepare.run_cpu_time_us":83422,"prepare.run_wall_time_us":95123,"raft.queue_time_us":115195,"raft.run_cpu_time_us":1891,"raft.run_wall_time_us":166083,"replication_time_us":846578,"spinlock_wait_cycles":148563712,"thread_start_us":87352,"threads_started":1}]]}
I20260630 12:36:28.207929  5523 rpcz_store.cc:276] 0630 12:36:26.882059 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.883181 (+  1122us) service_pool.cc:224] Handling call
0630 12:36:28.178165 (+1294984us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.035375 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2282aeb134bd44c6ad9d35b0671b7c88
0630 12:36:27.050808 (+ 15433us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.052138 (+  1330us) write_op.cc:435] Acquired schema lock
0630 12:36:27.054085 (+  1947us) tablet.cc:662] Decoding operations
0630 12:36:27.095659 (+ 41574us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.097881 (+  2222us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.099884 (+  2003us) tablet.cc:685] Acquiring locks for 8 operations
0630 12:36:27.103125 (+  3241us) tablet.cc:701] Row locks acquired
0630 12:36:27.103140 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:36:27.104674 (+  1534us) write_op.cc:270] Start()
0630 12:36:27.104841 (+   167us) write_op.cc:276] Timestamp: P: 1782822987104616 usec, L: 0
0630 12:36:27.104858 (+    17us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.106298 (+  1440us) log.cc:844] Serialized 649 byte log entry
0630 12:36:27.771362 (+665064us) spinlock_profiling.cc:243] Waited 320 ms on lock 0x7b580024a7d0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdba090 00007f443cdaa43c 00007f443cdb0d53 00007f443cdb0cd9 00007f443cdb0c69 00007f443cdb0c31 00007f443cdafdfd 000000000043f3c4 000000000043f209 00007f4439d64ab5 00007f4439d66e01
0630 12:36:27.820859 (+ 49497us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.050287 (+229428us) write_op.cc:301] APPLY: starting
0630 12:36:28.056279 (+  5992us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.069334 (+ 13055us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.069950 (+   616us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.114082 (+ 44132us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.114293 (+   211us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.114342 (+    49us) write_op.cc:312] APPLY: finished
0630 12:36:28.114616 (+   274us) log.cc:844] Serialized 64 byte log entry
0630 12:36:28.118183 (+  3567us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.144229 (+ 26046us) write_op.cc:454] Released schema lock
0630 12:36:28.148333 (+  4104us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":61696,"child_traces":[["op",{"apply.queue_time_us":226271,"mutex_wait_us":919,"num_ops":8,"prepare.queue_time_us":147742,"prepare.run_cpu_time_us":4346,"prepare.run_wall_time_us":73089,"raft.queue_time_us":51409,"raft.run_cpu_time_us":5070,"raft.run_wall_time_us":611782,"replication_time_us":715897,"spinlock_wait_cycles":736840448}]]}
I20260630 12:36:28.385533  5521 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=38, attempt_no=0}) took 1502 ms. Trace:
I20260630 12:36:28.386471  5521 rpcz_store.cc:276] 0630 12:36:26.885844 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.887134 (+  1290us) service_pool.cc:224] Handling call
0630 12:36:28.385460 (+1498326us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.361157 (+     0us) write_op.cc:183] PREPARE: starting on tablet 3491238a3ff146429623ac8c80bf297e
0630 12:36:27.361760 (+   603us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.361804 (+    44us) write_op.cc:435] Acquired schema lock
0630 12:36:27.361841 (+    37us) tablet.cc:662] Decoding operations
0630 12:36:27.363255 (+  1414us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.363320 (+    65us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.363362 (+    42us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:27.363702 (+   340us) tablet.cc:701] Row locks acquired
0630 12:36:27.365953 (+  2251us) write_op.cc:260] PREPARE: finished
0630 12:36:27.369000 (+  3047us) write_op.cc:270] Start()
0630 12:36:27.369612 (+   612us) write_op.cc:276] Timestamp: P: 1782822987368930 usec, L: 0
0630 12:36:27.369639 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.370612 (+   973us) log.cc:844] Serialized 432 byte log entry
0630 12:36:27.911210 (+540598us) spinlock_profiling.cc:243] Waited 5.98 ms on lock 0x7b1800129dc0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4442c2abf1 00007f4442c37391 00007f4439d64a33 00007f4439d66e01 00007f4439d66db9 00007f4439d66d49 00007f4439d66d11 00007f4439d6600d 000000000043f3c4 000000000043f209 00007f4439d47e7a
0630 12:36:28.096763 (+185553us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.383105 (+286342us) write_op.cc:301] APPLY: starting
0630 12:36:28.383170 (+    65us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.383299 (+   129us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.383322 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.383786 (+   464us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.383954 (+   168us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.383997 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:28.384200 (+   203us) log.cc:844] Serialized 34 byte log entry
0630 12:36:28.385017 (+   817us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.385101 (+    84us) write_op.cc:454] Released schema lock
0630 12:36:28.385147 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":286192,"num_ops":3,"prepare.queue_time_us":462212,"prepare.run_cpu_time_us":3871,"prepare.run_wall_time_us":25924,"raft.queue_time_us":5349,"raft.run_cpu_time_us":38,"raft.run_wall_time_us":1548,"replication_time_us":727018,"spinlock_wait_cycles":13745408}]]}
I20260630 12:36:28.393978  5523 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=37, attempt_no=0}) took 1511 ms. Trace:
I20260630 12:36:28.396602  5523 rpcz_store.cc:276] 0630 12:36:26.882490 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.885634 (+  3144us) service_pool.cc:224] Handling call
0630 12:36:28.393900 (+1508266us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.937515 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6502893eec4c4b829fe990d47529574f
0630 12:36:27.939014 (+  1499us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.939048 (+    34us) write_op.cc:435] Acquired schema lock
0630 12:36:27.939064 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:27.939568 (+   504us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.939612 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.939640 (+    28us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:27.940070 (+   430us) tablet.cc:701] Row locks acquired
0630 12:36:27.940082 (+    12us) write_op.cc:260] PREPARE: finished
0630 12:36:27.940290 (+   208us) write_op.cc:270] Start()
0630 12:36:27.940394 (+   104us) write_op.cc:276] Timestamp: P: 1782822987940223 usec, L: 0
0630 12:36:27.940415 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.941174 (+   759us) log.cc:844] Serialized 562 byte log entry
0630 12:36:28.312658 (+371484us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.390280 (+ 77622us) write_op.cc:301] APPLY: starting
0630 12:36:28.390373 (+    93us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.390550 (+   177us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.390652 (+   102us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.391664 (+  1012us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.391884 (+   220us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.391941 (+    57us) write_op.cc:312] APPLY: finished
0630 12:36:28.392208 (+   267us) log.cc:844] Serialized 52 byte log entry
0630 12:36:28.393303 (+  1095us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.393418 (+   115us) write_op.cc:454] Released schema lock
0630 12:36:28.393476 (+    58us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":76506,"mutex_wait_us":3595,"num_ops":6,"prepare.queue_time_us":1049707,"prepare.run_cpu_time_us":2998,"prepare.run_wall_time_us":9209,"replication_time_us":372127}]]}
I20260630 12:36:28.399875  5524 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=39, attempt_no=0}) took 1399 ms. Trace:
W20260630 12:36:28.403200  5329 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.160.131:38433, user_credentials={real_user=slave}} blocked reactor thread for 44025.2us
I20260630 12:36:28.404825  5523 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=13, attempt_no=0}) took 1559 ms. Trace:
I20260630 12:36:28.400364  5524 rpcz_store.cc:276] 0630 12:36:27.000399 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:27.076825 (+ 76426us) service_pool.cc:224] Handling call
0630 12:36:28.399810 (+1322985us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.792203 (+     0us) write_op.cc:183] PREPARE: starting on tablet 82df505913cf4ec0ac2a99f9af2e4a03
0630 12:36:27.803469 (+ 11266us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.805357 (+  1888us) write_op.cc:435] Acquired schema lock
0630 12:36:27.807248 (+  1891us) tablet.cc:662] Decoding operations
0630 12:36:27.820600 (+ 13352us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.820641 (+    41us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.820668 (+    27us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:27.820852 (+   184us) tablet.cc:701] Row locks acquired
0630 12:36:27.820866 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:36:27.827925 (+  7059us) write_op.cc:270] Start()
0630 12:36:27.834662 (+  6737us) write_op.cc:276] Timestamp: P: 1782822987823237 usec, L: 0
0630 12:36:27.842240 (+  7578us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.864154 (+ 21914us) log.cc:844] Serialized 388 byte log entry
0630 12:36:28.164863 (+300709us) spinlock_profiling.cc:243] Waited 16.6 ms on lock 0x7b540039f154. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443ce4be28 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901 00007f4440889b2d 000000000043f3c4 000000000043f209
0630 12:36:28.210216 (+ 45353us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.397995 (+187779us) write_op.cc:301] APPLY: starting
0630 12:36:28.398072 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.398190 (+   118us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.398211 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.398607 (+   396us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.398775 (+   168us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.398817 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:28.399149 (+   332us) log.cc:844] Serialized 28 byte log entry
0630 12:36:28.399373 (+   224us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.399449 (+    76us) write_op.cc:454] Released schema lock
0630 12:36:28.399487 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":186642,"num_ops":2,"prepare.queue_time_us":704751,"prepare.run_cpu_time_us":16363,"prepare.run_wall_time_us":372953,"raft.queue_time_us":11417,"raft.run_cpu_time_us":2198,"raft.run_wall_time_us":76791,"replication_time_us":363218,"spinlock_wait_cycles":39331840}]]}
I20260630 12:36:28.353840  5511 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=29, attempt_no=0}) took 1505 ms. Trace:
I20260630 12:36:28.431954  5524 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=36, attempt_no=0}) took 1432 ms. Trace:
I20260630 12:36:28.364542  5502 rpcz_store.cc:276] 0630 12:36:26.954232 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.956582 (+  2350us) service_pool.cc:224] Handling call
0630 12:36:27.220419 (+263837us) spinlock_profiling.cc:243] Waited 25.4 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.363816 (+1143397us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.542951 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31a4ee9150c74595ba1c14faae2a7098
0630 12:36:27.569622 (+ 26671us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.573386 (+  3764us) write_op.cc:435] Acquired schema lock
0630 12:36:27.573403 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:27.606731 (+ 33328us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.607596 (+   865us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.609950 (+  2354us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:27.619103 (+  9153us) tablet.cc:701] Row locks acquired
0630 12:36:27.619124 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:27.620300 (+  1176us) write_op.cc:270] Start()
0630 12:36:27.623293 (+  2993us) write_op.cc:276] Timestamp: P: 1782822987619246 usec, L: 0
0630 12:36:27.623709 (+   416us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.681010 (+ 57301us) spinlock_profiling.cc:243] Waited 5.68 ms on lock 0x7b54001944a0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdcd520 00007f443ce56b42 00007f443ce4bf67 00007f443ce4bda4 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901
0630 12:36:27.681695 (+   685us) log.cc:844] Serialized 475 byte log entry
0630 12:36:28.039189 (+357494us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.317018 (+277829us) write_op.cc:301] APPLY: starting
0630 12:36:28.318787 (+  1769us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.339434 (+ 20647us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.347351 (+  7917us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.362564 (+ 15213us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.362741 (+   177us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.362788 (+    47us) write_op.cc:312] APPLY: finished
0630 12:36:28.362994 (+   206us) log.cc:844] Serialized 40 byte log entry
0630 12:36:28.363332 (+   338us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.363419 (+    87us) write_op.cc:454] Released schema lock
0630 12:36:28.363471 (+    52us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":58470272,"child_traces":[["op",{"apply.queue_time_us":275431,"num_ops":4,"prepare.queue_time_us":317513,"prepare.run_cpu_time_us":4571,"prepare.run_wall_time_us":148393,"replication_time_us":409198,"spinlock_wait_cycles":13055872}]]}
I20260630 12:36:28.432428  5524 rpcz_store.cc:276] 0630 12:36:27.000091 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:27.087601 (+ 87510us) service_pool.cc:224] Handling call
0630 12:36:28.431881 (+1344280us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.562416 (+     0us) write_op.cc:183] PREPARE: starting on tablet 33991268e4904ea19513849b4610d630
0630 12:36:27.583598 (+ 21182us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.583905 (+   307us) write_op.cc:435] Acquired schema lock
0630 12:36:27.584561 (+   656us) tablet.cc:662] Decoding operations
0630 12:36:27.597332 (+ 12771us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.597373 (+    41us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.597399 (+    26us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:36:27.597551 (+   152us) tablet.cc:701] Row locks acquired
0630 12:36:27.597567 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:36:27.600187 (+  2620us) write_op.cc:270] Start()
0630 12:36:27.606031 (+  5844us) write_op.cc:276] Timestamp: P: 1782822987599203 usec, L: 0
0630 12:36:27.606804 (+   773us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.635975 (+ 29171us) log.cc:844] Serialized 345 byte log entry
0630 12:36:28.230470 (+594495us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.421587 (+191117us) write_op.cc:301] APPLY: starting
0630 12:36:28.421657 (+    70us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.421746 (+    89us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.421837 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.422056 (+   219us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.422201 (+   145us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.422244 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:28.422388 (+   144us) log.cc:844] Serialized 22 byte log entry
0630 12:36:28.422585 (+   197us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.422654 (+    69us) write_op.cc:454] Released schema lock
0630 12:36:28.422693 (+    39us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:28.431757 (+  9064us) spinlock_profiling.cc:243] Waited 1.29 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b1489ae 00007f443b15c4fe 00007f4441e35e51 00007f44408883ad 00007f4440887b53 00007f444088bd61 00007f444088bd19 00007f444088bca9 00007f444088bc71 00007f444088ae9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":190930,"num_ops":1,"prepare.queue_time_us":468618,"prepare.run_cpu_time_us":3182,"prepare.run_wall_time_us":81317,"replication_time_us":623560,"spinlock_wait_cycles":2974464}]]}
I20260630 12:36:28.448014  5474 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=12, attempt_no=0}) took 1494 ms. Trace:
I20260630 12:36:28.448488  5474 rpcz_store.cc:276] 0630 12:36:26.953485 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.956619 (+  3134us) service_pool.cc:224] Handling call
0630 12:36:27.477524 (+520905us) spinlock_profiling.cc:243] Waited 8.56 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.447945 (+970421us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.639969 (+     0us) write_op.cc:183] PREPARE: starting on tablet 33991268e4904ea19513849b4610d630
0630 12:36:27.640488 (+   519us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.640515 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:36:27.640532 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:27.640908 (+   376us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.641005 (+    97us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.641044 (+    39us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:27.641255 (+   211us) tablet.cc:701] Row locks acquired
0630 12:36:27.641268 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:36:27.641450 (+   182us) write_op.cc:270] Start()
0630 12:36:27.645589 (+  4139us) write_op.cc:276] Timestamp: P: 1782822987641399 usec, L: 0
0630 12:36:27.645615 (+    26us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.646908 (+  1293us) log.cc:844] Serialized 388 byte log entry
0630 12:36:28.230745 (+583837us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.436418 (+205673us) write_op.cc:301] APPLY: starting
0630 12:36:28.436502 (+    84us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.436611 (+   109us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.436711 (+   100us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.437122 (+   411us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.437280 (+   158us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.437322 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:28.437507 (+   185us) log.cc:844] Serialized 28 byte log entry
0630 12:36:28.447468 (+  9961us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.447551 (+    83us) write_op.cc:454] Released schema lock
0630 12:36:28.447604 (+    53us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":19697408,"child_traces":[["op",{"apply.queue_time_us":205501,"num_ops":2,"prepare.queue_time_us":119272,"prepare.run_cpu_time_us":2763,"prepare.run_wall_time_us":13286,"replication_time_us":584363}]]}
I20260630 12:36:28.455129  5494 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=10, attempt_no=0}) took 1503 ms. Trace:
I20260630 12:36:28.445706  5511 rpcz_store.cc:276] 0630 12:36:26.848263 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.867215 (+ 18952us) service_pool.cc:224] Handling call
0630 12:36:26.882063 (+ 14848us) spinlock_profiling.cc:243] Waited 6.53 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.353184 (+1471121us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.027484 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6502893eec4c4b829fe990d47529574f
0630 12:36:27.027978 (+   494us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.028004 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:27.028016 (+    12us) tablet.cc:662] Decoding operations
0630 12:36:27.028394 (+   378us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.028437 (+    43us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.028461 (+    24us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:27.035037 (+  6576us) tablet.cc:701] Row locks acquired
0630 12:36:27.035050 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:36:27.047098 (+ 12048us) write_op.cc:270] Start()
0630 12:36:27.050355 (+  3257us) write_op.cc:276] Timestamp: P: 1782822987041748 usec, L: 0
0630 12:36:27.050702 (+   347us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.470654 (+419952us) spinlock_profiling.cc:243] Waited 5.17 ms on lock 0x7b5400288aa0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdb9571 00007f443cdcd520 00007f443ce56b42 00007f443ce4bf67 00007f443ce4bda4 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901
0630 12:36:27.471349 (+   695us) log.cc:844] Serialized 388 byte log entry
0630 12:36:27.821551 (+350202us) spinlock_profiling.cc:243] Waited 4.06 ms on lock 0x7b180022a620. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4442c2abf1 00007f4442c37391 00007f4439d64a33 00007f4439d66e01 00007f4439d66db9 00007f4439d66d49 00007f4439d66d11 00007f4439d6600d 000000000043f3c4 000000000043f209 00007f4439d47e7a
0630 12:36:27.937203 (+115652us) spinlock_profiling.cc:243] Waited 1.41 ms on lock 0x7b180022a620. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4442c2abf1 00007f4442c37391 00007f4439d64b62 00007f4439d66e01 00007f4439d66db9 00007f4439d66d49 00007f4439d66d11 00007f4439d6600d 000000000043f3c4 000000000043f209 00007f4439d47e7a
0630 12:36:28.062761 (+125558us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.291567 (+228806us) write_op.cc:301] APPLY: starting
0630 12:36:28.297714 (+  6147us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.302760 (+  5046us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.303348 (+   588us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.320708 (+ 17360us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.322302 (+  1594us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.322494 (+   192us) write_op.cc:312] APPLY: finished
0630 12:36:28.322865 (+   371us) log.cc:844] Serialized 28 byte log entry
0630 12:36:28.323977 (+  1112us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.324151 (+   174us) write_op.cc:454] Released schema lock
0630 12:36:28.337469 (+ 13318us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":16529408,"child_traces":[["op",{"apply.queue_time_us":225883,"mutex_wait_us":24375,"num_ops":2,"prepare.queue_time_us":142502,"prepare.run_cpu_time_us":4601,"prepare.run_wall_time_us":454019,"raft.queue_time_us":11573,"raft.run_cpu_time_us":959,"raft.run_wall_time_us":6366,"replication_time_us":1011920,"spinlock_wait_cycles":24455168}]]}
I20260630 12:36:28.408967  5523 rpcz_store.cc:276] 0630 12:36:26.845301 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.851631 (+  6330us) service_pool.cc:224] Handling call
0630 12:36:26.876689 (+ 25058us) spinlock_profiling.cc:243] Waited 6.62 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.404745 (+1528056us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.961965 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6502893eec4c4b829fe990d47529574f
0630 12:36:27.962892 (+   927us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.962918 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:27.962929 (+    11us) tablet.cc:662] Decoding operations
0630 12:36:27.964674 (+  1745us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.964726 (+    52us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.964751 (+    25us) tablet.cc:685] Acquiring locks for 8 operations
0630 12:36:27.965286 (+   535us) tablet.cc:701] Row locks acquired
0630 12:36:27.965307 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:27.967017 (+  1710us) write_op.cc:270] Start()
0630 12:36:27.976462 (+  9445us) write_op.cc:276] Timestamp: P: 1782822987966969 usec, L: 0
0630 12:36:27.979456 (+  2994us) op_driver.cc:348] REPLICATION: starting
0630 12:36:28.024801 (+ 45345us) log.cc:844] Serialized 649 byte log entry
0630 12:36:28.313907 (+289106us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.401081 (+ 87174us) write_op.cc:301] APPLY: starting
0630 12:36:28.401160 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.401371 (+   211us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.401480 (+   109us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.402799 (+  1319us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.403024 (+   225us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.403079 (+    55us) write_op.cc:312] APPLY: finished
0630 12:36:28.403355 (+   276us) log.cc:844] Serialized 64 byte log entry
0630 12:36:28.404231 (+   876us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.404345 (+   114us) write_op.cc:454] Released schema lock
0630 12:36:28.404401 (+    56us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":16445056,"child_traces":[["op",{"apply.queue_time_us":84951,"mutex_wait_us":6325,"num_ops":8,"prepare.queue_time_us":1065163,"prepare.run_cpu_time_us":3903,"prepare.run_wall_time_us":69695,"replication_time_us":333390}]]}
I20260630 12:36:28.464007  5524 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=9, attempt_no=0}) took 1513 ms. Trace:
I20260630 12:36:28.474625  5464 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51384 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=47, attempt_no=0}) took 1479 ms. Trace:
I20260630 12:36:28.455586  5494 rpcz_store.cc:276] 0630 12:36:26.953070 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.956669 (+  3599us) service_pool.cc:224] Handling call
0630 12:36:27.538980 (+582311us) spinlock_profiling.cc:243] Waited 3.49 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.455063 (+916083us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.688723 (+     0us) write_op.cc:183] PREPARE: starting on tablet 33991268e4904ea19513849b4610d630
0630 12:36:27.749112 (+ 60389us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.749830 (+   718us) write_op.cc:435] Acquired schema lock
0630 12:36:27.749853 (+    23us) tablet.cc:662] Decoding operations
0630 12:36:27.771515 (+ 21662us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.776240 (+  4725us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.777243 (+  1003us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:27.790032 (+ 12789us) tablet.cc:701] Row locks acquired
0630 12:36:27.790832 (+   800us) write_op.cc:260] PREPARE: finished
0630 12:36:27.791097 (+   265us) write_op.cc:270] Start()
0630 12:36:27.791247 (+   150us) write_op.cc:276] Timestamp: P: 1782822987791040 usec, L: 0
0630 12:36:27.791278 (+    31us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.792334 (+  1056us) log.cc:844] Serialized 562 byte log entry
0630 12:36:28.230999 (+438665us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.437277 (+206278us) write_op.cc:301] APPLY: starting
0630 12:36:28.437366 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.437544 (+   178us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.437638 (+    94us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.438611 (+   973us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.438814 (+   203us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.438857 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:28.439075 (+   218us) log.cc:844] Serialized 52 byte log entry
0630 12:36:28.446329 (+  7254us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.447326 (+   997us) write_op.cc:454] Released schema lock
0630 12:36:28.454502 (+  7176us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":8035072,"child_traces":[["op",{"apply.queue_time_us":206107,"num_ops":6,"prepare.queue_time_us":146049,"prepare.run_cpu_time_us":5338,"prepare.run_wall_time_us":115385,"replication_time_us":439625}]]}
I20260630 12:36:28.480620  5502 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=23, attempt_no=0}) took 1526 ms. Trace:
I20260630 12:36:28.475160  5464 rpcz_store.cc:276] 0630 12:36:27.003691 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:27.005612 (+  1921us) service_pool.cc:224] Handling call
0630 12:36:28.474547 (+1468935us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.968441 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2901299061d24e848592ac9709594ad8
0630 12:36:28.024409 (+ 55968us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:28.024876 (+   467us) write_op.cc:435] Acquired schema lock
0630 12:36:28.024896 (+    20us) tablet.cc:662] Decoding operations
0630 12:36:28.077030 (+ 52134us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:28.081980 (+  4950us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:28.086576 (+  4596us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:28.148740 (+ 62164us) tablet.cc:701] Row locks acquired
0630 12:36:28.149429 (+   689us) write_op.cc:260] PREPARE: finished
0630 12:36:28.160424 (+ 10995us) spinlock_profiling.cc:243] Waited 6.12 ms on lock 0x7b34001eb1c8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b147b64 00007f44408861b5 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901 00007f4440889b2d 000000000043f3c4 000000000043f209
0630 12:36:28.160554 (+   130us) write_op.cc:270] Start()
0630 12:36:28.160762 (+   208us) write_op.cc:276] Timestamp: P: 1782822988160508 usec, L: 0
0630 12:36:28.160784 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:28.161455 (+   671us) log.cc:844] Serialized 605 byte log entry
0630 12:36:28.466692 (+305237us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.468251 (+  1559us) write_op.cc:301] APPLY: starting
0630 12:36:28.468340 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.468504 (+   164us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.468532 (+    28us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.469710 (+  1178us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.469901 (+   191us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.469943 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:28.470165 (+   222us) log.cc:844] Serialized 58 byte log entry
0630 12:36:28.473991 (+  3826us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.474114 (+   123us) write_op.cc:454] Released schema lock
0630 12:36:28.474166 (+    52us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":1370,"num_ops":7,"prepare.queue_time_us":898161,"prepare.run_cpu_time_us":6456,"prepare.run_wall_time_us":200973,"replication_time_us":305786,"spinlock_wait_cycles":14071680}]]}
I20260630 12:36:28.464481  5524 rpcz_store.cc:276] 0630 12:36:26.950899 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.951049 (+   150us) service_pool.cc:224] Handling call
0630 12:36:27.236426 (+285377us) spinlock_profiling.cc:243] Waited 2.68 ms on lock 0x7b58002ad898. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4439bed841 00007f4439d2d1b1 00007f4439d2d062 00007f4442c43999 00007f4441d9aee0 00007f4441e640ab 00007f4441e64131 00007f4441e23570 00007f4441e0fa69 00007f4441e0dd62 00007f4440eebf84
0630 12:36:28.463939 (+1227513us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.701631 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31a4ee9150c74595ba1c14faae2a7098
0630 12:36:27.741549 (+ 39918us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.742332 (+   783us) write_op.cc:435] Acquired schema lock
0630 12:36:27.742868 (+   536us) tablet.cc:662] Decoding operations
0630 12:36:27.795904 (+ 53036us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:27.800111 (+  4207us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:27.803550 (+  3439us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:27.806208 (+  2658us) tablet.cc:701] Row locks acquired
0630 12:36:27.806227 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:27.806435 (+   208us) write_op.cc:270] Start()
0630 12:36:27.806567 (+   132us) write_op.cc:276] Timestamp: P: 1782822987806383 usec, L: 0
0630 12:36:27.806589 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:27.909532 (+102943us) log.cc:844] Serialized 605 byte log entry
0630 12:36:28.316619 (+407087us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.459480 (+142861us) write_op.cc:301] APPLY: starting
0630 12:36:28.459578 (+    98us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.459770 (+   192us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.459874 (+   104us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.462208 (+  2334us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.462436 (+   228us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.462493 (+    57us) write_op.cc:312] APPLY: finished
0630 12:36:28.462724 (+   231us) log.cc:844] Serialized 58 byte log entry
0630 12:36:28.463496 (+   772us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.463585 (+    89us) write_op.cc:454] Released schema lock
0630 12:36:28.463623 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":6160768,"child_traces":[["op",{"apply.queue_time_us":140582,"num_ops":7,"prepare.queue_time_us":455024,"prepare.run_cpu_time_us":4765,"prepare.run_wall_time_us":218910,"replication_time_us":508992}]]}
I20260630 12:36:28.517395  5474 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:47572 (ReqId={client: b29f19742f8c457d966dc3362d81b836, seq_no=31, attempt_no=0}) took 1562 ms. Trace:
I20260630 12:36:28.517915  5474 rpcz_store.cc:276] 0630 12:36:26.955313 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.956542 (+  1229us) service_pool.cc:224] Handling call
0630 12:36:27.292318 (+335776us) spinlock_profiling.cc:243] Waited 14.6 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.517319 (+1225001us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:27.926404 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31a4ee9150c74595ba1c14faae2a7098
0630 12:36:27.976023 (+ 49619us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:27.978837 (+  2814us) write_op.cc:435] Acquired schema lock
0630 12:36:27.980709 (+  1872us) tablet.cc:662] Decoding operations
0630 12:36:28.025353 (+ 44644us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:28.026242 (+   889us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:28.026943 (+   701us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:28.063539 (+ 36596us) tablet.cc:701] Row locks acquired
0630 12:36:28.065555 (+  2016us) write_op.cc:260] PREPARE: finished
0630 12:36:28.076250 (+ 10695us) write_op.cc:270] Start()
0630 12:36:28.086200 (+  9950us) write_op.cc:276] Timestamp: P: 1782822988073061 usec, L: 0
0630 12:36:28.087575 (+  1375us) op_driver.cc:348] REPLICATION: starting
0630 12:36:28.312009 (+224434us) spinlock_profiling.cc:243] Waited 11.5 ms on lock 0x7b54001944a0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f4441b325c4 00007f443cdc75ab 00007f443cdc72fa 00007f443ce4b965 00007f443ce4be09 00007f4440886581 00007f4440885d58 00007f444088a9f1 00007f444088a9a9 00007f444088a939 00007f444088a901
0630 12:36:28.312828 (+   819us) log.cc:844] Serialized 562 byte log entry
0630 12:36:28.409225 (+ 96397us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.476390 (+ 67165us) write_op.cc:301] APPLY: starting
0630 12:36:28.476465 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.476622 (+   157us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.476643 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.477692 (+  1049us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.477888 (+   196us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.477935 (+    47us) write_op.cc:312] APPLY: finished
0630 12:36:28.478114 (+   179us) log.cc:844] Serialized 52 byte log entry
0630 12:36:28.481116 (+  3002us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.486588 (+  5472us) write_op.cc:454] Released schema lock
0630 12:36:28.488200 (+  1612us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":33553664,"child_traces":[["op",{"apply.queue_time_us":66979,"num_ops":6,"prepare.queue_time_us":535721,"prepare.run_cpu_time_us":8970,"prepare.run_wall_time_us":388690,"replication_time_us":321533,"spinlock_wait_cycles":26368896}]]}
I20260630 12:36:28.482594  5502 rpcz_store.cc:276] 0630 12:36:26.954601 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:26.956443 (+  1842us) service_pool.cc:224] Handling call
0630 12:36:27.495684 (+539241us) spinlock_profiling.cc:243] Waited 6.18 ms on lock 0x7b34002248b8. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443b102171 00007f443b14718c 00007f443b18c1d1 00007f443b18f4cf 00007f443b190821 00007f443b1907d9 00007f443b190769 00007f443b190731 00007f443b18fa2d 000000000043f3c4 000000000043f209
0630 12:36:28.480549 (+984865us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:28.165303 (+     0us) write_op.cc:183] PREPARE: starting on tablet 82df505913cf4ec0ac2a99f9af2e4a03
0630 12:36:28.165837 (+   534us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:28.165867 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:36:28.165886 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:28.166309 (+   423us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:28.166361 (+    52us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:28.166391 (+    30us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:28.166756 (+   365us) tablet.cc:701] Row locks acquired
0630 12:36:28.166775 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:28.166969 (+   194us) write_op.cc:270] Start()
0630 12:36:28.167086 (+   117us) write_op.cc:276] Timestamp: P: 1782822988166923 usec, L: 0
0630 12:36:28.167109 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:28.167773 (+   664us) log.cc:844] Serialized 475 byte log entry
0630 12:36:28.344152 (+176379us) spinlock_profiling.cc:243] Waited 2.87 ms on lock 0x7b58002090d0. stack: 00007f4439d32983 00007f4439d32880 00007f44396c21d4 000000000042d824 000000000042d7b9 00007f443cdba090 00007f443cdaa43c 00007f443cdb0d53 00007f443cdb0cd9 00007f443cdb0c69 00007f443cdb0c31 00007f443cdafdfd 000000000043f3c4 000000000043f209 00007f4439d64ab5 00007f4439d66e01
0630 12:36:28.362048 (+ 17896us) op_driver.cc:464] REPLICATION: finished
0630 12:36:28.473091 (+111043us) write_op.cc:301] APPLY: starting
0630 12:36:28.473158 (+    67us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:28.473294 (+   136us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:28.473316 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:28.474002 (+   686us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:28.474177 (+   175us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:28.474229 (+    52us) write_op.cc:312] APPLY: finished
0630 12:36:28.474442 (+   213us) log.cc:844] Serialized 40 byte log entry
0630 12:36:28.479134 (+  4692us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:28.479229 (+    95us) write_op.cc:454] Released schema lock
0630 12:36:28.479271 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":14212864,"child_traces":[["op",{"apply.queue_time_us":110862,"mutex_wait_us":2951,"num_ops":4,"prepare.queue_time_us":666699,"prepare.run_cpu_time_us":20864,"prepare.run_wall_time_us":54134,"raft.queue_time_us":23218,"raft.run_cpu_time_us":2969,"raft.run_wall_time_us":133073,"replication_time_us":194817,"spinlock_wait_cycles":8482816,"thread_start_us":25723,"threads_started":1}]]}
W20260630 12:36:28.869035  5114 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:38433, user_credentials={real_user=slave}} blocked reactor thread for 93504.9us
W20260630 12:36:28.910877  5189 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:38433, user_credentials={real_user=slave}} blocked reactor thread for 166543us
W20260630 12:36:28.928504  5115 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:37167, user_credentials={real_user=slave}} blocked reactor thread for 85925.1us
W20260630 12:36:29.136499  5114 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:38433, user_credentials={real_user=slave}} blocked reactor thread for 67819.9us
W20260630 12:36:30.967737  5114 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:38433, user_credentials={real_user=slave}} blocked reactor thread for 54462.6us
W20260630 12:36:31.974720  5115 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:37167, user_credentials={real_user=slave}} blocked reactor thread for 138463us
I20260630 12:36:32.041385   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:32.057305  5596 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:32.057286  5597 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:32.061079   642 server_base.cc:1061] running on GCE node
W20260630 12:36:32.061507  5599 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:32.064711   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:32.065016   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:32.065178   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822992065166 us; error 0 us; skew 500 ppm
I20260630 12:36:32.065660   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:32.069166   642 webserver.cc:533] Webserver started at http://127.0.160.132:35073/ using document root <none> and password file <none>
I20260630 12:36:32.069793   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:32.070019   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:32.070382   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:32.071967   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "ffb4491258b549be8d988da72f248f67"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-n1kv"
I20260630 12:36:32.077586   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.003s
I20260630 12:36:32.081148  5604 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.081915   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:32.082226   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "ffb4491258b549be8d988da72f248f67"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-n1kv"
I20260630 12:36:32.082516   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:32.091935   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:32.093453   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:32.095127   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:32.097954   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:32.098208   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.098453   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:32.098640   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.143249   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:34669
I20260630 12:36:32.143347  5666 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:34669 every 8 connection(s)
I20260630 12:36:32.149333   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:32.156486  5671 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:32.158784  5672 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:32.160236  5674 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:32.161676   642 server_base.cc:1061] running on GCE node
I20260630 12:36:32.165683   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:32.166031   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:32.166332   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822992166312 us; error 0 us; skew 500 ppm
I20260630 12:36:32.167177   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:32.170156  5667 heartbeater.cc:344] Connected to a master server at 127.0.160.190:42911
I20260630 12:36:32.170714  5667 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:32.170715   642 webserver.cc:533] Webserver started at http://127.0.160.133:41745/ using document root <none> and password file <none>
I20260630 12:36:32.171557   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:32.171849   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:32.171897  5667 heartbeater.cc:507] Master 127.0.160.190:42911 requested a full tablet report, sending...
I20260630 12:36:32.172317   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:32.174042   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-4-root/instance:
uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-n1kv"
I20260630 12:36:32.174782  5047 ts_manager.cc:194] Registered new tserver with Master: ffb4491258b549be8d988da72f248f67 (127.0.160.132:34669)
I20260630 12:36:32.176661  5047 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55520
I20260630 12:36:32.179387   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:36:32.183295  5679 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.184365   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:32.184715   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-4-root
uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-n1kv"
I20260630 12:36:32.185070   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-4-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:32.200664   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:32.202060   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:32.203719   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:32.206166   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:32.206491   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.206884   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:32.207129   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.272781   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.133:42863
I20260630 12:36:32.273464  5741 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.133:42863 every 8 connection(s)
I20260630 12:36:32.280627   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:32.287925  5745 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:32.288673  5746 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:32.293777   642 server_base.cc:1061] running on GCE node
W20260630 12:36:32.294232  5748 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:32.295368   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:32.295631   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:32.295949   642 hybrid_clock.cc:648] HybridClock initialized: now 1782822992295928 us; error 0 us; skew 500 ppm
I20260630 12:36:32.296657   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:32.299607  5742 heartbeater.cc:344] Connected to a master server at 127.0.160.190:42911
I20260630 12:36:32.300001  5742 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:32.300733  5742 heartbeater.cc:507] Master 127.0.160.190:42911 requested a full tablet report, sending...
I20260630 12:36:32.301996   642 webserver.cc:533] Webserver started at http://127.0.160.134:39741/ using document root <none> and password file <none>
I20260630 12:36:32.302671   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:32.302907   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:32.302845  5047 ts_manager.cc:194] Registered new tserver with Master: 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133:42863)
I20260630 12:36:32.303480   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:32.304586  5047 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55526
I20260630 12:36:32.304643   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-5-root/instance:
uuid: "a99af35b34294ee181fd93e46e9e5531"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-n1kv"
I20260630 12:36:32.309691   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:32.313146  5753 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.313862   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:32.314168   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-5-root
uuid: "a99af35b34294ee181fd93e46e9e5531"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-n1kv"
I20260630 12:36:32.314460   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-5-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:32.325984   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:32.327766   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:32.330053   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:32.333384   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:32.333688   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.334014   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:32.334167   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.418578   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.134:40485
I20260630 12:36:32.418675  5815 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.134:40485 every 8 connection(s)
I20260630 12:36:32.435253  5816 heartbeater.cc:344] Connected to a master server at 127.0.160.190:42911
I20260630 12:36:32.435712  5816 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:32.436645  5816 heartbeater.cc:507] Master 127.0.160.190:42911 requested a full tablet report, sending...
I20260630 12:36:32.438971  5047 ts_manager.cc:194] Registered new tserver with Master: a99af35b34294ee181fd93e46e9e5531 (127.0.160.134:40485)
I20260630 12:36:32.440763  5047 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55528
I20260630 12:36:32.734525  5148 consensus_queue.cc:237] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:32.744441  5295 raft_consensus.cc:1275] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.746649  5414 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:32.746757  5223 raft_consensus.cc:1275] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.748931  5821 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:32.755023  5414 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:32.756979  5295 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
W20260630 12:36:32.758805  5114 consensus_peers.cc:597] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 -> Peer a99af35b34294ee181fd93e46e9e5531 (127.0.160.134:40485): Couldn't send request to peer a99af35b34294ee181fd93e46e9e5531. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6502893eec4c4b829fe990d47529574f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.760970  5223 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:32.780974  5047 catalog_manager.cc:5697] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:32.798727  5295 consensus_queue.cc:237] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [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: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:32.810194  5148 raft_consensus.cc:1275] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.810442  5223 raft_consensus.cc:1275] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.812141  5829 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:32.813364  5562 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
W20260630 12:36:32.826316  5262 consensus_peers.cc:597] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer ffb4491258b549be8d988da72f248f67 (127.0.160.132:34669): Couldn't send request to peer ffb4491258b549be8d988da72f248f67. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 31a4ee9150c74595ba1c14faae2a7098. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.826800  5562 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:32.828860  5148 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:32.829658  5223 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:32.844656  5146 consensus_queue.cc:237] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:32.846671  5047 catalog_manager.cc:5697] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:32.866809  5295 raft_consensus.cc:1275] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.868537  5414 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:32.868194  5223 raft_consensus.cc:1275] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.872131  5414 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:36:32.874330  5115 consensus_peers.cc:597] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 -> Peer 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133:42863): Couldn't send request to peer 8dcba4a75ee541ab9c60c6ea0d03c6db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 374ee63af7c94983a856e8ba563ad8fc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.876351  5821 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.877897  5295 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.883507  5223 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.902055  5039 catalog_manager.cc:5697] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.921960  5223 consensus_queue.cc:237] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:32.931282  5295 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.933025  5543 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:32.937870  5146 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:32.939322  5838 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:36:32.947296  5190 consensus_peers.cc:597] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a -> Peer 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133:42863): Couldn't send request to peer 8dcba4a75ee541ab9c60c6ea0d03c6db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 560f8a9346e0450cbc57ac7d14ef9435. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.950557  5543 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.953102  5295 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.959559  5148 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.966194  5047 catalog_manager.cc:5697] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:32.972115  5223 consensus_queue.cc:237] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:32.984304  5295 raft_consensus.cc:1275] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:36:32.987458  5838 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
I20260630 12:36:32.989135  5148 raft_consensus.cc:1275] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:36:32.999325  5838 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
W20260630 12:36:33.001037  5189 consensus_peers.cc:597] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a -> Peer a99af35b34294ee181fd93e46e9e5531 (127.0.160.134:40485): Couldn't send request to peer a99af35b34294ee181fd93e46e9e5531. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 341b932c13c844faba94cde1e4dabfbc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:33.000970  5842 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:33.003762  5295 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:33.006382  5148 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:33.017717  5047 catalog_manager.cc:5697] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: config changed from index -1 to 24, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:33.019403  5146 consensus_queue.cc:237] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:33.031852  5223 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:33.031947  5295 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:33.037746  5835 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:33.039359  5414 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:36:33.040474  5113 consensus_peers.cc:597] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 -> Peer ffb4491258b549be8d988da72f248f67 (127.0.160.132:34669): Couldn't send request to peer ffb4491258b549be8d988da72f248f67. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3491238a3ff146429623ac8c80bf297e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:33.046976  5835 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:33.050829  5223 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:33.056550  5295 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:33.062003  5043 catalog_manager.cc:5697] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:33.179878  5667 heartbeater.cc:499] Master 127.0.160.190:42911 was elected leader, sending a full tablet report...
I20260630 12:36:33.292277  5850 ts_tablet_manager.cc:933] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: Initiating tablet copy from peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:33.294660  5850 tablet_copy_client.cc:323] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:38433
I20260630 12:36:33.308032  5742 heartbeater.cc:499] Master 127.0.160.190:42911 was elected leader, sending a full tablet report...
I20260630 12:36:33.311568  5309 tablet_copy_service.cc:140] P f65674c7aefc4d0fa05ee8f459666f46: Received BeginTabletCopySession request for tablet 31a4ee9150c74595ba1c14faae2a7098 from peer ffb4491258b549be8d988da72f248f67 ({username='slave'} at 127.0.0.1:47590)
I20260630 12:36:33.312240  5309 tablet_copy_service.cc:161] P f65674c7aefc4d0fa05ee8f459666f46: Beginning new tablet copy session on tablet 31a4ee9150c74595ba1c14faae2a7098 from peer ffb4491258b549be8d988da72f248f67 at {username='slave'} at 127.0.0.1:47590: session id = ffb4491258b549be8d988da72f248f67-31a4ee9150c74595ba1c14faae2a7098
I20260630 12:36:33.322590  5309 tablet_copy_source_session.cc:215] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.327731  5850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31a4ee9150c74595ba1c14faae2a7098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.345377  5855 ts_tablet_manager.cc:933] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Initiating tablet copy from peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:33.348037  5854 ts_tablet_manager.cc:933] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: Initiating tablet copy from peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835)
I20260630 12:36:33.350528  5856 ts_tablet_manager.cc:933] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: Initiating tablet copy from peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835)
I20260630 12:36:33.355382  5856 tablet_copy_client.cc:323] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:46835
I20260630 12:36:33.357359  5855 tablet_copy_client.cc:323] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:37167
I20260630 12:36:33.357415  5854 tablet_copy_client.cc:323] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:46835
I20260630 12:36:33.375051  5850 tablet_copy_client.cc:806] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.375829  5850 tablet_copy_client.cc:670] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.380394  5851 tablet_copy_client.cc:1025] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.391810  5160 tablet_copy_service.cc:140] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Received BeginTabletCopySession request for tablet 374ee63af7c94983a856e8ba563ad8fc from peer 8dcba4a75ee541ab9c60c6ea0d03c6db ({username='slave'} at 127.0.0.1:51418)
I20260630 12:36:33.392333  5159 tablet_copy_service.cc:140] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Received BeginTabletCopySession request for tablet 6502893eec4c4b829fe990d47529574f from peer a99af35b34294ee181fd93e46e9e5531 ({username='slave'} at 127.0.0.1:51406)
I20260630 12:36:33.391803  5235 tablet_copy_service.cc:140] P 394eb139d06b42bb888257295aa1296a: Received BeginTabletCopySession request for tablet 560f8a9346e0450cbc57ac7d14ef9435 from peer 8dcba4a75ee541ab9c60c6ea0d03c6db ({username='slave'} at 127.0.0.1:43416)
I20260630 12:36:33.392560  5160 tablet_copy_service.cc:161] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Beginning new tablet copy session on tablet 374ee63af7c94983a856e8ba563ad8fc from peer 8dcba4a75ee541ab9c60c6ea0d03c6db at {username='slave'} at 127.0.0.1:51418: session id = 8dcba4a75ee541ab9c60c6ea0d03c6db-374ee63af7c94983a856e8ba563ad8fc
I20260630 12:36:33.393353  5235 tablet_copy_service.cc:161] P 394eb139d06b42bb888257295aa1296a: Beginning new tablet copy session on tablet 560f8a9346e0450cbc57ac7d14ef9435 from peer 8dcba4a75ee541ab9c60c6ea0d03c6db at {username='slave'} at 127.0.0.1:43416: session id = 8dcba4a75ee541ab9c60c6ea0d03c6db-560f8a9346e0450cbc57ac7d14ef9435
I20260630 12:36:33.393567  5159 tablet_copy_service.cc:161] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Beginning new tablet copy session on tablet 6502893eec4c4b829fe990d47529574f from peer a99af35b34294ee181fd93e46e9e5531 at {username='slave'} at 127.0.0.1:51406: session id = a99af35b34294ee181fd93e46e9e5531-6502893eec4c4b829fe990d47529574f
I20260630 12:36:33.402164  5160 tablet_copy_source_session.cc:215] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.402884  5235 tablet_copy_source_session.cc:215] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.403112  5159 tablet_copy_source_session.cc:215] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.405980  5854 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 374ee63af7c94983a856e8ba563ad8fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.406729  5855 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560f8a9346e0450cbc57ac7d14ef9435. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.411825  5856 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6502893eec4c4b829fe990d47529574f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.425619  5855 tablet_copy_client.cc:806] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.426232  5855 tablet_copy_client.cc:670] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.430063  5857 tablet_copy_client.cc:1025] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.424155  5854 tablet_copy_client.cc:806] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.432713  5854 tablet_copy_client.cc:670] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.433703  5865 ts_tablet_manager.cc:933] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: Initiating tablet copy from peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835)
I20260630 12:36:33.434067  5856 tablet_copy_client.cc:806] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.435968  5856 tablet_copy_client.cc:670] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.436880  5865 tablet_copy_client.cc:323] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:46835
I20260630 12:36:33.437651  5858 tablet_copy_client.cc:1025] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.441772  5859 tablet_copy_client.cc:1025] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.443470  5816 heartbeater.cc:499] Master 127.0.160.190:42911 was elected leader, sending a full tablet report...
I20260630 12:36:33.447966  5159 tablet_copy_service.cc:140] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Received BeginTabletCopySession request for tablet 3491238a3ff146429623ac8c80bf297e from peer ffb4491258b549be8d988da72f248f67 ({username='slave'} at 127.0.0.1:51428)
I20260630 12:36:33.448542  5159 tablet_copy_service.cc:161] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Beginning new tablet copy session on tablet 3491238a3ff146429623ac8c80bf297e from peer ffb4491258b549be8d988da72f248f67 at {username='slave'} at 127.0.0.1:51428: session id = ffb4491258b549be8d988da72f248f67-3491238a3ff146429623ac8c80bf297e
I20260630 12:36:33.456383  5159 tablet_copy_source_session.cc:215] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.459899  5865 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3491238a3ff146429623ac8c80bf297e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.477741  5865 tablet_copy_client.cc:806] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.478365  5865 tablet_copy_client.cc:670] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.482978  5866 tablet_copy_client.cc:1025] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.537051  5867 ts_tablet_manager.cc:933] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: Initiating tablet copy from peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:33.538930  5867 tablet_copy_client.cc:323] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:37167
I20260630 12:36:33.548029  5235 tablet_copy_service.cc:140] P 394eb139d06b42bb888257295aa1296a: Received BeginTabletCopySession request for tablet 341b932c13c844faba94cde1e4dabfbc from peer a99af35b34294ee181fd93e46e9e5531 ({username='slave'} at 127.0.0.1:43420)
I20260630 12:36:33.548573  5235 tablet_copy_service.cc:161] P 394eb139d06b42bb888257295aa1296a: Beginning new tablet copy session on tablet 341b932c13c844faba94cde1e4dabfbc from peer a99af35b34294ee181fd93e46e9e5531 at {username='slave'} at 127.0.0.1:43420: session id = a99af35b34294ee181fd93e46e9e5531-341b932c13c844faba94cde1e4dabfbc
I20260630 12:36:33.554013  5235 tablet_copy_source_session.cc:215] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.556833  5867 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 341b932c13c844faba94cde1e4dabfbc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.567951  5867 tablet_copy_client.cc:806] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.568549  5867 tablet_copy_client.cc:670] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.572795  5868 tablet_copy_client.cc:1025] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:35.381423  5850 tablet_copy_client.cc:538] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.391944  5850 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: Bootstrap starting.
I20260630 12:36:35.430994  5855 tablet_copy_client.cc:538] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.438566  5854 tablet_copy_client.cc:538] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.442807  5856 tablet_copy_client.cc:538] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.445698  5855 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap starting.
I20260630 12:36:35.448108  5854 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap starting.
I20260630 12:36:35.452667  5856 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: Bootstrap starting.
I20260630 12:36:35.483981  5865 tablet_copy_client.cc:538] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.494896  5865 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: Bootstrap starting.
W20260630 12:36:35.541676  5262 consensus_peers.cc:597] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer ffb4491258b549be8d988da72f248f67 (127.0.160.132:34669): Couldn't send request to peer ffb4491258b549be8d988da72f248f67. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
W20260630 12:36:35.560190  5113 consensus_peers.cc:597] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 -> Peer ffb4491258b549be8d988da72f248f67 (127.0.160.132:34669): Couldn't send request to peer ffb4491258b549be8d988da72f248f67. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260630 12:36:35.573856  5867 tablet_copy_client.cc:538] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.583956  5867 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: Bootstrap starting.
I20260630 12:36:35.671631  5855 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=108 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.672672  5855 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap complete.
I20260630 12:36:35.679910  5855 ts_tablet_manager.cc:1403] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent bootstrapping tablet: real 0.234s	user 0.153s	sys 0.012s
I20260630 12:36:35.683022  5855 raft_consensus.cc:359] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:35.684171  5855 raft_consensus.cc:740] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8dcba4a75ee541ab9c60c6ea0d03c6db, State: Initialized, Role: LEARNER
I20260630 12:36:35.684893  5855 consensus_queue.cc:260] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:35.723714  5855 ts_tablet_manager.cc:1434] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent starting tablet: real 0.043s	user 0.015s	sys 0.025s
I20260630 12:36:35.736011  5235 tablet_copy_service.cc:342] P 394eb139d06b42bb888257295aa1296a: Request end of tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-560f8a9346e0450cbc57ac7d14ef9435 received from {username='slave'} at 127.0.0.1:43416
I20260630 12:36:35.736574  5235 tablet_copy_service.cc:434] P 394eb139d06b42bb888257295aa1296a: ending tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-560f8a9346e0450cbc57ac7d14ef9435 on tablet 560f8a9346e0450cbc57ac7d14ef9435 with peer 8dcba4a75ee541ab9c60c6ea0d03c6db
I20260630 12:36:35.766149  5850 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=97 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.768147  5854 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.776165  5850 tablet_bootstrap.cc:492] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: Bootstrap complete.
I20260630 12:36:35.776223  5854 tablet_bootstrap.cc:492] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap complete.
I20260630 12:36:35.777040  5850 ts_tablet_manager.cc:1403] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: Time spent bootstrapping tablet: real 0.385s	user 0.162s	sys 0.005s
I20260630 12:36:35.777249  5854 ts_tablet_manager.cc:1403] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent bootstrapping tablet: real 0.329s	user 0.146s	sys 0.021s
I20260630 12:36:35.780107  5850 raft_consensus.cc:359] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:35.780962  5850 raft_consensus.cc:740] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ffb4491258b549be8d988da72f248f67, State: Initialized, Role: LEARNER
I20260630 12:36:35.781579  5850 consensus_queue.cc:260] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [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: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:35.783667  5854 raft_consensus.cc:359] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:35.784508  5854 raft_consensus.cc:740] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8dcba4a75ee541ab9c60c6ea0d03c6db, State: Initialized, Role: LEARNER
I20260630 12:36:35.785120  5854 consensus_queue.cc:260] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:35.794340  5854 ts_tablet_manager.cc:1434] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.000s
I20260630 12:36:35.796304  5850 ts_tablet_manager.cc:1434] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.000s
I20260630 12:36:35.797806  5159 tablet_copy_service.cc:342] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Request end of tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-374ee63af7c94983a856e8ba563ad8fc received from {username='slave'} at 127.0.0.1:51418
I20260630 12:36:35.798367  5159 tablet_copy_service.cc:434] P 9fd0d3fd975d4af28ee71e5b9d6d3424: ending tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-374ee63af7c94983a856e8ba563ad8fc on tablet 374ee63af7c94983a856e8ba563ad8fc with peer 8dcba4a75ee541ab9c60c6ea0d03c6db
I20260630 12:36:35.800410  5309 tablet_copy_service.cc:342] P f65674c7aefc4d0fa05ee8f459666f46: Request end of tablet copy session ffb4491258b549be8d988da72f248f67-31a4ee9150c74595ba1c14faae2a7098 received from {username='slave'} at 127.0.0.1:47590
I20260630 12:36:35.800933  5309 tablet_copy_service.cc:434] P f65674c7aefc4d0fa05ee8f459666f46: ending tablet copy session ffb4491258b549be8d988da72f248f67-31a4ee9150c74595ba1c14faae2a7098 on tablet 31a4ee9150c74595ba1c14faae2a7098 with peer ffb4491258b549be8d988da72f248f67
I20260630 12:36:35.848268  5856 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.848973  5865 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=105 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.849354  5856 tablet_bootstrap.cc:492] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: Bootstrap complete.
I20260630 12:36:35.849970  5865 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: Bootstrap complete.
I20260630 12:36:35.850183  5856 ts_tablet_manager.cc:1403] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: Time spent bootstrapping tablet: real 0.398s	user 0.119s	sys 0.043s
I20260630 12:36:35.850744  5865 ts_tablet_manager.cc:1403] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: Time spent bootstrapping tablet: real 0.356s	user 0.143s	sys 0.018s
I20260630 12:36:35.854780  5856 raft_consensus.cc:359] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:35.855711  5856 raft_consensus.cc:740] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a99af35b34294ee181fd93e46e9e5531, State: Initialized, Role: LEARNER
I20260630 12:36:35.856369  5856 consensus_queue.cc:260] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:35.857256  5865 raft_consensus.cc:359] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:35.858160  5865 raft_consensus.cc:740] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ffb4491258b549be8d988da72f248f67, State: Initialized, Role: LEARNER
I20260630 12:36:35.858814  5865 consensus_queue.cc:260] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:35.860908  5865 ts_tablet_manager.cc:1434] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:35.863148  5159 tablet_copy_service.cc:342] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Request end of tablet copy session ffb4491258b549be8d988da72f248f67-3491238a3ff146429623ac8c80bf297e received from {username='slave'} at 127.0.0.1:51428
I20260630 12:36:35.863607  5159 tablet_copy_service.cc:434] P 9fd0d3fd975d4af28ee71e5b9d6d3424: ending tablet copy session ffb4491258b549be8d988da72f248f67-3491238a3ff146429623ac8c80bf297e on tablet 3491238a3ff146429623ac8c80bf297e with peer ffb4491258b549be8d988da72f248f67
I20260630 12:36:35.872081  5856 ts_tablet_manager.cc:1434] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.004s
I20260630 12:36:35.874089  5159 tablet_copy_service.cc:342] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Request end of tablet copy session a99af35b34294ee181fd93e46e9e5531-6502893eec4c4b829fe990d47529574f received from {username='slave'} at 127.0.0.1:51406
I20260630 12:36:35.874565  5159 tablet_copy_service.cc:434] P 9fd0d3fd975d4af28ee71e5b9d6d3424: ending tablet copy session a99af35b34294ee181fd93e46e9e5531-6502893eec4c4b829fe990d47529574f on tablet 6502893eec4c4b829fe990d47529574f with peer a99af35b34294ee181fd93e46e9e5531
I20260630 12:36:35.880044  5717 raft_consensus.cc:1217] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:35.885157  5867 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.886332  5867 tablet_bootstrap.cc:492] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: Bootstrap complete.
I20260630 12:36:35.887006  5867 ts_tablet_manager.cc:1403] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: Time spent bootstrapping tablet: real 0.303s	user 0.139s	sys 0.013s
I20260630 12:36:35.889261  5867 raft_consensus.cc:359] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:35.889887  5867 raft_consensus.cc:740] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a99af35b34294ee181fd93e46e9e5531, State: Initialized, Role: LEARNER
I20260630 12:36:35.890342  5867 consensus_queue.cc:260] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:35.892198  5867 ts_tablet_manager.cc:1434] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:36:35.894521  5235 tablet_copy_service.cc:342] P 394eb139d06b42bb888257295aa1296a: Request end of tablet copy session a99af35b34294ee181fd93e46e9e5531-341b932c13c844faba94cde1e4dabfbc received from {username='slave'} at 127.0.0.1:43420
I20260630 12:36:35.894935  5235 tablet_copy_service.cc:434] P 394eb139d06b42bb888257295aa1296a: ending tablet copy session a99af35b34294ee181fd93e46e9e5531-341b932c13c844faba94cde1e4dabfbc on tablet 341b932c13c844faba94cde1e4dabfbc with peer a99af35b34294ee181fd93e46e9e5531
I20260630 12:36:35.934028  5791 raft_consensus.cc:1217] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:36.038029  5791 raft_consensus.cc:1217] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260630 12:36:36.044721  5642 raft_consensus.cc:1217] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:36.059410  5642 raft_consensus.cc:1217] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:36.072940  5717 raft_consensus.cc:1217] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:36.266062  5885 raft_consensus.cc:1064] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: attempting to promote NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db to VOTER
I20260630 12:36:36.268379  5885 consensus_queue.cc:237] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } }
I20260630 12:36:36.278725  5717 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.278992  5146 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.280290  5295 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.282744  5842 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:36.285418  5842 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:36.290639  5886 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:36.301322  5886 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.303597  5146 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.304477  5295 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.319578  5043 catalog_manager.cc:5697] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.321693  5717 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.348023  5223 consensus_queue.cc:237] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } }
I20260630 12:36:36.354790  5717 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:36.355094  5146 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:36.356395  5888 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:36.357427  5842 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:36.364292  5842 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.367282  5717 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.367687  5146 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.375185  5034 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 560f8a9346e0450cbc57ac7d14ef9435 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:36.384104  5042 catalog_manager.cc:5697] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db reported cstate change: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.396277  5281 tablet_service.cc:1558] Processing DeleteTablet for tablet 560f8a9346e0450cbc57ac7d14ef9435 with delete_type TABLET_DATA_TOMBSTONED (TS f65674c7aefc4d0fa05ee8f459666f46 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:47540
I20260630 12:36:36.400079  5896 tablet_replica.cc:333] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:36.401146  5896 raft_consensus.cc:2243] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:36.402007  5896 raft_consensus.cc:2272] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:36.406775  5896 ts_tablet_manager.cc:1916] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:36.421296  5896 ts_tablet_manager.cc:1929] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:36.421708  5896 log.cc:1199] T 560f8a9346e0450cbc57ac7d14ef9435 P f65674c7aefc4d0fa05ee8f459666f46: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-2-root/wals/560f8a9346e0450cbc57ac7d14ef9435
I20260630 12:36:36.423257  5033 catalog_manager.cc:5028] TS f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): tablet 560f8a9346e0450cbc57ac7d14ef9435 (table test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]) successfully deleted
I20260630 12:36:36.531574  5842 raft_consensus.cc:1064] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: attempting to promote NON_VOTER a99af35b34294ee181fd93e46e9e5531 to VOTER
I20260630 12:36:36.533694  5842 consensus_queue.cc:237] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } }
I20260630 12:36:36.541659  5791 raft_consensus.cc:1275] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:36:36.543923  5886 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:36:36.555382  5295 raft_consensus.cc:1275] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:36:36.557240  5886 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:36:36.559988  5821 raft_consensus.cc:1064] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: attempting to promote NON_VOTER a99af35b34294ee181fd93e46e9e5531 to VOTER
I20260630 12:36:36.570005  5899 raft_consensus.cc:1064] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: attempting to promote NON_VOTER ffb4491258b549be8d988da72f248f67 to VOTER
I20260630 12:36:36.569746  5821 consensus_queue.cc:237] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } }
I20260630 12:36:36.570953  5146 raft_consensus.cc:1275] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:36:36.572959  5888 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:36:36.572860  5899 consensus_queue.cc:237] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } }
I20260630 12:36:36.583570  5885 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.598023  5295 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.612088  5791 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.629215  5642 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.630879  5146 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.632424  5295 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.637434  5047 catalog_manager.cc:5697] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index 24 to 25, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:36.646445  5883 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:36.647944  5790 raft_consensus.cc:1275] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.650243  5223 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.653630  5222 raft_consensus.cc:1275] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.656610  5294 raft_consensus.cc:1275] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.658573  5902 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:36.664333  5902 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:36.666164  5899 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:36.688881  5898 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:36.691226  5898 raft_consensus.cc:1064] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: attempting to promote NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db to VOTER
I20260630 12:36:36.694409  5898 consensus_queue.cc:237] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } }
I20260630 12:36:36.697326  5883 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:36.753548  5222 consensus_queue.cc:237] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [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: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } }
I20260630 12:36:36.765923  5791 raft_consensus.cc:1275] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:36.770085  5222 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.771726  5915 raft_consensus.cc:1064] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: attempting to promote NON_VOTER ffb4491258b549be8d988da72f248f67 to VOTER
I20260630 12:36:36.775565  5915 consensus_queue.cc:237] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [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: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } }
I20260630 12:36:36.748309  5902 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.790885  5294 raft_consensus.cc:1275] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:36.778759  5717 raft_consensus.cc:1275] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.760092  5899 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:36.793637  5047 catalog_manager.cc:5697] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index 26 to 27, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.783695  5842 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:36.807528  5842 consensus_queue.cc:1048] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:36:36.808831  5914 log.cc:927] Time spent T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: Append to log took a long time: real 0.090s	user 0.001s	sys 0.000s
I20260630 12:36:36.816949  5883 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:36.814422  5842 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.828125  5642 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:36.817703  5791 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.848667  5295 raft_consensus.cc:2955] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.852865  5294 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.863888  5298 raft_consensus.cc:1275] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.865824  5034 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 341b932c13c844faba94cde1e4dabfbc with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:36.869307  5223 raft_consensus.cc:1275] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.868335  5222 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:36.870937  5883 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:36.877812  5295 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:36.890695  5047 catalog_manager.cc:5697] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index 25 to 26, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:36.908533  5920 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.002s
I20260630 12:36:36.917960  5641 raft_consensus.cc:1275] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.921240  5791 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:36.968264  5219 raft_consensus.cc:1275] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.972152  5146 raft_consensus.cc:1275] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:36.978438  5916 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.006s
I20260630 12:36:36.988766  5294 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.996850  5135 tablet_service.cc:1558] Processing DeleteTablet for tablet 341b932c13c844faba94cde1e4dabfbc with delete_type TABLET_DATA_TOMBSTONED (TS 9fd0d3fd975d4af28ee71e5b9d6d3424 not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:51350
I20260630 12:36:36.982999  5902 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:36.995518  5043 catalog_manager.cc:5697] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 reported cstate change: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:36.983711  5146 consensus_queue.cc:237] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } }
I20260630 12:36:37.014945  5717 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:37.016762  5223 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:37.003894  5873 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.019s
I20260630 12:36:37.027786  5915 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:37.030201  5790 raft_consensus.cc:1275] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.034057  5928 tablet_replica.cc:333] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:37.034209  5899 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:37.034795  5223 raft_consensus.cc:1275] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.035386  5928 raft_consensus.cc:2243] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.036094  5928 raft_consensus.cc:2272] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.036434  5899 consensus_queue.cc:1048] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:37.041209  5928 ts_tablet_manager.cc:1916] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:37.050928  5918 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:37.055205  5219 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:37.060793  5148 consensus_queue.cc:237] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } }
I20260630 12:36:37.065691  5043 catalog_manager.cc:5697] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: config changed from index 26 to 27, 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:37.076076  5790 raft_consensus.cc:2955] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:37.088177  5033 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6502893eec4c4b829fe990d47529574f with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:37.086404  5873 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.088770  5642 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.095165  5928 ts_tablet_manager.cc:1929] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260630 12:36:37.098716  5928 log.cc:1199] T 341b932c13c844faba94cde1e4dabfbc P 9fd0d3fd975d4af28ee71e5b9d6d3424: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-0-root/wals/341b932c13c844faba94cde1e4dabfbc
I20260630 12:36:37.100665  5641 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.102036  5294 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.103642  5918 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:37.110458  5920 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:37.112172  5148 consensus_queue.cc:237] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } }
I20260630 12:36:37.112692  5039 catalog_manager.cc:5697] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 reported cstate change: config changed from index 27 to 28, VOTER f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131) evicted. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } } }
I20260630 12:36:37.118964  5899 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.122222  5640 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.124845  5146 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.134985  5294 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.147133  5033 catalog_manager.cc:5028] TS 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): tablet 341b932c13c844faba94cde1e4dabfbc (table test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]) successfully deleted
I20260630 12:36:37.159637  5295 raft_consensus.cc:1275] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.161583  5033 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3491238a3ff146429623ac8c80bf297e with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:37.163026  5281 tablet_service.cc:1558] Processing DeleteTablet for tablet 6502893eec4c4b829fe990d47529574f with delete_type TABLET_DATA_TOMBSTONED (TS f65674c7aefc4d0fa05ee8f459666f46 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:47540
I20260630 12:36:37.164027  5717 raft_consensus.cc:1275] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.164649  5219 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.166944  5917 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:37.169345  5917 consensus_queue.cc:1048] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:37.174908  5042 catalog_manager.cc:5697] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:37.177235  5902 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:37.180476  5717 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:37.193828  5932 tablet_replica.cc:333] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:37.196846  5295 raft_consensus.cc:2955] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:37.200870  5932 raft_consensus.cc:2243] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.201160  5033 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 374ee63af7c94983a856e8ba563ad8fc with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:37.201993  5932 raft_consensus.cc:2272] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.201704  5043 catalog_manager.cc:5697] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index 26 to 27, ffb4491258b549be8d988da72f248f67 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.211314  5047 catalog_manager.cc:5697] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db reported cstate change: config changed from index 27 to 28, VOTER 394eb139d06b42bb888257295aa1296a (127.0.160.130) evicted. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } }
I20260630 12:36:37.216583  5215 tablet_service.cc:1558] Processing DeleteTablet for tablet 3491238a3ff146429623ac8c80bf297e with delete_type TABLET_DATA_TOMBSTONED (TS 394eb139d06b42bb888257295aa1296a not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:43396
I20260630 12:36:37.225304  5295 consensus_queue.cc:237] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [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: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } }
I20260630 12:36:37.226699  5212 tablet_service.cc:1558] Processing DeleteTablet for tablet 374ee63af7c94983a856e8ba563ad8fc with delete_type TABLET_DATA_TOMBSTONED (TS 394eb139d06b42bb888257295aa1296a not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:43396
I20260630 12:36:37.226676  5932 ts_tablet_manager.cc:1916] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:37.230821  5640 raft_consensus.cc:1275] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.232378  5219 raft_consensus.cc:1275] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:37.233104  5873 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:37.236763  5873 consensus_queue.cc:1048] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:37.241766  5933 tablet_replica.cc:333] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:37.243492  5933 raft_consensus.cc:2243] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.244257  5915 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.246340  5933 raft_consensus.cc:2272] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.248173  5642 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.257411  5933 ts_tablet_manager.cc:1916] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:37.269390  5219 raft_consensus.cc:2955] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.283809  5033 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 31a4ee9150c74595ba1c14faae2a7098 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:37.286554  5042 catalog_manager.cc:5697] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index 27 to 28, VOTER 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } }
I20260630 12:36:37.287325  5933 ts_tablet_manager.cc:1929] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:37.289057  5933 log.cc:1199] T 3491238a3ff146429623ac8c80bf297e P 394eb139d06b42bb888257295aa1296a: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-1-root/wals/3491238a3ff146429623ac8c80bf297e
I20260630 12:36:37.291061  5034 catalog_manager.cc:5028] TS 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): tablet 3491238a3ff146429623ac8c80bf297e (table test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]) successfully deleted
I20260630 12:36:37.291226  5933 tablet_replica.cc:333] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:37.292323  5933 raft_consensus.cc:2243] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.293262  5933 raft_consensus.cc:2272] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.298628  5933 ts_tablet_manager.cc:1916] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:37.304661  5135 tablet_service.cc:1558] Processing DeleteTablet for tablet 31a4ee9150c74595ba1c14faae2a7098 with delete_type TABLET_DATA_TOMBSTONED (TS 9fd0d3fd975d4af28ee71e5b9d6d3424 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:51350
I20260630 12:36:37.307402  5928 tablet_replica.cc:333] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:37.308372  5928 raft_consensus.cc:2243] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.309170  5928 raft_consensus.cc:2272] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.303145  5932 ts_tablet_manager.cc:1929] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:37.309863  5932 log.cc:1199] T 6502893eec4c4b829fe990d47529574f P f65674c7aefc4d0fa05ee8f459666f46: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-2-root/wals/6502893eec4c4b829fe990d47529574f
I20260630 12:36:37.312312  5933 ts_tablet_manager.cc:1929] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:37.312712  5933 log.cc:1199] T 374ee63af7c94983a856e8ba563ad8fc P 394eb139d06b42bb888257295aa1296a: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-1-root/wals/374ee63af7c94983a856e8ba563ad8fc
I20260630 12:36:37.314146  5033 catalog_manager.cc:5028] TS f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): tablet 6502893eec4c4b829fe990d47529574f (table test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]) successfully deleted
I20260630 12:36:37.314644  5928 ts_tablet_manager.cc:1916] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:37.314590  5034 catalog_manager.cc:5028] TS 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): tablet 374ee63af7c94983a856e8ba563ad8fc (table test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]) successfully deleted
I20260630 12:36:37.325397  5928 ts_tablet_manager.cc:1929] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:37.325838  5928 log.cc:1199] T 31a4ee9150c74595ba1c14faae2a7098 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861050400-642-0/minicluster-data/ts-0-root/wals/31a4ee9150c74595ba1c14faae2a7098
I20260630 12:36:37.327279  5033 catalog_manager.cc:5028] TS 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): tablet 31a4ee9150c74595ba1c14faae2a7098 (table test-workload [id=04d7a0cc14bb41f186c53767a90ab75d]) successfully deleted
I20260630 12:36:38.327278  5146 consensus_queue.cc:237] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
W20260630 12:36:38.334980  5114 consensus_peers.cc:597] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 -> Peer a99af35b34294ee181fd93e46e9e5531 (127.0.160.134:40485): Couldn't send request to peer a99af35b34294ee181fd93e46e9e5531. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2282aeb134bd44c6ad9d35b0671b7c88. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:38.335697  5295 raft_consensus.cc:1275] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.336205  5219 raft_consensus.cc:1275] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.337055  5936 consensus_queue.cc:1048] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:38.338021  5899 consensus_queue.cc:1048] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:38.345734  5936 raft_consensus.cc:2955] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:38.347592  5219 raft_consensus.cc:2955] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:38.348722  5295 raft_consensus.cc:2955] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:38.362484  5043 catalog_manager.cc:5697] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: config changed from index -1 to 26, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:38.369993  5146 consensus_queue.cc:237] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
W20260630 12:36:38.379109  5113 consensus_peers.cc:597] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 -> Peer ffb4491258b549be8d988da72f248f67 (127.0.160.132:34669): Couldn't send request to peer ffb4491258b549be8d988da72f248f67. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2901299061d24e848592ac9709594ad8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:38.379716  5219 raft_consensus.cc:1275] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.379716  5295 raft_consensus.cc:1275] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.381579  5899 consensus_queue.cc:1048] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:38.382668  5936 consensus_queue.cc:1048] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:38.394317  5936 raft_consensus.cc:2955] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:38.396067  5219 raft_consensus.cc:2955] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:38.400336  5295 raft_consensus.cc:2955] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:38.408124  5294 consensus_queue.cc:237] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:38.407950  5039 catalog_manager.cc:5697] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 reported cstate change: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:38.421175  5148 raft_consensus.cc:1275] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.426265  5948 consensus_queue.cc:1048] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.002s
I20260630 12:36:38.438689  5223 raft_consensus.cc:1275] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.440557  5948 consensus_queue.cc:1048] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:36:38.451633  5264 consensus_peers.cc:597] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133:42863): Couldn't send request to peer 8dcba4a75ee541ab9c60c6ea0d03c6db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 33991268e4904ea19513849b4610d630. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:38.450582  5915 raft_consensus.cc:2955] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.452147  5219 raft_consensus.cc:2955] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.455168  5148 raft_consensus.cc:2955] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.465916  5039 catalog_manager.cc:5697] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index -1 to 26, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.470815  5148 consensus_queue.cc:237] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:38.478551  5642 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:38.479478  5294 raft_consensus.cc:1275] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Refusing update from remote peer 9fd0d3fd975d4af28ee71e5b9d6d3424: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:38.480494  5899 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:38.481710  5936 consensus_queue.cc:1048] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
W20260630 12:36:38.483247  5115 consensus_peers.cc:597] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 -> Peer 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133:42863): Couldn't send request to peer 8dcba4a75ee541ab9c60c6ea0d03c6db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3491238a3ff146429623ac8c80bf297e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:38.494931  5899 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.496892  5294 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.498591  5642 raft_consensus.cc:2955] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.509258  5039 catalog_manager.cc:5697] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 reported cstate change: config changed from index 28 to 29, NON_VOTER 8dcba4a75ee541ab9c60c6ea0d03c6db (127.0.160.133) added. New cstate: current_term: 1 leader_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } } }
I20260630 12:36:38.510601  5294 consensus_queue.cc:237] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
W20260630 12:36:38.520294  5262 consensus_peers.cc:597] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer ffb4491258b549be8d988da72f248f67 (127.0.160.132:34669): Couldn't send request to peer ffb4491258b549be8d988da72f248f67. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ca16d3f4fdb047969549546166f7dd82. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:38.522823  5219 raft_consensus.cc:1275] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.523782  5148 raft_consensus.cc:1275] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer f65674c7aefc4d0fa05ee8f459666f46: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:38.525287  5915 consensus_queue.cc:1048] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:38.526376  5953 consensus_queue.cc:1048] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:38.535559  5915 raft_consensus.cc:2955] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:38.537405  5219 raft_consensus.cc:2955] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:38.537428  5148 raft_consensus.cc:2955] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:38.548873  5042 catalog_manager.cc:5697] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index -1 to 26, NON_VOTER ffb4491258b549be8d988da72f248f67 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "f65674c7aefc4d0fa05ee8f459666f46" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } } }
I20260630 12:36:38.553939  5219 consensus_queue.cc:237] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
W20260630 12:36:38.562150  5189 consensus_peers.cc:597] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a -> Peer a99af35b34294ee181fd93e46e9e5531 (127.0.160.134:40485): Couldn't send request to peer a99af35b34294ee181fd93e46e9e5531. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 560f8a9346e0450cbc57ac7d14ef9435. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:38.564188  5148 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:38.566231  5717 raft_consensus.cc:1275] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Refusing update from remote peer 394eb139d06b42bb888257295aa1296a: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:38.566243  5888 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:38.568571  5888 consensus_queue.cc:1048] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:38.574153  5962 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:38.576087  5148 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:38.580165  5717 raft_consensus.cc:2955] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } } }
I20260630 12:36:38.592056  5043 catalog_manager.cc:5697] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a reported cstate change: config changed from index 28 to 29, NON_VOTER a99af35b34294ee181fd93e46e9e5531 (127.0.160.134) added. New cstate: current_term: 1 leader_uuid: "394eb139d06b42bb888257295aa1296a" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:38.896755  5967 ts_tablet_manager.cc:933] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: Initiating tablet copy from peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835)
I20260630 12:36:38.898825  5967 tablet_copy_client.cc:323] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:46835
I20260630 12:36:38.900758  5159 tablet_copy_service.cc:140] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Received BeginTabletCopySession request for tablet 3491238a3ff146429623ac8c80bf297e from peer 8dcba4a75ee541ab9c60c6ea0d03c6db ({username='slave'} at 127.0.0.1:51418)
I20260630 12:36:38.901386  5159 tablet_copy_service.cc:161] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Beginning new tablet copy session on tablet 3491238a3ff146429623ac8c80bf297e from peer 8dcba4a75ee541ab9c60c6ea0d03c6db at {username='slave'} at 127.0.0.1:51418: session id = 8dcba4a75ee541ab9c60c6ea0d03c6db-3491238a3ff146429623ac8c80bf297e
I20260630 12:36:38.908231  5969 ts_tablet_manager.cc:933] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: Initiating tablet copy from peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835)
I20260630 12:36:38.909157  5159 tablet_copy_source_session.cc:215] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:38.910321  5969 tablet_copy_client.cc:323] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:46835
I20260630 12:36:38.912268  5967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3491238a3ff146429623ac8c80bf297e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:38.912147  5159 tablet_copy_service.cc:140] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Received BeginTabletCopySession request for tablet 2901299061d24e848592ac9709594ad8 from peer ffb4491258b549be8d988da72f248f67 ({username='slave'} at 127.0.0.1:51428)
I20260630 12:36:38.912868  5159 tablet_copy_service.cc:161] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Beginning new tablet copy session on tablet 2901299061d24e848592ac9709594ad8 from peer ffb4491258b549be8d988da72f248f67 at {username='slave'} at 127.0.0.1:51428: session id = ffb4491258b549be8d988da72f248f67-2901299061d24e848592ac9709594ad8
I20260630 12:36:38.921030  5159 tablet_copy_source_session.cc:215] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:38.925884  5969 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2901299061d24e848592ac9709594ad8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:38.927834  5971 ts_tablet_manager.cc:933] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: Initiating tablet copy from peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835)
I20260630 12:36:38.936502  5971 tablet_copy_client.cc:323] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:46835
I20260630 12:36:38.938279  5159 tablet_copy_service.cc:140] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Received BeginTabletCopySession request for tablet 2282aeb134bd44c6ad9d35b0671b7c88 from peer a99af35b34294ee181fd93e46e9e5531 ({username='slave'} at 127.0.0.1:51406)
I20260630 12:36:38.938901  5159 tablet_copy_service.cc:161] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Beginning new tablet copy session on tablet 2282aeb134bd44c6ad9d35b0671b7c88 from peer a99af35b34294ee181fd93e46e9e5531 at {username='slave'} at 127.0.0.1:51406: session id = a99af35b34294ee181fd93e46e9e5531-2282aeb134bd44c6ad9d35b0671b7c88
I20260630 12:36:38.939178  5967 tablet_copy_client.cc:806] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:38.939831  5967 tablet_copy_client.cc:670] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:38.945240  5159 tablet_copy_source_session.cc:215] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:38.949370  5968 tablet_copy_client.cc:1025] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:38.951435  5971 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2282aeb134bd44c6ad9d35b0671b7c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:38.954155  5969 tablet_copy_client.cc:806] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:38.954803  5969 tablet_copy_client.cc:670] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:38.959131  5970 tablet_copy_client.cc:1025] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:38.966153  5971 tablet_copy_client.cc:806] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:38.966857  5971 tablet_copy_client.cc:670] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:38.971771  5972 tablet_copy_client.cc:1025] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:38.973012  5973 ts_tablet_manager.cc:933] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: Initiating tablet copy from peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:38.974535  5973 tablet_copy_client.cc:323] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:37167
I20260630 12:36:38.976127  5235 tablet_copy_service.cc:140] P 394eb139d06b42bb888257295aa1296a: Received BeginTabletCopySession request for tablet 560f8a9346e0450cbc57ac7d14ef9435 from peer a99af35b34294ee181fd93e46e9e5531 ({username='slave'} at 127.0.0.1:43420)
I20260630 12:36:38.976588  5235 tablet_copy_service.cc:161] P 394eb139d06b42bb888257295aa1296a: Beginning new tablet copy session on tablet 560f8a9346e0450cbc57ac7d14ef9435 from peer a99af35b34294ee181fd93e46e9e5531 at {username='slave'} at 127.0.0.1:43420: session id = a99af35b34294ee181fd93e46e9e5531-560f8a9346e0450cbc57ac7d14ef9435
I20260630 12:36:38.982206  5235 tablet_copy_source_session.cc:215] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:38.985850  5973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560f8a9346e0450cbc57ac7d14ef9435. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:39.003304  5973 tablet_copy_client.cc:806] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:39.003964  5973 tablet_copy_client.cc:670] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:39.004835  5975 ts_tablet_manager.cc:933] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Initiating tablet copy from peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:39.005873   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:36:39.010459  5974 tablet_copy_client.cc:1025] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:39.016145  5975 tablet_copy_client.cc:323] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:38433
I20260630 12:36:39.030033  5977 ts_tablet_manager.cc:933] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: Initiating tablet copy from peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
I20260630 12:36:39.033680  5977 tablet_copy_client.cc:323] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:38433
I20260630 12:36:39.034237   642 tablet_copy_service.cc:362] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Destroying tablet copy session a99af35b34294ee181fd93e46e9e5531-2282aeb134bd44c6ad9d35b0671b7c88 due to service shutdown
I20260630 12:36:39.034711   642 tablet_copy_service.cc:434] P 9fd0d3fd975d4af28ee71e5b9d6d3424: ending tablet copy session a99af35b34294ee181fd93e46e9e5531-2282aeb134bd44c6ad9d35b0671b7c88 on tablet 2282aeb134bd44c6ad9d35b0671b7c88 with peer a99af35b34294ee181fd93e46e9e5531
I20260630 12:36:39.035302   642 tablet_copy_service.cc:362] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Destroying tablet copy session ffb4491258b549be8d988da72f248f67-2901299061d24e848592ac9709594ad8 due to service shutdown
I20260630 12:36:39.035588   642 tablet_copy_service.cc:434] P 9fd0d3fd975d4af28ee71e5b9d6d3424: ending tablet copy session ffb4491258b549be8d988da72f248f67-2901299061d24e848592ac9709594ad8 on tablet 2901299061d24e848592ac9709594ad8 with peer ffb4491258b549be8d988da72f248f67
I20260630 12:36:39.036152   642 tablet_copy_service.cc:362] P 9fd0d3fd975d4af28ee71e5b9d6d3424: Destroying tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-3491238a3ff146429623ac8c80bf297e due to service shutdown
I20260630 12:36:39.035936  5309 tablet_copy_service.cc:140] P f65674c7aefc4d0fa05ee8f459666f46: Received BeginTabletCopySession request for tablet ca16d3f4fdb047969549546166f7dd82 from peer ffb4491258b549be8d988da72f248f67 ({username='slave'} at 127.0.0.1:47590)
I20260630 12:36:39.036623   642 tablet_copy_service.cc:434] P 9fd0d3fd975d4af28ee71e5b9d6d3424: ending tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-3491238a3ff146429623ac8c80bf297e on tablet 3491238a3ff146429623ac8c80bf297e with peer 8dcba4a75ee541ab9c60c6ea0d03c6db
I20260630 12:36:39.037074  5309 tablet_copy_service.cc:161] P f65674c7aefc4d0fa05ee8f459666f46: Beginning new tablet copy session on tablet ca16d3f4fdb047969549546166f7dd82 from peer ffb4491258b549be8d988da72f248f67 at {username='slave'} at 127.0.0.1:47590: session id = ffb4491258b549be8d988da72f248f67-ca16d3f4fdb047969549546166f7dd82
W20260630 12:36:39.048467  5263 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 8 similar messages]
I20260630 12:36:39.048569  5309 tablet_copy_source_session.cc:215] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46: Tablet Copy: opened 0 blocks and 1 log segments
W20260630 12:36:39.061956  5263 consensus_peers.cc:597] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Couldn't send request to peer 9fd0d3fd975d4af28ee71e5b9d6d3424. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:39.063133  5309 tablet_copy_service.cc:140] P f65674c7aefc4d0fa05ee8f459666f46: Received BeginTabletCopySession request for tablet 33991268e4904ea19513849b4610d630 from peer 8dcba4a75ee541ab9c60c6ea0d03c6db ({username='slave'} at 127.0.0.1:43370)
I20260630 12:36:39.063880  5309 tablet_copy_service.cc:161] P f65674c7aefc4d0fa05ee8f459666f46: Beginning new tablet copy session on tablet 33991268e4904ea19513849b4610d630 from peer 8dcba4a75ee541ab9c60c6ea0d03c6db at {username='slave'} at 127.0.0.1:43370: session id = 8dcba4a75ee541ab9c60c6ea0d03c6db-33991268e4904ea19513849b4610d630
I20260630 12:36:39.064018  5977 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca16d3f4fdb047969549546166f7dd82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:39.075893  5309 tablet_copy_source_session.cc:215] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:39.083225  5975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33991268e4904ea19513849b4610d630. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:39.083328  5977 tablet_copy_client.cc:806] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:39.084117  5977 tablet_copy_client.cc:670] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:39.088824  5981 tablet_copy_client.cc:1025] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:39.101411  5975 tablet_copy_client.cc:806] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:39.104699  5975 tablet_copy_client.cc:670] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:39.105185   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:39.110464  5976 tablet_copy_client.cc:1025] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:39.112320   642 tablet_replica.cc:333] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.113337   642 raft_consensus.cc:2243] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:36:39.114269  5189 consensus_peers.cc:597] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a -> Peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Couldn't send request to peer 9fd0d3fd975d4af28ee71e5b9d6d3424. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:39.114725   642 raft_consensus.cc:2272] T 2282aeb134bd44c6ad9d35b0671b7c88 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.118000   642 tablet_replica.cc:333] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.118664   642 raft_consensus.cc:2243] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.119295   642 raft_consensus.cc:2272] T ca16d3f4fdb047969549546166f7dd82 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.122062   642 tablet_replica.cc:333] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.122687   642 raft_consensus.cc:2243] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.123754   642 raft_consensus.cc:2272] T 3491238a3ff146429623ac8c80bf297e P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.126718   642 tablet_replica.cc:333] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.127381   642 raft_consensus.cc:2243] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.128268   642 raft_consensus.cc:2272] T 374ee63af7c94983a856e8ba563ad8fc P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.131098   642 tablet_replica.cc:333] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.131717   642 raft_consensus.cc:2243] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.132591   642 raft_consensus.cc:2272] T 6ba92ca140bf400094d52eaba77706b1 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.135063   642 tablet_replica.cc:333] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.135661   642 raft_consensus.cc:2243] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.136724   642 raft_consensus.cc:2272] T 2901299061d24e848592ac9709594ad8 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.139524   642 tablet_replica.cc:333] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.140121   642 raft_consensus.cc:2243] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.140991   642 raft_consensus.cc:2272] T 560f8a9346e0450cbc57ac7d14ef9435 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.144120   642 tablet_replica.cc:333] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.144802   642 raft_consensus.cc:2243] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.145669   642 raft_consensus.cc:2272] T 6502893eec4c4b829fe990d47529574f P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.148032   642 tablet_replica.cc:333] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.148557   642 raft_consensus.cc:2243] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.149178   642 raft_consensus.cc:2272] T 33991268e4904ea19513849b4610d630 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.151805   642 tablet_replica.cc:333] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424: stopping tablet replica
I20260630 12:36:39.152330   642 raft_consensus.cc:2243] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.152822   642 raft_consensus.cc:2272] T 82df505913cf4ec0ac2a99f9af2e4a03 P 9fd0d3fd975d4af28ee71e5b9d6d3424 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:39.164769  5263 consensus_peers.cc:597] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Couldn't send request to peer 9fd0d3fd975d4af28ee71e5b9d6d3424. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:39.191706   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:36:39.222422   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:36:39.239105   642 tablet_copy_service.cc:362] P 394eb139d06b42bb888257295aa1296a: Destroying tablet copy session a99af35b34294ee181fd93e46e9e5531-560f8a9346e0450cbc57ac7d14ef9435 due to service shutdown
I20260630 12:36:39.239471   642 tablet_copy_service.cc:434] P 394eb139d06b42bb888257295aa1296a: ending tablet copy session a99af35b34294ee181fd93e46e9e5531-560f8a9346e0450cbc57ac7d14ef9435 on tablet 560f8a9346e0450cbc57ac7d14ef9435 with peer a99af35b34294ee181fd93e46e9e5531
I20260630 12:36:39.262395   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:39.263207   642 tablet_replica.cc:333] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.264232   642 raft_consensus.cc:2243] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.264969   642 raft_consensus.cc:2272] T 31a4ee9150c74595ba1c14faae2a7098 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:39.267571  5264 consensus_peers.cc:597] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Couldn't send request to peer 394eb139d06b42bb888257295aa1296a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:39.268041   642 tablet_replica.cc:333] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.268653   642 raft_consensus.cc:2243] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.269341   642 raft_consensus.cc:2272] T ca16d3f4fdb047969549546166f7dd82 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.272074   642 tablet_replica.cc:333] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.272645   642 raft_consensus.cc:2243] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.273281   642 raft_consensus.cc:2272] T 33991268e4904ea19513849b4610d630 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.276307   642 tablet_replica.cc:333] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.276899   642 raft_consensus.cc:2243] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.277556   642 raft_consensus.cc:2272] T 6502893eec4c4b829fe990d47529574f P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.279794   642 tablet_replica.cc:333] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.280351   642 raft_consensus.cc:2243] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.280876   642 raft_consensus.cc:2272] T 82df505913cf4ec0ac2a99f9af2e4a03 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.283162   642 tablet_replica.cc:333] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.283674   642 raft_consensus.cc:2243] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.284488   642 raft_consensus.cc:2272] T 341b932c13c844faba94cde1e4dabfbc P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.286885   642 tablet_replica.cc:333] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.287554   642 raft_consensus.cc:2243] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.288070   642 raft_consensus.cc:2272] T 6ba92ca140bf400094d52eaba77706b1 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.290275   642 tablet_replica.cc:333] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.290786   642 raft_consensus.cc:2243] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.291301   642 raft_consensus.cc:2272] T 2901299061d24e848592ac9709594ad8 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.294013   642 tablet_replica.cc:333] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.294553   642 raft_consensus.cc:2243] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.295605   642 raft_consensus.cc:2272] T 560f8a9346e0450cbc57ac7d14ef9435 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.298628   642 tablet_replica.cc:333] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a: stopping tablet replica
I20260630 12:36:39.299182   642 raft_consensus.cc:2243] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.299820   642 raft_consensus.cc:2272] T 2282aeb134bd44c6ad9d35b0671b7c88 P 394eb139d06b42bb888257295aa1296a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.337409   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
W20260630 12:36:39.369911  5264 consensus_peers.cc:597] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Couldn't send request to peer 394eb139d06b42bb888257295aa1296a. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.130:37167: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:39.371994  5263 consensus_peers.cc:597] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Couldn't send request to peer 9fd0d3fd975d4af28ee71e5b9d6d3424. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:39.377976   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:36:39.397945   642 tablet_copy_service.cc:362] P f65674c7aefc4d0fa05ee8f459666f46: Destroying tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-33991268e4904ea19513849b4610d630 due to service shutdown
I20260630 12:36:39.398296   642 tablet_copy_service.cc:434] P f65674c7aefc4d0fa05ee8f459666f46: ending tablet copy session 8dcba4a75ee541ab9c60c6ea0d03c6db-33991268e4904ea19513849b4610d630 on tablet 33991268e4904ea19513849b4610d630 with peer 8dcba4a75ee541ab9c60c6ea0d03c6db
I20260630 12:36:39.398751   642 tablet_copy_service.cc:362] P f65674c7aefc4d0fa05ee8f459666f46: Destroying tablet copy session ffb4491258b549be8d988da72f248f67-ca16d3f4fdb047969549546166f7dd82 due to service shutdown
I20260630 12:36:39.398998   642 tablet_copy_service.cc:434] P f65674c7aefc4d0fa05ee8f459666f46: ending tablet copy session ffb4491258b549be8d988da72f248f67-ca16d3f4fdb047969549546166f7dd82 on tablet ca16d3f4fdb047969549546166f7dd82 with peer ffb4491258b549be8d988da72f248f67
I20260630 12:36:39.423098   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:39.423913   642 tablet_replica.cc:333] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.425195   642 raft_consensus.cc:2243] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.426188   642 raft_consensus.cc:2272] T 374ee63af7c94983a856e8ba563ad8fc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.429116   642 tablet_replica.cc:333] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.429656   642 raft_consensus.cc:2243] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.430684   642 raft_consensus.cc:2272] T ca16d3f4fdb047969549546166f7dd82 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.433622   642 tablet_replica.cc:333] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.434190   642 raft_consensus.cc:2243] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.434813   642 raft_consensus.cc:2272] T 3491238a3ff146429623ac8c80bf297e P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.437630   642 tablet_replica.cc:333] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.438409   642 raft_consensus.cc:2243] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.439155   642 raft_consensus.cc:2272] T 2282aeb134bd44c6ad9d35b0671b7c88 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.442044   642 tablet_replica.cc:333] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.442601   642 raft_consensus.cc:2243] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.443183   642 raft_consensus.cc:2272] T 2901299061d24e848592ac9709594ad8 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.445554   642 tablet_replica.cc:333] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.446152   642 raft_consensus.cc:2243] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.446696   642 raft_consensus.cc:2272] T 6ba92ca140bf400094d52eaba77706b1 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.449069   642 tablet_replica.cc:333] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.449582   642 raft_consensus.cc:2243] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.450402   642 raft_consensus.cc:2272] T 31a4ee9150c74595ba1c14faae2a7098 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.453722   642 tablet_replica.cc:333] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.454550   642 raft_consensus.cc:2243] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.455713   642 raft_consensus.cc:2272] T 82df505913cf4ec0ac2a99f9af2e4a03 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.459700   642 tablet_replica.cc:333] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.460549   642 raft_consensus.cc:2243] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.461491   642 raft_consensus.cc:2272] T 341b932c13c844faba94cde1e4dabfbc P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:39.460564  5264 consensus_peers.cc:597] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 -> Peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Couldn't send request to peer 394eb139d06b42bb888257295aa1296a. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.130:37167: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:39.465205   642 tablet_replica.cc:333] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46: stopping tablet replica
I20260630 12:36:39.465839   642 raft_consensus.cc:2243] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.467183   642 raft_consensus.cc:2272] T 33991268e4904ea19513849b4610d630 P f65674c7aefc4d0fa05ee8f459666f46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.509696   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:36:39.543289   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:36:39.567402   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:40.243554  5987 raft_consensus.cc:493] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9fd0d3fd975d4af28ee71e5b9d6d3424)
I20260630 12:36:40.244136  5987 raft_consensus.cc:515] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } }
I20260630 12:36:40.246294  5987 leader_election.cc:290] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
W20260630 12:36:40.252290  5755 leader_election.cc:336] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111)
W20260630 12:36:40.252972  5756 leader_election.cc:336] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Network error: Client connection negotiation failed: client connection to 127.0.160.130:37167: connect: Connection refused (error 111)
I20260630 12:36:40.253393  5756 leader_election.cc:304] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [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: a99af35b34294ee181fd93e46e9e5531; no voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424
I20260630 12:36:40.254034  5987 raft_consensus.cc:2749] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:40.345496  5987 raft_consensus.cc:493] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 394eb139d06b42bb888257295aa1296a)
I20260630 12:36:40.346064  5987 raft_consensus.cc:515] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: false } }
I20260630 12:36:40.348610  5987 leader_election.cc:290] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
W20260630 12:36:40.352792  5755 leader_election.cc:336] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Network error: Client connection negotiation failed: client connection to 127.0.160.131:38433: connect: Connection refused (error 111)
W20260630 12:36:40.353418  5756 leader_election.cc:336] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Network error: Client connection negotiation failed: client connection to 127.0.160.130:37167: connect: Connection refused (error 111)
I20260630 12:36:40.353870  5756 leader_election.cc:304] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [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: a99af35b34294ee181fd93e46e9e5531; no voters: 394eb139d06b42bb888257295aa1296a, f65674c7aefc4d0fa05ee8f459666f46
I20260630 12:36:40.354598  5987 raft_consensus.cc:2749] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:40.513703  5991 raft_consensus.cc:493] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 394eb139d06b42bb888257295aa1296a)
I20260630 12:36:40.514284  5991 raft_consensus.cc:515] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:40.516745  5991 leader_election.cc:290] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
W20260630 12:36:40.523854  5681 leader_election.cc:336] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111)
W20260630 12:36:40.524531  5682 leader_election.cc:336] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Network error: Client connection negotiation failed: client connection to 127.0.160.130:37167: connect: Connection refused (error 111)
I20260630 12:36:40.524951  5682 leader_election.cc:304] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [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: 8dcba4a75ee541ab9c60c6ea0d03c6db; no voters: 394eb139d06b42bb888257295aa1296a, 9fd0d3fd975d4af28ee71e5b9d6d3424
I20260630 12:36:40.525743  5991 raft_consensus.cc:2749] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:40.570362  5991 raft_consensus.cc:493] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9fd0d3fd975d4af28ee71e5b9d6d3424)
I20260630 12:36:40.570931  5991 raft_consensus.cc:515] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } }
I20260630 12:36:40.572826  5991 leader_election.cc:290] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
W20260630 12:36:40.577304  5681 leader_election.cc:336] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111)
W20260630 12:36:40.578132  5681 leader_election.cc:336] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Network error: Client connection negotiation failed: client connection to 127.0.160.131:38433: connect: Connection refused (error 111)
I20260630 12:36:40.578588  5681 leader_election.cc:304] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [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: 8dcba4a75ee541ab9c60c6ea0d03c6db; no voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46
I20260630 12:36:40.579401  5991 raft_consensus.cc:2749] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:40.585105  5995 raft_consensus.cc:493] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9fd0d3fd975d4af28ee71e5b9d6d3424)
I20260630 12:36:40.585615  5995 raft_consensus.cc:515] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:40.587989  5995 leader_election.cc:290] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835), f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433)
W20260630 12:36:40.594580  5606 leader_election.cc:336] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9fd0d3fd975d4af28ee71e5b9d6d3424 (127.0.160.129:46835): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111)
W20260630 12:36:40.595351  5606 leader_election.cc:336] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Network error: Client connection negotiation failed: client connection to 127.0.160.131:38433: connect: Connection refused (error 111)
I20260630 12:36:40.595765  5606 leader_election.cc:304] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [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: ffb4491258b549be8d988da72f248f67; no voters: 9fd0d3fd975d4af28ee71e5b9d6d3424, f65674c7aefc4d0fa05ee8f459666f46
I20260630 12:36:40.596517  5995 raft_consensus.cc:2749] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:40.940670  5995 raft_consensus.cc:493] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f65674c7aefc4d0fa05ee8f459666f46)
I20260630 12:36:40.941407  5995 raft_consensus.cc:515] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } }
I20260630 12:36:40.944363  5995 leader_election.cc:290] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433), 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167)
I20260630 12:36:40.950588  5967 tablet_copy_client.cc:538] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:36:40.950838  5607 leader_election.cc:336] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 394eb139d06b42bb888257295aa1296a (127.0.160.130:37167): Network error: Client connection negotiation failed: client connection to 127.0.160.130:37167: connect: Connection refused (error 111)
W20260630 12:36:40.952443  5606 leader_election.cc:336] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f65674c7aefc4d0fa05ee8f459666f46 (127.0.160.131:38433): Network error: Client connection negotiation failed: client connection to 127.0.160.131:38433: connect: Connection refused (error 111)
I20260630 12:36:40.952865  5606 leader_election.cc:304] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [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: ffb4491258b549be8d988da72f248f67; no voters: 394eb139d06b42bb888257295aa1296a, f65674c7aefc4d0fa05ee8f459666f46
I20260630 12:36:40.953616  5995 raft_consensus.cc:2749] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:40.960278  5969 tablet_copy_client.cc:538] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:40.960630  5967 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap starting.
I20260630 12:36:40.966960  5969 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: Bootstrap starting.
I20260630 12:36:40.972831  5971 tablet_copy_client.cc:538] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:40.983292  5971 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: Bootstrap starting.
I20260630 12:36:41.011457  5973 tablet_copy_client.cc:538] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:41.021538  5973 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: Bootstrap starting.
I20260630 12:36:41.089756  5977 tablet_copy_client.cc:538] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:41.099248  5977 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: Bootstrap starting.
I20260630 12:36:41.111605  5975 tablet_copy_client.cc:538] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:41.123852  5969 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=83 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:41.124819  5969 tablet_bootstrap.cc:492] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: Bootstrap complete.
I20260630 12:36:41.125563  5969 ts_tablet_manager.cc:1403] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: Time spent bootstrapping tablet: real 0.159s	user 0.133s	sys 0.020s
I20260630 12:36:41.129035  5975 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap starting.
I20260630 12:36:41.129853  5967 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=105 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:41.130792  5967 tablet_bootstrap.cc:492] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap complete.
I20260630 12:36:41.131484  5967 ts_tablet_manager.cc:1403] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent bootstrapping tablet: real 0.171s	user 0.156s	sys 0.012s
I20260630 12:36:41.134272  5967 raft_consensus.cc:359] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:41.135102  5967 raft_consensus.cc:740] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8dcba4a75ee541ab9c60c6ea0d03c6db, State: Initialized, Role: LEARNER
I20260630 12:36:41.135684  5967 consensus_queue.cc:260] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: false } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:41.129101  5969 raft_consensus.cc:359] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:41.137709  5969 raft_consensus.cc:740] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ffb4491258b549be8d988da72f248f67, State: Initialized, Role: LEARNER
I20260630 12:36:41.138360  5969 consensus_queue.cc:260] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } attrs { replace: true } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:41.140439  5969 ts_tablet_manager.cc:1434] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.000s
W20260630 12:36:41.143422  5969 tablet_copy_client.cc:1131] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111)
I20260630 12:36:41.150695  5967 ts_tablet_manager.cc:1434] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.000s
W20260630 12:36:41.190490  5967 tablet_copy_client.cc:1131] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111)
I20260630 12:36:41.271957  5973 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=108 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:41.273069  5973 tablet_bootstrap.cc:492] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: Bootstrap complete.
I20260630 12:36:41.273821  5973 ts_tablet_manager.cc:1403] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: Time spent bootstrapping tablet: real 0.253s	user 0.149s	sys 0.022s
I20260630 12:36:41.276502  5973 raft_consensus.cc:359] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:41.277365  5973 raft_consensus.cc:740] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a99af35b34294ee181fd93e46e9e5531, State: Initialized, Role: LEARNER
I20260630 12:36:41.278066  5973 consensus_queue.cc:260] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: false } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:41.280040  5975 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=91 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:41.280903  5975 tablet_bootstrap.cc:492] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Bootstrap complete.
I20260630 12:36:41.281574  5975 ts_tablet_manager.cc:1403] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent bootstrapping tablet: real 0.161s	user 0.128s	sys 0.027s
I20260630 12:36:41.284016  5975 raft_consensus.cc:359] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:41.284771  5975 raft_consensus.cc:740] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8dcba4a75ee541ab9c60c6ea0d03c6db, State: Initialized, Role: LEARNER
I20260630 12:36:41.285392  5975 consensus_queue.cc:260] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } attrs { replace: true } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "8dcba4a75ee541ab9c60c6ea0d03c6db" member_type: NON_VOTER last_known_addr { host: "127.0.160.133" port: 42863 } attrs { promote: true } }
I20260630 12:36:41.287472  5975 ts_tablet_manager.cc:1434] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:36:41.290174  5973 ts_tablet_manager.cc:1434] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.000s
W20260630 12:36:41.290588  5975 tablet_copy_client.cc:1131] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.131:38433: connect: Connection refused (error 111)
W20260630 12:36:41.294996  5973 tablet_copy_client.cc:1131] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.130:37167: connect: Connection refused (error 111)
I20260630 12:36:41.323360  5971 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=108 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:41.324317  5971 tablet_bootstrap.cc:492] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: Bootstrap complete.
I20260630 12:36:41.325044  5971 ts_tablet_manager.cc:1403] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: Time spent bootstrapping tablet: real 0.342s	user 0.148s	sys 0.013s
I20260630 12:36:41.327579  5971 raft_consensus.cc:359] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:41.328374  5971 raft_consensus.cc:740] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a99af35b34294ee181fd93e46e9e5531, State: Initialized, Role: LEARNER
I20260630 12:36:41.329020  5971 consensus_queue.cc:260] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "a99af35b34294ee181fd93e46e9e5531" member_type: NON_VOTER last_known_addr { host: "127.0.160.134" port: 40485 } attrs { promote: true } }
I20260630 12:36:41.331248  5971 ts_tablet_manager.cc:1434] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260630 12:36:41.334234  5971 tablet_copy_client.cc:1131] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.129:46835: connect: Connection refused (error 111)
I20260630 12:36:41.368604  5977 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: 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
I20260630 12:36:41.369547  5977 tablet_bootstrap.cc:492] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: Bootstrap complete.
I20260630 12:36:41.370149  5977 ts_tablet_manager.cc:1403] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: Time spent bootstrapping tablet: real 0.271s	user 0.128s	sys 0.023s
I20260630 12:36:41.372067  5977 raft_consensus.cc:359] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:41.372625  5977 raft_consensus.cc:740] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ffb4491258b549be8d988da72f248f67, State: Initialized, Role: LEARNER
I20260630 12:36:41.373150  5977 consensus_queue.cc:260] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67 [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: "9fd0d3fd975d4af28ee71e5b9d6d3424" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46835 } } peers { permanent_uuid: "394eb139d06b42bb888257295aa1296a" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 37167 } attrs { replace: true } } peers { permanent_uuid: "f65674c7aefc4d0fa05ee8f459666f46" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38433 } } peers { permanent_uuid: "ffb4491258b549be8d988da72f248f67" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 34669 } attrs { promote: true } }
I20260630 12:36:41.374519  5977 ts_tablet_manager.cc:1434] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
W20260630 12:36:41.377090  5977 tablet_copy_client.cc:1131] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.131:38433: connect: Connection refused (error 111)
I20260630 12:36:41.378674   642 tablet_replica.cc:333] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67: stopping tablet replica
I20260630 12:36:41.379693   642 raft_consensus.cc:2243] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:41.380236   642 raft_consensus.cc:2272] T 2901299061d24e848592ac9709594ad8 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:41.383308   642 tablet_replica.cc:333] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67: stopping tablet replica
I20260630 12:36:41.384074   642 raft_consensus.cc:2243] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:41.384562   642 raft_consensus.cc:2272] T ca16d3f4fdb047969549546166f7dd82 P ffb4491258b549be8d988da72f248f67 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:41.387627   642 tablet_replica.cc:333] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67: stopping tablet replica
I20260630 12:36:41.388373   642 raft_consensus.cc:2243] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:41.389122   642 raft_consensus.cc:2272] T 3491238a3ff146429623ac8c80bf297e P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:41.391767   642 tablet_replica.cc:333] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67: stopping tablet replica
I20260630 12:36:41.392410   642 raft_consensus.cc:2243] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:41.393088   642 raft_consensus.cc:2272] T 31a4ee9150c74595ba1c14faae2a7098 P ffb4491258b549be8d988da72f248f67 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:41.409236   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:36:41.422978   642 tablet_server.cc:179] TabletServer@127.0.160.133:0 shutting down...
I20260630 12:36:41.446158   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:41.447170   642 tablet_replica.cc:333] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db: stopping tablet replica
I20260630 12:36:41.447937   642 raft_consensus.cc:2243] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:41.448443   642 raft_consensus.cc:2272] T 33991268e4904ea19513849b4610d630 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:41.451484   642 tablet_replica.cc:333] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db: stopping tablet replica
I20260630 12:36:41.452184   642 raft_consensus.cc:2243] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:41.452643   642 raft_consensus.cc:2272] T 3491238a3ff146429623ac8c80bf297e P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:41.455632   642 tablet_replica.cc:333] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db: stopping tablet replica
I20260630 12:36:41.456338   642 raft_consensus.cc:2243] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:41.457114   642 raft_consensus.cc:2272] T 560f8a9346e0450cbc57ac7d14ef9435 P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:41.459759   642 tablet_replica.cc:333] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db: stopping tablet replica
I20260630 12:36:41.460381   642 raft_consensus.cc:2243] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:41.461053   642 raft_consensus.cc:2272] T 374ee63af7c94983a856e8ba563ad8fc P 8dcba4a75ee541ab9c60c6ea0d03c6db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:41.486291   642 tablet_server.cc:196] TabletServer@127.0.160.133:0 shutdown complete.
I20260630 12:36:41.504953   642 tablet_server.cc:179] TabletServer@127.0.160.134:0 shutting down...
I20260630 12:36:41.531476   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:41.532550   642 tablet_replica.cc:333] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531: stopping tablet replica
I20260630 12:36:41.533491   642 raft_consensus.cc:2243] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:41.534049   642 raft_consensus.cc:2272] T 2282aeb134bd44c6ad9d35b0671b7c88 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:41.536414   642 tablet_replica.cc:333] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531: stopping tablet replica
I20260630 12:36:41.537065   642 raft_consensus.cc:2243] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:41.537639   642 raft_consensus.cc:2272] T 341b932c13c844faba94cde1e4dabfbc P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:41.539721   642 tablet_replica.cc:333] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531: stopping tablet replica
I20260630 12:36:41.540277   642 raft_consensus.cc:2243] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:41.540679   642 raft_consensus.cc:2272] T 560f8a9346e0450cbc57ac7d14ef9435 P a99af35b34294ee181fd93e46e9e5531 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:41.542920   642 tablet_replica.cc:333] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531: stopping tablet replica
I20260630 12:36:41.543426   642 raft_consensus.cc:2243] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:41.543877   642 raft_consensus.cc:2272] T 6502893eec4c4b829fe990d47529574f P a99af35b34294ee181fd93e46e9e5531 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:41.567095   642 tablet_server.cc:196] TabletServer@127.0.160.134:0 shutdown complete.
I20260630 12:36:41.587944   642 master.cc:562] Master@127.0.160.190:42911 shutting down...
W20260630 12:36:41.619263  5096 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:36:41.620751   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:41.621336   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:41.621623   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6c0523e6b86e4263a01b4f2977bcc6e5: stopping tablet replica
I20260630 12:36:41.645028   642 master.cc:584] Master@127.0.160.190:42911 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (18342 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:36:41.694512   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:33609
I20260630 12:36:41.695621   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:41.700783  6009 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:41.701716  6010 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:41.702111  6012 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:41.702607   642 server_base.cc:1061] running on GCE node
I20260630 12:36:41.703616   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:41.703791   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:41.703907   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823001703896 us; error 0 us; skew 500 ppm
I20260630 12:36:41.704329   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:41.706980   642 webserver.cc:533] Webserver started at http://127.0.160.190:35543/ using document root <none> and password file <none>
I20260630 12:36:41.707427   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:41.707574   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:41.707785   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:41.708801   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "5e202c32dab145d99e5f782e70a82810"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-n1kv"
I20260630 12:36:41.713395   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:36:41.716754  6017 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:41.717659   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:41.718103   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "5e202c32dab145d99e5f782e70a82810"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-n1kv"
I20260630 12:36:41.718472   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:41.738924   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:41.740156   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:41.779328   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:33609
I20260630 12:36:41.779436  6068 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:33609 every 8 connection(s)
I20260630 12:36:41.783236  6069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.793596  6069 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810: Bootstrap starting.
I20260630 12:36:41.798449  6069 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.802747  6069 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810: No bootstrap required, opened a new log
I20260630 12:36:41.804891  6069 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e202c32dab145d99e5f782e70a82810" member_type: VOTER }
I20260630 12:36:41.805356  6069 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.805612  6069 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e202c32dab145d99e5f782e70a82810, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.806294  6069 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5e202c32dab145d99e5f782e70a82810" member_type: VOTER }
I20260630 12:36:41.806761  6069 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:41.806989  6069 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:41.807262  6069 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.812047  6069 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e202c32dab145d99e5f782e70a82810" member_type: VOTER }
I20260630 12:36:41.812647  6069 leader_election.cc:304] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [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: 5e202c32dab145d99e5f782e70a82810; no voters: 
I20260630 12:36:41.813814  6069 leader_election.cc:290] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:41.814164  6072 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:41.815444  6072 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 1 LEADER]: Becoming Leader. State: Replica: 5e202c32dab145d99e5f782e70a82810, State: Running, Role: LEADER
I20260630 12:36:41.816128  6072 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [LEADER]: Queue going to LEADER mode. State: All 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: "5e202c32dab145d99e5f782e70a82810" member_type: VOTER }
I20260630 12:36:41.816641  6069 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:41.820580  6073 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5e202c32dab145d99e5f782e70a82810" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e202c32dab145d99e5f782e70a82810" member_type: VOTER } }
I20260630 12:36:41.821103  6074 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5e202c32dab145d99e5f782e70a82810. Latest consensus state: current_term: 1 leader_uuid: "5e202c32dab145d99e5f782e70a82810" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e202c32dab145d99e5f782e70a82810" member_type: VOTER } }
I20260630 12:36:41.822126  6073 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:41.822216  6074 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:41.831064  6080 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:41.837231  6080 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:41.838433   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:41.846390  6080 catalog_manager.cc:1383] Generated new cluster ID: b294f720dc86435895a794f859cadbc6
I20260630 12:36:41.846715  6080 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:41.865656  6080 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:41.866991  6080 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:41.883163  6080 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810: Generated new TSK 0
I20260630 12:36:41.883826  6080 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:41.906059   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:41.911691  6090 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:41.913064  6091 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:41.915024  6093 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:41.915258   642 server_base.cc:1061] running on GCE node
I20260630 12:36:41.916208   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:41.916446   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:41.916613   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823001916598 us; error 0 us; skew 500 ppm
I20260630 12:36:41.917188   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:41.919521   642 webserver.cc:533] Webserver started at http://127.0.160.129:34201/ using document root <none> and password file <none>
I20260630 12:36:41.920029   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:41.920235   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:41.920513   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:41.921690   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "f900146dcc6748a6885b8b273b42fad5"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-n1kv"
I20260630 12:36:41.926201   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:41.929745  6098 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:41.930691   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:41.931087   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "f900146dcc6748a6885b8b273b42fad5"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-n1kv"
I20260630 12:36:41.931469   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:41.948612   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:41.949776   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:41.975448   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:41.978636   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:41.978848   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:41.979210   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:41.979386   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.025208   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:39731
I20260630 12:36:42.025434  6161 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:39731 every 8 connection(s)
I20260630 12:36:42.032444   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:42.041348  6166 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:42.042948  6167 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:42.047135  6169 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:42.047478   642 server_base.cc:1061] running on GCE node
I20260630 12:36:42.048986  6162 heartbeater.cc:344] Connected to a master server at 127.0.160.190:33609
I20260630 12:36:42.049484  6162 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:42.050637  6162 heartbeater.cc:507] Master 127.0.160.190:33609 requested a full tablet report, sending...
I20260630 12:36:42.051164   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:42.051478   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:42.051729   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823002051709 us; error 0 us; skew 500 ppm
I20260630 12:36:42.052335   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:42.053668  6034 ts_manager.cc:194] Registered new tserver with Master: f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731)
I20260630 12:36:42.055673   642 webserver.cc:533] Webserver started at http://127.0.160.130:36115/ using document root <none> and password file <none>
I20260630 12:36:42.056237   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:42.056218  6034 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49238
I20260630 12:36:42.056743   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:42.057210   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:42.059092   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "cd3721839ab04e54bad946d5d1610fc9"
format_stamp: "Formatted at 2026-06-30 12:36:42 on dist-test-slave-n1kv"
I20260630 12:36:42.064445   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.005s
I20260630 12:36:42.068058  6174 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.068948   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:42.069280   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "cd3721839ab04e54bad946d5d1610fc9"
format_stamp: "Formatted at 2026-06-30 12:36:42 on dist-test-slave-n1kv"
I20260630 12:36:42.069532   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:42.093302   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:42.094560   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:42.096050   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:42.098448   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:42.098640   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.098970   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:42.099134   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.141846   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:42617
I20260630 12:36:42.141993  6236 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:42617 every 8 connection(s)
I20260630 12:36:42.147265   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:42.154619  6240 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:42.156145  6241 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:42.158221  6243 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:42.159340   642 server_base.cc:1061] running on GCE node
I20260630 12:36:42.160369   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:42.160626  6237 heartbeater.cc:344] Connected to a master server at 127.0.160.190:33609
W20260630 12:36:42.160679   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:42.161217   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823002161193 us; error 0 us; skew 500 ppm
I20260630 12:36:42.161269  6237 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:42.161865   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:42.162189  6237 heartbeater.cc:507] Master 127.0.160.190:33609 requested a full tablet report, sending...
I20260630 12:36:42.164649  6034 ts_manager.cc:194] Registered new tserver with Master: cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617)
I20260630 12:36:42.164659   642 webserver.cc:533] Webserver started at http://127.0.160.131:44705/ using document root <none> and password file <none>
I20260630 12:36:42.165544   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:42.165772   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:42.166105   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:42.166491  6034 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49244
I20260630 12:36:42.167550   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "530f0404d52b49dfa17831e2484b70dc"
format_stamp: "Formatted at 2026-06-30 12:36:42 on dist-test-slave-n1kv"
I20260630 12:36:42.172537   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:36:42.176138  6248 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.177042   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:42.177357   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "530f0404d52b49dfa17831e2484b70dc"
format_stamp: "Formatted at 2026-06-30 12:36:42 on dist-test-slave-n1kv"
I20260630 12:36:42.177662   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:42.196972   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:42.198318   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:42.199832   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:42.202231   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:42.202505   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.202765   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:42.202946   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.245218   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:45973
I20260630 12:36:42.245324  6310 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:45973 every 8 connection(s)
I20260630 12:36:42.260396  6311 heartbeater.cc:344] Connected to a master server at 127.0.160.190:33609
I20260630 12:36:42.260730  6311 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:42.261569  6311 heartbeater.cc:507] Master 127.0.160.190:33609 requested a full tablet report, sending...
I20260630 12:36:42.263522  6034 ts_manager.cc:194] Registered new tserver with Master: 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:42.263818   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014873981s
I20260630 12:36:42.265558  6034 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49250
I20260630 12:36:43.060468  6162 heartbeater.cc:499] Master 127.0.160.190:33609 was elected leader, sending a full tablet report...
I20260630 12:36:43.169232  6237 heartbeater.cc:499] Master 127.0.160.190:33609 was elected leader, sending a full tablet report...
I20260630 12:36:43.268816  6311 heartbeater.cc:499] Master 127.0.160.190:33609 was elected leader, sending a full tablet report...
I20260630 12:36:43.322587  6034 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49256:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:36:43.325129  6034 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:36:43.392978  6125 tablet_service.cc:1511] Processing CreateTablet for tablet 0f8f269de9c64dc1a3010c54fccf9b31 (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:43.394636  6125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f8f269de9c64dc1a3010c54fccf9b31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.397956  6126 tablet_service.cc:1511] Processing CreateTablet for tablet 28c3fc0f9fff49a499f7712d1f8538a4 (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:43.399049  6202 tablet_service.cc:1511] Processing CreateTablet for tablet 40545bf894b8448ea7b6b94eca2916bc (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:43.399530  6126 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28c3fc0f9fff49a499f7712d1f8538a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.400519  6202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40545bf894b8448ea7b6b94eca2916bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.400942  6127 tablet_service.cc:1511] Processing CreateTablet for tablet 40545bf894b8448ea7b6b94eca2916bc (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:43.402326  6127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40545bf894b8448ea7b6b94eca2916bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.406268  6201 tablet_service.cc:1511] Processing CreateTablet for tablet 28c3fc0f9fff49a499f7712d1f8538a4 (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:43.407939  6201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28c3fc0f9fff49a499f7712d1f8538a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.408962  6274 tablet_service.cc:1511] Processing CreateTablet for tablet 0f8f269de9c64dc1a3010c54fccf9b31 (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:43.410480  6274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f8f269de9c64dc1a3010c54fccf9b31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.406268  6200 tablet_service.cc:1511] Processing CreateTablet for tablet 0f8f269de9c64dc1a3010c54fccf9b31 (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:43.413015  6200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f8f269de9c64dc1a3010c54fccf9b31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.412730  6276 tablet_service.cc:1511] Processing CreateTablet for tablet 40545bf894b8448ea7b6b94eca2916bc (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:43.412730  6275 tablet_service.cc:1511] Processing CreateTablet for tablet 28c3fc0f9fff49a499f7712d1f8538a4 (DEFAULT_TABLE table=test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:43.414500  6276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40545bf894b8448ea7b6b94eca2916bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.415158  6275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28c3fc0f9fff49a499f7712d1f8538a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.438326  6332 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc: Bootstrap starting.
I20260630 12:36:43.440826  6331 tablet_bootstrap.cc:492] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9: Bootstrap starting.
I20260630 12:36:43.447711  6332 tablet_bootstrap.cc:654] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.453553  6331 tablet_bootstrap.cc:654] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.460170  6332 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc: No bootstrap required, opened a new log
I20260630 12:36:43.460790  6332 ts_tablet_manager.cc:1403] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.015s
I20260630 12:36:43.463898  6332 raft_consensus.cc:359] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.465092  6332 raft_consensus.cc:385] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.465478  6332 raft_consensus.cc:740] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 530f0404d52b49dfa17831e2484b70dc, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.466485  6332 consensus_queue.cc:260] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.472030  6331 tablet_bootstrap.cc:492] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9: No bootstrap required, opened a new log
I20260630 12:36:43.472869  6331 ts_tablet_manager.cc:1403] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.014s
I20260630 12:36:43.476244  6332 ts_tablet_manager.cc:1434] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc: Time spent starting tablet: real 0.015s	user 0.011s	sys 0.002s
I20260630 12:36:43.477216  6331 raft_consensus.cc:359] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.478487  6331 raft_consensus.cc:385] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.478973  6331 raft_consensus.cc:740] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.480329  6331 consensus_queue.cc:260] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.492031  6332 tablet_bootstrap.cc:492] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc: Bootstrap starting.
I20260630 12:36:43.495836  6331 ts_tablet_manager.cc:1434] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9: Time spent starting tablet: real 0.022s	user 0.010s	sys 0.005s
I20260630 12:36:43.500037  6332 tablet_bootstrap.cc:654] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:43.500871  6312 tablet.cc:2406] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:43.505090  6333 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: Bootstrap starting.
I20260630 12:36:43.507145  6336 raft_consensus.cc:493] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:43.507772  6336 raft_consensus.cc:515] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.512599  6333 tablet_bootstrap.cc:654] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.513651  6336 leader_election.cc:290] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617)
I20260630 12:36:43.517661  6331 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: Bootstrap starting.
I20260630 12:36:43.528066  6331 tablet_bootstrap.cc:654] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.528173  6332 tablet_bootstrap.cc:492] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc: No bootstrap required, opened a new log
I20260630 12:36:43.528980  6332 ts_tablet_manager.cc:1403] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc: Time spent bootstrapping tablet: real 0.037s	user 0.014s	sys 0.004s
I20260630 12:36:43.534063  6337 raft_consensus.cc:493] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:43.534850  6337 raft_consensus.cc:515] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.539831  6337 leader_election.cc:290] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.544612  6332 raft_consensus.cc:359] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.545917  6332 raft_consensus.cc:385] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.550625  6331 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: No bootstrap required, opened a new log
I20260630 12:36:43.551376  6331 ts_tablet_manager.cc:1403] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: Time spent bootstrapping tablet: real 0.034s	user 0.007s	sys 0.014s
I20260630 12:36:43.546388  6332 raft_consensus.cc:740] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 530f0404d52b49dfa17831e2484b70dc, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.557919  6332 consensus_queue.cc:260] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.558604  6137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40545bf894b8448ea7b6b94eca2916bc" candidate_uuid: "530f0404d52b49dfa17831e2484b70dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f900146dcc6748a6885b8b273b42fad5" is_pre_election: true
I20260630 12:36:43.560612  6333 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: No bootstrap required, opened a new log
I20260630 12:36:43.561395  6333 ts_tablet_manager.cc:1403] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: Time spent bootstrapping tablet: real 0.057s	user 0.026s	sys 0.014s
I20260630 12:36:43.561196  6331 raft_consensus.cc:359] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
W20260630 12:36:43.561421  6249 leader_election.cc:343] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:43.562026  6331 raft_consensus.cc:385] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.562425  6331 raft_consensus.cc:740] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.563364  6331 consensus_queue.cc:260] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.564033  6332 ts_tablet_manager.cc:1434] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc: Time spent starting tablet: real 0.034s	user 0.008s	sys 0.000s
I20260630 12:36:43.566320  6332 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: Bootstrap starting.
I20260630 12:36:43.566078  6333 raft_consensus.cc:359] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.567034  6333 raft_consensus.cc:385] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.567415  6333 raft_consensus.cc:740] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f900146dcc6748a6885b8b273b42fad5, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.568234  6333 consensus_queue.cc:260] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.582715  6332 tablet_bootstrap.cc:654] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.582785  6331 ts_tablet_manager.cc:1434] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.000s
I20260630 12:36:43.587946  6212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40545bf894b8448ea7b6b94eca2916bc" candidate_uuid: "530f0404d52b49dfa17831e2484b70dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd3721839ab04e54bad946d5d1610fc9" is_pre_election: true
I20260630 12:36:43.588948  6331 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: Bootstrap starting.
I20260630 12:36:43.589318  6137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f900146dcc6748a6885b8b273b42fad5" is_pre_election: true
W20260630 12:36:43.589475  6249 leader_election.cc:343] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:43.590739  6175 leader_election.cc:343] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:43.590587  6249 leader_election.cc:304] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [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: 530f0404d52b49dfa17831e2484b70dc; no voters: cd3721839ab04e54bad946d5d1610fc9, f900146dcc6748a6885b8b273b42fad5
I20260630 12:36:43.591976  6336 raft_consensus.cc:2749] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:43.595913  6331 tablet_bootstrap.cc:654] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.596693  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc" is_pre_election: true
I20260630 12:36:43.597476  6286 raft_consensus.cc:2468] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 0.
I20260630 12:36:43.598971  6333 ts_tablet_manager.cc:1434] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: Time spent starting tablet: real 0.037s	user 0.004s	sys 0.014s
I20260630 12:36:43.599967  6332 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: No bootstrap required, opened a new log
I20260630 12:36:43.599229  6178 leader_election.cc:304] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [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: 530f0404d52b49dfa17831e2484b70dc, cd3721839ab04e54bad946d5d1610fc9; no voters: f900146dcc6748a6885b8b273b42fad5
I20260630 12:36:43.604555  6332 ts_tablet_manager.cc:1403] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: Time spent bootstrapping tablet: real 0.040s	user 0.011s	sys 0.007s
I20260630 12:36:43.606158  6337 raft_consensus.cc:2804] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:43.606637  6337 raft_consensus.cc:493] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:43.606981  6337 raft_consensus.cc:3060] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.607609  6332 raft_consensus.cc:359] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.608232  6332 raft_consensus.cc:385] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.608485  6332 raft_consensus.cc:740] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 530f0404d52b49dfa17831e2484b70dc, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.608642  6331 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: No bootstrap required, opened a new log
I20260630 12:36:43.609282  6331 ts_tablet_manager.cc:1403] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.002s
I20260630 12:36:43.609432  6332 consensus_queue.cc:260] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.612190  6332 ts_tablet_manager.cc:1434] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:43.614463  6333 tablet_bootstrap.cc:492] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5: Bootstrap starting.
I20260630 12:36:43.615504  6337 raft_consensus.cc:515] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.619922  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc"
I20260630 12:36:43.620553  6286 raft_consensus.cc:3060] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.622190  6333 tablet_bootstrap.cc:654] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.626636  6137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f900146dcc6748a6885b8b273b42fad5"
W20260630 12:36:43.628121  6175 leader_election.cc:343] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:43.625270  6331 raft_consensus.cc:359] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.628829  6331 raft_consensus.cc:385] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.629119  6286 raft_consensus.cc:2468] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 1.
I20260630 12:36:43.629194  6331 raft_consensus.cc:740] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.630278  6337 leader_election.cc:290] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 election: Requested vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.630195  6331 consensus_queue.cc:260] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.630493  6178 leader_election.cc:304] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [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: 530f0404d52b49dfa17831e2484b70dc, cd3721839ab04e54bad946d5d1610fc9; no voters: f900146dcc6748a6885b8b273b42fad5
I20260630 12:36:43.632575  6331 ts_tablet_manager.cc:1434] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.000s
I20260630 12:36:43.633337  6337 raft_consensus.cc:2804] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:43.633898  6337 raft_consensus.cc:697] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Becoming Leader. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Running, Role: LEADER
I20260630 12:36:43.634642  6337 consensus_queue.cc:237] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.644141  6333 tablet_bootstrap.cc:492] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5: No bootstrap required, opened a new log
I20260630 12:36:43.644639  6333 ts_tablet_manager.cc:1403] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5: Time spent bootstrapping tablet: real 0.030s	user 0.004s	sys 0.023s
I20260630 12:36:43.646878  6333 raft_consensus.cc:359] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.647475  6333 raft_consensus.cc:385] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.648168  6333 raft_consensus.cc:740] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f900146dcc6748a6885b8b273b42fad5, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.649868  6333 consensus_queue.cc:260] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.647349  6034 catalog_manager.cc:5697] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 reported cstate change: term changed from 0 to 1, leader changed from <none> to cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "cd3721839ab04e54bad946d5d1610fc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:43.651701  6333 ts_tablet_manager.cc:1434] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:43.652608  6333 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5: Bootstrap starting.
I20260630 12:36:43.658085  6333 tablet_bootstrap.cc:654] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:43.663542  6333 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5: No bootstrap required, opened a new log
I20260630 12:36:43.664079  6333 ts_tablet_manager.cc:1403] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.003s
I20260630 12:36:43.666299  6333 raft_consensus.cc:359] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.667058  6333 raft_consensus.cc:385] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:43.667316  6333 raft_consensus.cc:740] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f900146dcc6748a6885b8b273b42fad5, State: Initialized, Role: FOLLOWER
I20260630 12:36:43.667971  6333 consensus_queue.cc:260] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.669795  6333 ts_tablet_manager.cc:1434] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:36:43.719456  6346 raft_consensus.cc:493] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:43.720045  6346 raft_consensus.cc:515] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.720468  6350 raft_consensus.cc:493] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:43.721055  6350 raft_consensus.cc:515] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.723721  6350 leader_election.cc:290] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.724975  6137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f900146dcc6748a6885b8b273b42fad5" is_pre_election: true
I20260630 12:36:43.726871  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc" is_pre_election: true
I20260630 12:36:43.727396  6137 raft_consensus.cc:2468] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 0.
I20260630 12:36:43.727558  6286 raft_consensus.cc:2468] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 0.
I20260630 12:36:43.725270  6346 leader_election.cc:290] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.728938  6175 leader_election.cc:304] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cd3721839ab04e54bad946d5d1610fc9, f900146dcc6748a6885b8b273b42fad5; no voters: 
I20260630 12:36:43.729930  6350 raft_consensus.cc:2804] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:43.730321  6350 raft_consensus.cc:493] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:43.730655  6350 raft_consensus.cc:3060] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.736217  6337 raft_consensus.cc:493] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:43.736799  6337 raft_consensus.cc:515] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.737690  6212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd3721839ab04e54bad946d5d1610fc9" is_pre_election: true
I20260630 12:36:43.738631  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc" is_pre_election: true
I20260630 12:36:43.739120  6337 leader_election.cc:290] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.739300  6286 raft_consensus.cc:2468] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f900146dcc6748a6885b8b273b42fad5 in term 0.
I20260630 12:36:43.739750  6350 raft_consensus.cc:515] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.739936  6137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40545bf894b8448ea7b6b94eca2916bc" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f900146dcc6748a6885b8b273b42fad5" is_pre_election: true
I20260630 12:36:43.740825  6137 raft_consensus.cc:2468] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 0.
I20260630 12:36:43.740737  6102 leader_election.cc:304] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 530f0404d52b49dfa17831e2484b70dc, f900146dcc6748a6885b8b273b42fad5; no voters: 
I20260630 12:36:43.741026  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40545bf894b8448ea7b6b94eca2916bc" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc" is_pre_election: true
I20260630 12:36:43.741734  6286 raft_consensus.cc:2468] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 0.
I20260630 12:36:43.741886  6346 raft_consensus.cc:2804] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:43.742151  6175 leader_election.cc:304] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cd3721839ab04e54bad946d5d1610fc9, f900146dcc6748a6885b8b273b42fad5; no voters: 
I20260630 12:36:43.742343  6346 raft_consensus.cc:493] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:43.742411  6350 leader_election.cc:290] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 election: Requested vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.741068  6212 raft_consensus.cc:2393] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f900146dcc6748a6885b8b273b42fad5 in current term 1: Already voted for candidate cd3721839ab04e54bad946d5d1610fc9 in this term.
I20260630 12:36:43.742799  6346 raft_consensus.cc:3060] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.743160  6350 raft_consensus.cc:2804] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:43.743557  6350 raft_consensus.cc:493] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:43.743973  6350 raft_consensus.cc:3060] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.744310  6136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f900146dcc6748a6885b8b273b42fad5"
I20260630 12:36:43.747471  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc"
I20260630 12:36:43.748179  6286 raft_consensus.cc:3060] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.752013  6350 raft_consensus.cc:515] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.750938  6346 raft_consensus.cc:515] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.754432  6350 leader_election.cc:290] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 election: Requested vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.755396  6136 raft_consensus.cc:2393] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate cd3721839ab04e54bad946d5d1610fc9 in current term 1: Already voted for candidate f900146dcc6748a6885b8b273b42fad5 in this term.
I20260630 12:36:43.755766  6286 raft_consensus.cc:2468] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 1.
I20260630 12:36:43.756989  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40545bf894b8448ea7b6b94eca2916bc" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc"
I20260630 12:36:43.757230  6285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc"
I20260630 12:36:43.757345  6178 leader_election.cc:304] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 530f0404d52b49dfa17831e2484b70dc, cd3721839ab04e54bad946d5d1610fc9; no voters: 
I20260630 12:36:43.757716  6286 raft_consensus.cc:3060] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.758272  6285 raft_consensus.cc:2393] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f900146dcc6748a6885b8b273b42fad5 in current term 1: Already voted for candidate cd3721839ab04e54bad946d5d1610fc9 in this term.
I20260630 12:36:43.758420  6350 raft_consensus.cc:2804] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:43.760094  6350 raft_consensus.cc:697] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Becoming Leader. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Running, Role: LEADER
I20260630 12:36:43.760905  6346 leader_election.cc:290] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [CANDIDATE]: Term 1 election: Requested vote from peers cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.761067  6212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd3721839ab04e54bad946d5d1610fc9"
I20260630 12:36:43.758330  6136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40545bf894b8448ea7b6b94eca2916bc" candidate_uuid: "cd3721839ab04e54bad946d5d1610fc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f900146dcc6748a6885b8b273b42fad5"
I20260630 12:36:43.760975  6350 consensus_queue.cc:237] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.762104  6136 raft_consensus.cc:3060] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.765766  6286 raft_consensus.cc:2468] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 1.
I20260630 12:36:43.768507  6099 leader_election.cc:304] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [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: f900146dcc6748a6885b8b273b42fad5; no voters: 530f0404d52b49dfa17831e2484b70dc, cd3721839ab04e54bad946d5d1610fc9
I20260630 12:36:43.768903  6178 leader_election.cc:304] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 530f0404d52b49dfa17831e2484b70dc, cd3721839ab04e54bad946d5d1610fc9; no voters: 
I20260630 12:36:43.769994  6350 raft_consensus.cc:2804] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:43.770578  6346 raft_consensus.cc:2749] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:36:43.770531  6350 raft_consensus.cc:697] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Becoming Leader. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Running, Role: LEADER
I20260630 12:36:43.771459  6136 raft_consensus.cc:2468] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd3721839ab04e54bad946d5d1610fc9 in term 1.
I20260630 12:36:43.771941  6350 consensus_queue.cc:237] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.771718  6033 catalog_manager.cc:5697] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 reported cstate change: term changed from 0 to 1, leader changed from <none> to cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "cd3721839ab04e54bad946d5d1610fc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:43.779227  6346 raft_consensus.cc:493] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:43.779837  6346 raft_consensus.cc:515] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:43.782063  6346 leader_election.cc:290] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:43.783008  6212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd3721839ab04e54bad946d5d1610fc9" is_pre_election: true
I20260630 12:36:43.783145  6286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "530f0404d52b49dfa17831e2484b70dc" is_pre_election: true
I20260630 12:36:43.784078  6286 raft_consensus.cc:2393] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f900146dcc6748a6885b8b273b42fad5 in current term 1: Already voted for candidate cd3721839ab04e54bad946d5d1610fc9 in this term.
I20260630 12:36:43.785259  6102 leader_election.cc:304] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [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: f900146dcc6748a6885b8b273b42fad5; no voters: 530f0404d52b49dfa17831e2484b70dc, cd3721839ab04e54bad946d5d1610fc9
I20260630 12:36:43.786036  6346 raft_consensus.cc:3060] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:43.786242  6033 catalog_manager.cc:5697] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 reported cstate change: term changed from 0 to 1, leader changed from <none> to cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "cd3721839ab04e54bad946d5d1610fc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:43.792778  6346 raft_consensus.cc:2749] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:43.834533  6087 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:43.848156  6212 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31"
dest_uuid: "cd3721839ab04e54bad946d5d1610fc9"
mode: GRACEFUL
new_leader_uuid: "f900146dcc6748a6885b8b273b42fad5"
 from {username='slave'} at 127.0.0.1:42254
I20260630 12:36:43.848812  6212 raft_consensus.cc:606] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Received request to transfer leadership to TS f900146dcc6748a6885b8b273b42fad5
I20260630 12:36:43.851459  6212 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4"
dest_uuid: "cd3721839ab04e54bad946d5d1610fc9"
mode: GRACEFUL
new_leader_uuid: "530f0404d52b49dfa17831e2484b70dc"
 from {username='slave'} at 127.0.0.1:42254
I20260630 12:36:43.851977  6212 raft_consensus.cc:606] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Received request to transfer leadership to TS 530f0404d52b49dfa17831e2484b70dc
I20260630 12:36:43.853226  6087 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260630 12:36:43.853667  6087 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:43.885015   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:43.891140  6358 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:43.892489  6359 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:43.894454  6361 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:43.894860   642 server_base.cc:1061] running on GCE node
I20260630 12:36:43.896185   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:43.896425   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:43.896634   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823003896617 us; error 0 us; skew 500 ppm
I20260630 12:36:43.897303   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:43.900396   642 webserver.cc:533] Webserver started at http://127.0.160.132:33845/ using document root <none> and password file <none>
I20260630 12:36:43.900991   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:43.901239   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:43.901666   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:43.901473  6350 consensus_queue.cc:1048] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:43.903256   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "17b0e7a305374fdba86e93d3a7acc4ee"
format_stamp: "Formatted at 2026-06-30 12:36:43 on dist-test-slave-n1kv"
W20260630 12:36:43.910526  6337 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:36:43.910898  6337 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:36:43.911487   642 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:43.916448  6368 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:43.917471   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:36:43.917877   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "17b0e7a305374fdba86e93d3a7acc4ee"
format_stamp: "Formatted at 2026-06-30 12:36:43 on dist-test-slave-n1kv"
I20260630 12:36:43.918265   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:43.934252   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:43.935300   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:43.936884   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:43.939204   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:43.939446   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:43.939726   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:43.939915   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:43.981864   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:43081
I20260630 12:36:43.981998  6430 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:43081 every 8 connection(s)
I20260630 12:36:43.986941  6350 consensus_queue.cc:1048] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:44.001547  6433 heartbeater.cc:344] Connected to a master server at 127.0.160.190:33609
I20260630 12:36:44.002007  6433 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:44.002820  6433 heartbeater.cc:507] Master 127.0.160.190:33609 requested a full tablet report, sending...
I20260630 12:36:44.005092  6034 ts_manager.cc:194] Registered new tserver with Master: 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132:43081)
I20260630 12:36:44.006592  6034 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53578
I20260630 12:36:44.027765  6350 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:44.050616  6350 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:44.081516  6442 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:44.109709  6442 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:44.281793  6441 raft_consensus.cc:993] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: : Instructing follower 530f0404d52b49dfa17831e2484b70dc to start an election
I20260630 12:36:44.282444  6432 raft_consensus.cc:1081] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Signalling peer 530f0404d52b49dfa17831e2484b70dc to start an election
I20260630 12:36:44.284201  6286 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4"
dest_uuid: "530f0404d52b49dfa17831e2484b70dc"
 from {username='slave'} at 127.0.0.1:56372
I20260630 12:36:44.284777  6286 raft_consensus.cc:493] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:36:44.285240  6286 raft_consensus.cc:3060] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:44.291234  6286 raft_consensus.cc:515] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:44.293102  6286 leader_election.cc:290] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [CANDIDATE]: Term 2 election: Requested vote from peers f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731), cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617)
I20260630 12:36:44.294379  6136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "530f0404d52b49dfa17831e2484b70dc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f900146dcc6748a6885b8b273b42fad5"
I20260630 12:36:44.294375  6212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28c3fc0f9fff49a499f7712d1f8538a4" candidate_uuid: "530f0404d52b49dfa17831e2484b70dc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cd3721839ab04e54bad946d5d1610fc9"
I20260630 12:36:44.295331  6136 raft_consensus.cc:3060] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:44.295449  6212 raft_consensus.cc:3055] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:44.295943  6212 raft_consensus.cc:740] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Running, Role: LEADER
I20260630 12:36:44.296727  6212 consensus_queue.cc:260] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:44.297827  6212 raft_consensus.cc:3060] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:44.301149  6136 raft_consensus.cc:2468] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 530f0404d52b49dfa17831e2484b70dc in term 2.
I20260630 12:36:44.302350  6249 leader_election.cc:304] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [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: 530f0404d52b49dfa17831e2484b70dc, f900146dcc6748a6885b8b273b42fad5; no voters: 
I20260630 12:36:44.303143  6336 raft_consensus.cc:2804] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:44.303581  6212 raft_consensus.cc:2468] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 530f0404d52b49dfa17831e2484b70dc in term 2.
I20260630 12:36:44.304347  6336 raft_consensus.cc:697] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 LEADER]: Becoming Leader. State: Replica: 530f0404d52b49dfa17831e2484b70dc, State: Running, Role: LEADER
I20260630 12:36:44.305248  6336 consensus_queue.cc:237] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:44.311115  6033 catalog_manager.cc:5697] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc reported cstate change: term changed from 1 to 2, leader changed from cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130) to 530f0404d52b49dfa17831e2484b70dc (127.0.160.131). New cstate: current_term: 2 leader_uuid: "530f0404d52b49dfa17831e2484b70dc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:44.477921  6337 raft_consensus.cc:993] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9: : Instructing follower f900146dcc6748a6885b8b273b42fad5 to start an election
I20260630 12:36:44.478540  6442 raft_consensus.cc:1081] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Signalling peer f900146dcc6748a6885b8b273b42fad5 to start an election
I20260630 12:36:44.480423  6136 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31"
dest_uuid: "f900146dcc6748a6885b8b273b42fad5"
 from {username='slave'} at 127.0.0.1:56272
I20260630 12:36:44.480984  6136 raft_consensus.cc:493] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:36:44.481292  6136 raft_consensus.cc:3060] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:44.486539  6136 raft_consensus.cc:515] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:44.488251  6136 leader_election.cc:290] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [CANDIDATE]: Term 2 election: Requested vote from peers cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617), 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:44.489328  6212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cd3721839ab04e54bad946d5d1610fc9"
I20260630 12:36:44.489516  6285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8f269de9c64dc1a3010c54fccf9b31" candidate_uuid: "f900146dcc6748a6885b8b273b42fad5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "530f0404d52b49dfa17831e2484b70dc"
I20260630 12:36:44.490063  6285 raft_consensus.cc:3060] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:44.490060  6212 raft_consensus.cc:3055] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:44.490746  6212 raft_consensus.cc:740] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cd3721839ab04e54bad946d5d1610fc9, State: Running, Role: LEADER
I20260630 12:36:44.491645  6212 consensus_queue.cc:260] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:44.493008  6212 raft_consensus.cc:3060] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:44.498057  6285 raft_consensus.cc:2468] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f900146dcc6748a6885b8b273b42fad5 in term 2.
I20260630 12:36:44.499418  6102 leader_election.cc:304] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [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: 530f0404d52b49dfa17831e2484b70dc, f900146dcc6748a6885b8b273b42fad5; no voters: 
I20260630 12:36:44.500244  6346 raft_consensus.cc:2804] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:44.500130  6212 raft_consensus.cc:2468] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f900146dcc6748a6885b8b273b42fad5 in term 2.
I20260630 12:36:44.501663  6346 raft_consensus.cc:697] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 2 LEADER]: Becoming Leader. State: Replica: f900146dcc6748a6885b8b273b42fad5, State: Running, Role: LEADER
I20260630 12:36:44.502481  6346 consensus_queue.cc:237] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:44.509115  6033 catalog_manager.cc:5697] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 reported cstate change: term changed from 1 to 2, leader changed from cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130) to f900146dcc6748a6885b8b273b42fad5 (127.0.160.129). New cstate: current_term: 2 leader_uuid: "f900146dcc6748a6885b8b273b42fad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:44.630448  6136 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:44.631826  6336 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:44.657079  6212 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:44.658628  6336 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:44.772063  6212 raft_consensus.cc:1275] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Refusing update from remote peer f900146dcc6748a6885b8b273b42fad5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:44.773334  6346 consensus_queue.cc:1048] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:44.836726  6285 raft_consensus.cc:1275] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 2 FOLLOWER]: Refusing update from remote peer f900146dcc6748a6885b8b273b42fad5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:44.838331  6346 consensus_queue.cc:1048] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:44.858873  6285 consensus_queue.cc:237] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } }
I20260630 12:36:44.867139  6212 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:36:44.867264  6136 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:36:44.868727  6452 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:44.869535  6455 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:36:44.876737  6249 consensus_peers.cc:597] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc -> Peer 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132:43081): Couldn't send request to peer 17b0e7a305374fdba86e93d3a7acc4ee. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 28c3fc0f9fff49a499f7712d1f8538a4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:44.878779  6136 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:44.878927  6212 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:44.891559  6033 catalog_manager.cc:5697] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 reported cstate change: config changed from index -1 to 3, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "530f0404d52b49dfa17831e2484b70dc" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.009171  6433 heartbeater.cc:499] Master 127.0.160.190:33609 was elected leader, sending a full tablet report...
I20260630 12:36:45.125516  6460 ts_tablet_manager.cc:933] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: Initiating tablet copy from peer 530f0404d52b49dfa17831e2484b70dc (127.0.160.131:45973)
I20260630 12:36:45.126998  6460 tablet_copy_client.cc:323] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:45973
I20260630 12:36:45.136242  6296 tablet_copy_service.cc:140] P 530f0404d52b49dfa17831e2484b70dc: Received BeginTabletCopySession request for tablet 28c3fc0f9fff49a499f7712d1f8538a4 from peer 17b0e7a305374fdba86e93d3a7acc4ee ({username='slave'} at 127.0.0.1:41614)
I20260630 12:36:45.136777  6296 tablet_copy_service.cc:161] P 530f0404d52b49dfa17831e2484b70dc: Beginning new tablet copy session on tablet 28c3fc0f9fff49a499f7712d1f8538a4 from peer 17b0e7a305374fdba86e93d3a7acc4ee at {username='slave'} at 127.0.0.1:41614: session id = 17b0e7a305374fdba86e93d3a7acc4ee-28c3fc0f9fff49a499f7712d1f8538a4
I20260630 12:36:45.142774  6296 tablet_copy_source_session.cc:215] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:45.145962  6460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28c3fc0f9fff49a499f7712d1f8538a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:45.153728  6336 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.157802  6460 tablet_copy_client.cc:806] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:45.158530  6460 tablet_copy_client.cc:670] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:45.162845  6460 tablet_copy_client.cc:538] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:45.172873  6460 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: Bootstrap starting.
I20260630 12:36:45.179235  6212 consensus_queue.cc:237] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } }
I20260630 12:36:45.185520  6285 raft_consensus.cc:1275] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Refusing update from remote peer cd3721839ab04e54bad946d5d1610fc9: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:45.187160  6442 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:45.189221  6136 raft_consensus.cc:1275] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Refusing update from remote peer cd3721839ab04e54bad946d5d1610fc9: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:45.191244  6337 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:45.194998  6460 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:36:45.196344  6460 tablet_bootstrap.cc:492] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: Bootstrap complete.
I20260630 12:36:45.197273  6460 ts_tablet_manager.cc:1403] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: Time spent bootstrapping tablet: real 0.025s	user 0.020s	sys 0.008s
I20260630 12:36:45.201588  6460 raft_consensus.cc:359] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 NON_PARTICIPANT]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
W20260630 12:36:45.202502  6175 consensus_peers.cc:597] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 -> Peer 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132:43081): Couldn't send request to peer 17b0e7a305374fdba86e93d3a7acc4ee. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 40545bf894b8448ea7b6b94eca2916bc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:45.203918  6460 raft_consensus.cc:740] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 17b0e7a305374fdba86e93d3a7acc4ee, State: Initialized, Role: LEARNER
I20260630 12:36:45.205209  6460 consensus_queue.cc:260] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, 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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } }
I20260630 12:36:45.211894  6460 ts_tablet_manager.cc:1434] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:36:45.214150  6296 tablet_copy_service.cc:342] P 530f0404d52b49dfa17831e2484b70dc: Request end of tablet copy session 17b0e7a305374fdba86e93d3a7acc4ee-28c3fc0f9fff49a499f7712d1f8538a4 received from {username='slave'} at 127.0.0.1:41614
I20260630 12:36:45.214668  6296 tablet_copy_service.cc:434] P 530f0404d52b49dfa17831e2484b70dc: ending tablet copy session 17b0e7a305374fdba86e93d3a7acc4ee-28c3fc0f9fff49a499f7712d1f8538a4 on tablet 28c3fc0f9fff49a499f7712d1f8538a4 with peer 17b0e7a305374fdba86e93d3a7acc4ee
I20260630 12:36:45.212841  6136 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.214484  6285 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.228756  6034 catalog_manager.cc:5697] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 reported cstate change: config changed from index -1 to 2, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "cd3721839ab04e54bad946d5d1610fc9" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.402236  6406 raft_consensus.cc:1217] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:36:45.403016  6406 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 LEARNER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.420974  6460 ts_tablet_manager.cc:933] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: Initiating tablet copy from peer cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617)
I20260630 12:36:45.422775  6460 tablet_copy_client.cc:323] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:42617
I20260630 12:36:45.430860  6222 tablet_copy_service.cc:140] P cd3721839ab04e54bad946d5d1610fc9: Received BeginTabletCopySession request for tablet 40545bf894b8448ea7b6b94eca2916bc from peer 17b0e7a305374fdba86e93d3a7acc4ee ({username='slave'} at 127.0.0.1:42280)
I20260630 12:36:45.431375  6222 tablet_copy_service.cc:161] P cd3721839ab04e54bad946d5d1610fc9: Beginning new tablet copy session on tablet 40545bf894b8448ea7b6b94eca2916bc from peer 17b0e7a305374fdba86e93d3a7acc4ee at {username='slave'} at 127.0.0.1:42280: session id = 17b0e7a305374fdba86e93d3a7acc4ee-40545bf894b8448ea7b6b94eca2916bc
I20260630 12:36:45.436892  6222 tablet_copy_source_session.cc:215] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:45.439899  6460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40545bf894b8448ea7b6b94eca2916bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:45.441915  6442 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.452170  6460 tablet_copy_client.cc:806] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:45.452941  6460 tablet_copy_client.cc:670] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:45.456878  6460 tablet_copy_client.cc:538] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:45.465905  6460 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: Bootstrap starting.
I20260630 12:36:45.488340  6460 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:36:45.489316  6460 tablet_bootstrap.cc:492] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: Bootstrap complete.
I20260630 12:36:45.490002  6460 ts_tablet_manager.cc:1403] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.004s
I20260630 12:36:45.492342  6460 raft_consensus.cc:359] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 NON_PARTICIPANT]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } }
I20260630 12:36:45.493481  6460 raft_consensus.cc:740] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 17b0e7a305374fdba86e93d3a7acc4ee, State: Initialized, Role: LEARNER
I20260630 12:36:45.494024  6460 consensus_queue.cc:260] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, 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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } }
I20260630 12:36:45.495831  6460 ts_tablet_manager.cc:1434] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:36:45.497771  6222 tablet_copy_service.cc:342] P cd3721839ab04e54bad946d5d1610fc9: Request end of tablet copy session 17b0e7a305374fdba86e93d3a7acc4ee-40545bf894b8448ea7b6b94eca2916bc received from {username='slave'} at 127.0.0.1:42280
I20260630 12:36:45.498157  6222 tablet_copy_service.cc:434] P cd3721839ab04e54bad946d5d1610fc9: ending tablet copy session 17b0e7a305374fdba86e93d3a7acc4ee-40545bf894b8448ea7b6b94eca2916bc on tablet 40545bf894b8448ea7b6b94eca2916bc with peer 17b0e7a305374fdba86e93d3a7acc4ee
I20260630 12:36:45.685570  6406 raft_consensus.cc:1217] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:45.686403  6406 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 LEARNER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: true } } }
I20260630 12:36:45.813977  6336 raft_consensus.cc:1064] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: attempting to promote NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee to VOTER
I20260630 12:36:45.817116  6336 consensus_queue.cc:237] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } }
I20260630 12:36:45.825515  6212 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:45.825711  6406 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 LEARNER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:45.826520  6136 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:45.827383  6455 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:45.828428  6472 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:45.829252  6336 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:45.839946  6406 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:45.840585  6212 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:45.851778  6032 catalog_manager.cc:5697] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee reported cstate change: config changed from index 3 to 4, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "530f0404d52b49dfa17831e2484b70dc" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:45.855033  6087 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:45.858855  6087 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:45.859256  6087 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:46.081697  6455 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.092811  6136 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } attrs { replace: true } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.183670  6469 raft_consensus.cc:1064] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: attempting to promote NON_VOTER 17b0e7a305374fdba86e93d3a7acc4ee to VOTER
I20260630 12:36:46.185997  6469 consensus_queue.cc:237] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } }
I20260630 12:36:46.191902  6285 raft_consensus.cc:1275] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Refusing update from remote peer cd3721839ab04e54bad946d5d1610fc9: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:46.193580  6406 raft_consensus.cc:1275] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 LEARNER]: Refusing update from remote peer cd3721839ab04e54bad946d5d1610fc9: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:46.193892  6442 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:46.194438  6136 raft_consensus.cc:1275] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Refusing update from remote peer cd3721839ab04e54bad946d5d1610fc9: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:46.195462  6469 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:46.196419  6479 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:46.206768  6406 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.206409  6136 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.218331  6033 catalog_manager.cc:5697] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee reported cstate change: config changed from index 2 to 3, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cd3721839ab04e54bad946d5d1610fc9" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.366729  6469 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.380431  6285 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 17b0e7a305374fdba86e93d3a7acc4ee (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } attrs { replace: true } } peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.383203  6286 consensus_queue.cc:237] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [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: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } }
I20260630 12:36:46.389771  6406 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:36:46.390308  6136 raft_consensus.cc:1275] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Refusing update from remote peer 530f0404d52b49dfa17831e2484b70dc: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:36:46.391635  6336 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:46.395128  6476 consensus_queue.cc:1048] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:36:46.401572  6406 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.404318  6136 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.457261  6032 catalog_manager.cc:5697] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee reported cstate change: config changed from index 4 to 5, VOTER cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130) evicted. New cstate: current_term: 2 leader_uuid: "530f0404d52b49dfa17831e2484b70dc" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.459172  6212 consensus_queue.cc:237] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [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: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } }
I20260630 12:36:46.465041  6406 raft_consensus.cc:1275] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 FOLLOWER]: Refusing update from remote peer cd3721839ab04e54bad946d5d1610fc9: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:46.466727  6469 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:46.467036  6285 raft_consensus.cc:1275] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Refusing update from remote peer cd3721839ab04e54bad946d5d1610fc9: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:46.468638  6478 consensus_queue.cc:1048] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:36:46.475982  6406 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f900146dcc6748a6885b8b273b42fad5 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.477680  6285 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f900146dcc6748a6885b8b273b42fad5 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.548858  6201 tablet_service.cc:1558] Processing DeleteTablet for tablet 28c3fc0f9fff49a499f7712d1f8538a4 with delete_type TABLET_DATA_TOMBSTONED (TS cd3721839ab04e54bad946d5d1610fc9 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:53724
I20260630 12:36:46.552497  6482 tablet_replica.cc:333] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: stopping tablet replica
I20260630 12:36:46.553614  6482 raft_consensus.cc:2243] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:46.555079  6482 raft_consensus.cc:2272] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:46.554450  6034 catalog_manager.cc:5697] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee reported cstate change: config changed from index 3 to 4, VOTER f900146dcc6748a6885b8b273b42fad5 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "cd3721839ab04e54bad946d5d1610fc9" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.558535  6482 ts_tablet_manager.cc:1916] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:46.574986  6482 ts_tablet_manager.cc:1929] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:36:46.575481  6482 log.cc:1199] T 28c3fc0f9fff49a499f7712d1f8538a4 P cd3721839ab04e54bad946d5d1610fc9: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-1-root/wals/28c3fc0f9fff49a499f7712d1f8538a4
I20260630 12:36:46.577478  6018 catalog_manager.cc:5028] TS cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130:42617): tablet 28c3fc0f9fff49a499f7712d1f8538a4 (table test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]) successfully deleted
I20260630 12:36:46.865374  6126 tablet_service.cc:1558] Processing DeleteTablet for tablet 40545bf894b8448ea7b6b94eca2916bc with delete_type TABLET_DATA_TOMBSTONED (TS f900146dcc6748a6885b8b273b42fad5 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:56256
I20260630 12:36:46.867380  6483 tablet_replica.cc:333] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: stopping tablet replica
I20260630 12:36:46.868160  6483 raft_consensus.cc:2243] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:46.868904  6483 raft_consensus.cc:2272] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:46.872047  6483 ts_tablet_manager.cc:1916] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:46.882422  6478 raft_consensus.cc:2955] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f900146dcc6748a6885b8b273b42fad5 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cd3721839ab04e54bad946d5d1610fc9" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42617 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.884806  6483 ts_tablet_manager.cc:1929] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:36:46.885331  6483 log.cc:1199] T 40545bf894b8448ea7b6b94eca2916bc P f900146dcc6748a6885b8b273b42fad5: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861050400-642-0/minicluster-data/ts-0-root/wals/40545bf894b8448ea7b6b94eca2916bc
I20260630 12:36:46.887109  6018 catalog_manager.cc:5028] TS f900146dcc6748a6885b8b273b42fad5 (127.0.160.129:39731): tablet 40545bf894b8448ea7b6b94eca2916bc (table test-workload [id=6a7a2a65be5349d8b0f70e3b5e44e5e1]) successfully deleted
I20260630 12:36:46.890709  6018 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 40545bf894b8448ea7b6b94eca2916bc with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:46.892069  6476 raft_consensus.cc:2955] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER cd3721839ab04e54bad946d5d1610fc9 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f900146dcc6748a6885b8b273b42fad5" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39731 } } peers { permanent_uuid: "530f0404d52b49dfa17831e2484b70dc" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45973 } } peers { permanent_uuid: "17b0e7a305374fdba86e93d3a7acc4ee" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 43081 } attrs { promote: false } } }
I20260630 12:36:46.900115  6021 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 28c3fc0f9fff49a499f7712d1f8538a4 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:47.860227  6087 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:47.863409  6087 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:47.863842  6087 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:49.865248  6087 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:49.868712  6087 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:49.869171  6087 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:51.870187  6087 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:51.873136  6087 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:51.873481  6087 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:53.874652  6087 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:53.877616  6087 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:53.878010  6087 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:54.051618   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:36:54.088883   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:54.089790   642 tablet_replica.cc:333] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5: stopping tablet replica
I20260630 12:36:54.090431   642 raft_consensus.cc:2243] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:54.091717   642 raft_consensus.cc:2272] T 28c3fc0f9fff49a499f7712d1f8538a4 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.094384   642 tablet_replica.cc:333] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5: stopping tablet replica
I20260630 12:36:54.094903   642 raft_consensus.cc:2243] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:54.095940   642 raft_consensus.cc:2272] T 0f8f269de9c64dc1a3010c54fccf9b31 P f900146dcc6748a6885b8b273b42fad5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.122957   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:36:54.142501   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:36:54.168877   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:54.169783   642 tablet_replica.cc:333] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9: stopping tablet replica
I20260630 12:36:54.170488   642 raft_consensus.cc:2243] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:54.171770   642 raft_consensus.cc:2272] T 40545bf894b8448ea7b6b94eca2916bc P cd3721839ab04e54bad946d5d1610fc9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.174576   642 tablet_replica.cc:333] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9: stopping tablet replica
I20260630 12:36:54.175149   642 raft_consensus.cc:2243] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:54.175715   642 raft_consensus.cc:2272] T 0f8f269de9c64dc1a3010c54fccf9b31 P cd3721839ab04e54bad946d5d1610fc9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.203058   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:36:54.219446   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:36:54.246873   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:54.247655   642 tablet_replica.cc:333] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc: stopping tablet replica
I20260630 12:36:54.248358   642 raft_consensus.cc:2243] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:54.249516   642 raft_consensus.cc:2272] T 28c3fc0f9fff49a499f7712d1f8538a4 P 530f0404d52b49dfa17831e2484b70dc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.251902   642 tablet_replica.cc:333] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc: stopping tablet replica
I20260630 12:36:54.252529   642 raft_consensus.cc:2243] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:54.253139   642 raft_consensus.cc:2272] T 0f8f269de9c64dc1a3010c54fccf9b31 P 530f0404d52b49dfa17831e2484b70dc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.255482   642 tablet_replica.cc:333] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc: stopping tablet replica
I20260630 12:36:54.255980   642 raft_consensus.cc:2243] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:54.256768   642 raft_consensus.cc:2272] T 40545bf894b8448ea7b6b94eca2916bc P 530f0404d52b49dfa17831e2484b70dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.281292   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:36:54.298358   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:36:54.324299   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:54.325078   642 tablet_replica.cc:333] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee: stopping tablet replica
I20260630 12:36:54.325733   642 raft_consensus.cc:2243] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:54.326505   642 raft_consensus.cc:2272] T 40545bf894b8448ea7b6b94eca2916bc P 17b0e7a305374fdba86e93d3a7acc4ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.329197   642 tablet_replica.cc:333] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee: stopping tablet replica
I20260630 12:36:54.329777   642 raft_consensus.cc:2243] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:54.330580   642 raft_consensus.cc:2272] T 28c3fc0f9fff49a499f7712d1f8538a4 P 17b0e7a305374fdba86e93d3a7acc4ee [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.352548   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:36:54.366322   642 master.cc:562] Master@127.0.160.190:33609 shutting down...
I20260630 12:36:54.386921   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:54.387533   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.387929   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5e202c32dab145d99e5f782e70a82810: stopping tablet replica
I20260630 12:36:54.409085   642 master.cc:584] Master@127.0.160.190:33609 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12756 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:36:54.450870   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:40847
I20260630 12:36:54.452055   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:54.458283  6486 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:54.458325  6487 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:54.458770  6489 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:54.460749   642 server_base.cc:1061] running on GCE node
I20260630 12:36:54.461784   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:54.461967   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:54.462082   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823014462071 us; error 0 us; skew 500 ppm
I20260630 12:36:54.462520   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:54.465119   642 webserver.cc:533] Webserver started at http://127.0.160.190:34823/ using document root <none> and password file <none>
I20260630 12:36:54.465656   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:54.465818   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:54.466060   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:54.467219   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "f2a44017a67044b4a32a5a107728acda"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.471957   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:54.475492  6494 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.476334   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:54.476598   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "f2a44017a67044b4a32a5a107728acda"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.476836   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:54.498005   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:54.499222   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:54.537515   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:40847
I20260630 12:36:54.537621  6545 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:40847 every 8 connection(s)
I20260630 12:36:54.541841  6546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:54.553644  6546 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda: Bootstrap starting.
I20260630 12:36:54.558535  6546 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:54.562985  6546 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda: No bootstrap required, opened a new log
I20260630 12:36:54.565388  6546 raft_consensus.cc:359] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f2a44017a67044b4a32a5a107728acda" member_type: VOTER }
I20260630 12:36:54.565883  6546 raft_consensus.cc:385] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:54.566121  6546 raft_consensus.cc:740] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2a44017a67044b4a32a5a107728acda, State: Initialized, Role: FOLLOWER
I20260630 12:36:54.566817  6546 consensus_queue.cc:260] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f2a44017a67044b4a32a5a107728acda" member_type: VOTER }
I20260630 12:36:54.567322  6546 raft_consensus.cc:399] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:54.567554  6546 raft_consensus.cc:493] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:54.567840  6546 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:54.572870  6546 raft_consensus.cc:515] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f2a44017a67044b4a32a5a107728acda" member_type: VOTER }
I20260630 12:36:54.573483  6546 leader_election.cc:304] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [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: f2a44017a67044b4a32a5a107728acda; no voters: 
I20260630 12:36:54.574649  6546 leader_election.cc:290] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:54.575021  6549 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:54.576375  6549 raft_consensus.cc:697] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 1 LEADER]: Becoming Leader. State: Replica: f2a44017a67044b4a32a5a107728acda, State: Running, Role: LEADER
I20260630 12:36:54.577193  6549 consensus_queue.cc:237] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [LEADER]: Queue going to LEADER mode. State: All 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: "f2a44017a67044b4a32a5a107728acda" member_type: VOTER }
I20260630 12:36:54.577870  6546 sys_catalog.cc:565] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:54.580421  6550 sys_catalog.cc:455] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f2a44017a67044b4a32a5a107728acda" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f2a44017a67044b4a32a5a107728acda" member_type: VOTER } }
I20260630 12:36:54.580633  6551 sys_catalog.cc:455] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [sys.catalog]: SysCatalogTable state changed. Reason: New leader f2a44017a67044b4a32a5a107728acda. Latest consensus state: current_term: 1 leader_uuid: "f2a44017a67044b4a32a5a107728acda" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f2a44017a67044b4a32a5a107728acda" member_type: VOTER } }
I20260630 12:36:54.581245  6551 sys_catalog.cc:458] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:54.581086  6550 sys_catalog.cc:458] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:54.584664  6554 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:54.593683  6554 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:54.594720   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:54.603394  6554 catalog_manager.cc:1383] Generated new cluster ID: 8538a569667f41de80e25cb59ed260b6
I20260630 12:36:54.603703  6554 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:54.629292  6554 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:54.630653  6554 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:54.648720  6554 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda: Generated new TSK 0
I20260630 12:36:54.649420  6554 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:54.661700   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:54.667758  6567 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:54.668771  6568 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:54.670919   642 server_base.cc:1061] running on GCE node
W20260630 12:36:54.671068  6570 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:54.672086   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:54.672274   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:54.672394   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823014672383 us; error 0 us; skew 500 ppm
I20260630 12:36:54.672840   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:54.675204   642 webserver.cc:533] Webserver started at http://127.0.160.129:36607/ using document root <none> and password file <none>
I20260630 12:36:54.675626   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:54.675778   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:54.675980   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:54.677146   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "681a8fcabad04e64b3bfc115695defc1"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.682092   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:54.685623  6575 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.686486   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:54.686760   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "681a8fcabad04e64b3bfc115695defc1"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.687012   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:54.698434   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:54.699600   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:54.701109   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:54.703506   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:54.703687   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.704006   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:54.704165   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.744731   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:33143
I20260630 12:36:54.744854  6637 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:33143 every 8 connection(s)
I20260630 12:36:54.749938   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:54.757632  6642 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:54.759616  6643 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:54.762964   642 server_base.cc:1061] running on GCE node
W20260630 12:36:54.763316  6645 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:54.764174   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:54.764400   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:54.764592   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823014764571 us; error 0 us; skew 500 ppm
I20260630 12:36:54.765147   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:54.768163   642 webserver.cc:533] Webserver started at http://127.0.160.130:39309/ using document root <none> and password file <none>
I20260630 12:36:54.768743   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:54.768985   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:54.769277   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:54.769766  6638 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40847
I20260630 12:36:54.770118  6638 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:54.770682   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "167398cf39254a0d8d55bcf79f25d744"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.770793  6638 heartbeater.cc:507] Master 127.0.160.190:40847 requested a full tablet report, sending...
I20260630 12:36:54.773136  6511 ts_manager.cc:194] Registered new tserver with Master: 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143)
I20260630 12:36:54.774951  6511 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54182
I20260630 12:36:54.775815   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260630 12:36:54.779641  6650 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.780412   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:54.780673   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "167398cf39254a0d8d55bcf79f25d744"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.780982   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:54.807915   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:54.809235   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:54.810739   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:54.813717   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:54.813947   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.814236   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:54.814397   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.854946   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:38381
I20260630 12:36:54.855062  6712 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:38381 every 8 connection(s)
I20260630 12:36:54.860014   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:54.867300  6716 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:54.869055  6717 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:54.872391   642 server_base.cc:1061] running on GCE node
W20260630 12:36:54.872473  6719 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:54.873409  6713 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40847
I20260630 12:36:54.873786   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:54.873792  6713 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:54.874221   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:54.874454   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823014874438 us; error 0 us; skew 500 ppm
I20260630 12:36:54.874945  6713 heartbeater.cc:507] Master 127.0.160.190:40847 requested a full tablet report, sending...
I20260630 12:36:54.875025   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:54.877328  6511 ts_manager.cc:194] Registered new tserver with Master: 167398cf39254a0d8d55bcf79f25d744 (127.0.160.130:38381)
I20260630 12:36:54.877811   642 webserver.cc:533] Webserver started at http://127.0.160.131:33155/ using document root <none> and password file <none>
I20260630 12:36:54.878361   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:54.878595   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:54.878865   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:54.879137  6511 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54190
I20260630 12:36:54.880410   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "26535201c79a410db1b819abe9074031"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.885227   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:36:54.889339  6724 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.890348   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:36:54.890702   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "26535201c79a410db1b819abe9074031"
format_stamp: "Formatted at 2026-06-30 12:36:54 on dist-test-slave-n1kv"
I20260630 12:36:54.891008   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:54.906522   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:54.907794   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:54.909397   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:54.911890   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:54.912138   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.912387   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:54.912577   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.957922   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:46365
I20260630 12:36:54.958031  6786 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:46365 every 8 connection(s)
I20260630 12:36:54.972119  6787 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40847
I20260630 12:36:54.972522  6787 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:54.973332  6787 heartbeater.cc:507] Master 127.0.160.190:40847 requested a full tablet report, sending...
I20260630 12:36:54.975302  6511 ts_manager.cc:194] Registered new tserver with Master: 26535201c79a410db1b819abe9074031 (127.0.160.131:46365)
I20260630 12:36:54.976064   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014735444s
I20260630 12:36:54.976653  6511 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54206
I20260630 12:36:55.777761  6638 heartbeater.cc:499] Master 127.0.160.190:40847 was elected leader, sending a full tablet report...
I20260630 12:36:55.881897  6713 heartbeater.cc:499] Master 127.0.160.190:40847 was elected leader, sending a full tablet report...
I20260630 12:36:55.979449  6787 heartbeater.cc:499] Master 127.0.160.190:40847 was elected leader, sending a full tablet report...
I20260630 12:36:56.034610  6511 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54216:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:36:56.036580  6511 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:36:56.088719  6752 tablet_service.cc:1511] Processing CreateTablet for tablet a9533ece402f4dc68a0677849c5179a5 (DEFAULT_TABLE table=test-workload [id=2d10acabc1c64446a1cccb0a881da115]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:56.090245  6752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a9533ece402f4dc68a0677849c5179a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:56.093084  6678 tablet_service.cc:1511] Processing CreateTablet for tablet a9533ece402f4dc68a0677849c5179a5 (DEFAULT_TABLE table=test-workload [id=2d10acabc1c64446a1cccb0a881da115]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:56.094462  6678 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a9533ece402f4dc68a0677849c5179a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:56.094547  6603 tablet_service.cc:1511] Processing CreateTablet for tablet a9533ece402f4dc68a0677849c5179a5 (DEFAULT_TABLE table=test-workload [id=2d10acabc1c64446a1cccb0a881da115]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:56.096069  6603 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a9533ece402f4dc68a0677849c5179a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:56.109169  6807 tablet_bootstrap.cc:492] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031: Bootstrap starting.
I20260630 12:36:56.114812  6807 tablet_bootstrap.cc:654] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:56.118216  6809 tablet_bootstrap.cc:492] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: Bootstrap starting.
I20260630 12:36:56.120517  6808 tablet_bootstrap.cc:492] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744: Bootstrap starting.
I20260630 12:36:56.122575  6807 tablet_bootstrap.cc:492] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031: No bootstrap required, opened a new log
I20260630 12:36:56.123066  6807 ts_tablet_manager.cc:1403] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:36:56.125460  6807 raft_consensus.cc:359] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.126108  6807 raft_consensus.cc:385] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:56.126358  6807 raft_consensus.cc:740] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26535201c79a410db1b819abe9074031, State: Initialized, Role: FOLLOWER
I20260630 12:36:56.126760  6809 tablet_bootstrap.cc:654] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:56.127238  6807 consensus_queue.cc:260] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.127632  6808 tablet_bootstrap.cc:654] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:56.130210  6807 ts_tablet_manager.cc:1434] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:36:56.134177  6808 tablet_bootstrap.cc:492] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744: No bootstrap required, opened a new log
I20260630 12:36:56.134760  6808 ts_tablet_manager.cc:1403] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260630 12:36:56.135280  6809 tablet_bootstrap.cc:492] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: No bootstrap required, opened a new log
I20260630 12:36:56.135782  6809 ts_tablet_manager.cc:1403] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.002s
I20260630 12:36:56.138351  6809 raft_consensus.cc:359] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.138639  6808 raft_consensus.cc:359] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.139111  6809 raft_consensus.cc:385] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:56.139353  6808 raft_consensus.cc:385] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:56.139477  6809 raft_consensus.cc:740] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 681a8fcabad04e64b3bfc115695defc1, State: Initialized, Role: FOLLOWER
I20260630 12:36:56.139755  6808 raft_consensus.cc:740] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 167398cf39254a0d8d55bcf79f25d744, State: Initialized, Role: FOLLOWER
I20260630 12:36:56.140442  6809 consensus_queue.cc:260] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.140614  6808 consensus_queue.cc:260] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.143913  6809 ts_tablet_manager.cc:1434] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:56.144346  6808 ts_tablet_manager.cc:1434] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:36:56.345418  6814 raft_consensus.cc:493] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:56.346016  6814 raft_consensus.cc:515] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.348449  6814 leader_election.cc:290] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 26535201c79a410db1b819abe9074031 (127.0.160.131:46365), 167398cf39254a0d8d55bcf79f25d744 (127.0.160.130:38381)
I20260630 12:36:56.359697  6762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9533ece402f4dc68a0677849c5179a5" candidate_uuid: "681a8fcabad04e64b3bfc115695defc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26535201c79a410db1b819abe9074031" is_pre_election: true
I20260630 12:36:56.359794  6688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9533ece402f4dc68a0677849c5179a5" candidate_uuid: "681a8fcabad04e64b3bfc115695defc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "167398cf39254a0d8d55bcf79f25d744" is_pre_election: true
I20260630 12:36:56.360489  6762 raft_consensus.cc:2468] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 681a8fcabad04e64b3bfc115695defc1 in term 0.
I20260630 12:36:56.360584  6688 raft_consensus.cc:2468] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 681a8fcabad04e64b3bfc115695defc1 in term 0.
I20260630 12:36:56.361848  6577 leader_election.cc:304] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26535201c79a410db1b819abe9074031, 681a8fcabad04e64b3bfc115695defc1; no voters: 
I20260630 12:36:56.362612  6814 raft_consensus.cc:2804] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:56.362980  6814 raft_consensus.cc:493] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:56.363219  6814 raft_consensus.cc:3060] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:56.368629  6814 raft_consensus.cc:515] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.370668  6814 leader_election.cc:290] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [CANDIDATE]: Term 1 election: Requested vote from peers 26535201c79a410db1b819abe9074031 (127.0.160.131:46365), 167398cf39254a0d8d55bcf79f25d744 (127.0.160.130:38381)
I20260630 12:36:56.371454  6762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9533ece402f4dc68a0677849c5179a5" candidate_uuid: "681a8fcabad04e64b3bfc115695defc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26535201c79a410db1b819abe9074031"
I20260630 12:36:56.371841  6688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9533ece402f4dc68a0677849c5179a5" candidate_uuid: "681a8fcabad04e64b3bfc115695defc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "167398cf39254a0d8d55bcf79f25d744"
I20260630 12:36:56.372226  6762 raft_consensus.cc:3060] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:56.372576  6688 raft_consensus.cc:3060] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:56.378255  6762 raft_consensus.cc:2468] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 681a8fcabad04e64b3bfc115695defc1 in term 1.
I20260630 12:36:56.378418  6688 raft_consensus.cc:2468] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 681a8fcabad04e64b3bfc115695defc1 in term 1.
I20260630 12:36:56.379653  6577 leader_election.cc:304] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26535201c79a410db1b819abe9074031, 681a8fcabad04e64b3bfc115695defc1; no voters: 
I20260630 12:36:56.380462  6814 raft_consensus.cc:2804] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:56.381661  6814 raft_consensus.cc:697] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 1 LEADER]: Becoming Leader. State: Replica: 681a8fcabad04e64b3bfc115695defc1, State: Running, Role: LEADER
I20260630 12:36:56.382504  6814 consensus_queue.cc:237] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:56.390389  6511 catalog_manager.cc:5697] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "681a8fcabad04e64b3bfc115695defc1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:56.461424   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:36:56.480301   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:56.481365   642 tablet_replica.cc:333] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: stopping tablet replica
I20260630 12:36:56.481933   642 raft_consensus.cc:2243] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:56.482702   642 pending_rounds.cc:70] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: Trying to abort 1 pending ops.
I20260630 12:36:56.482939   642 pending_rounds.cc:77] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443075110154240 op_type: NO_OP noop_request { }
I20260630 12:36:56.483263   642 raft_consensus.cc:2889] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:36:56.483556   642 raft_consensus.cc:2272] T a9533ece402f4dc68a0677849c5179a5 P 681a8fcabad04e64b3bfc115695defc1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.504572   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:36:56.594321  6564 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:56.595727  6564 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:56.596098  6564 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:58.343755  6820 raft_consensus.cc:493] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:58.344280  6820 raft_consensus.cc:515] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:58.346273  6820 leader_election.cc:290] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143), 167398cf39254a0d8d55bcf79f25d744 (127.0.160.130:38381)
W20260630 12:36:58.351501  6726 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111) [suppressed 18 similar messages]
W20260630 12:36:58.355198  6726 leader_election.cc:336] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143): Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111)
I20260630 12:36:58.358940  6688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9533ece402f4dc68a0677849c5179a5" candidate_uuid: "26535201c79a410db1b819abe9074031" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "167398cf39254a0d8d55bcf79f25d744" is_pre_election: true
I20260630 12:36:58.359565  6688 raft_consensus.cc:2468] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26535201c79a410db1b819abe9074031 in term 1.
I20260630 12:36:58.360577  6727 leader_election.cc:304] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [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: 167398cf39254a0d8d55bcf79f25d744, 26535201c79a410db1b819abe9074031; no voters: 681a8fcabad04e64b3bfc115695defc1
I20260630 12:36:58.361318  6820 raft_consensus.cc:2804] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:58.361645  6820 raft_consensus.cc:493] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:58.361912  6820 raft_consensus.cc:3060] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:58.366845  6820 raft_consensus.cc:515] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:58.368516  6820 leader_election.cc:290] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [CANDIDATE]: Term 2 election: Requested vote from peers 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143), 167398cf39254a0d8d55bcf79f25d744 (127.0.160.130:38381)
I20260630 12:36:58.369655  6688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9533ece402f4dc68a0677849c5179a5" candidate_uuid: "26535201c79a410db1b819abe9074031" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "167398cf39254a0d8d55bcf79f25d744"
I20260630 12:36:58.370235  6688 raft_consensus.cc:3060] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:36:58.374562  6726 leader_election.cc:336] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143): Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111)
I20260630 12:36:58.376525  6688 raft_consensus.cc:2468] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26535201c79a410db1b819abe9074031 in term 2.
I20260630 12:36:58.377671  6727 leader_election.cc:304] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [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: 167398cf39254a0d8d55bcf79f25d744, 26535201c79a410db1b819abe9074031; no voters: 681a8fcabad04e64b3bfc115695defc1
I20260630 12:36:58.378392  6820 raft_consensus.cc:2804] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:58.379499  6820 raft_consensus.cc:697] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 2 LEADER]: Becoming Leader. State: Replica: 26535201c79a410db1b819abe9074031, State: Running, Role: LEADER
I20260630 12:36:58.380335  6820 consensus_queue.cc:237] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [LEADER]: Queue going to LEADER 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: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } }
I20260630 12:36:58.387223  6511 catalog_manager.cc:5697] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 reported cstate change: term changed from 1 to 2, leader changed from 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129) to 26535201c79a410db1b819abe9074031 (127.0.160.131). New cstate: current_term: 2 leader_uuid: "26535201c79a410db1b819abe9074031" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "26535201c79a410db1b819abe9074031" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 46365 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "681a8fcabad04e64b3bfc115695defc1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:58.597245  6564 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:58.598706  6564 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:58.599112  6564 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:58.778337  6688 raft_consensus.cc:1275] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 2 FOLLOWER]: Refusing update from remote peer 26535201c79a410db1b819abe9074031: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:36:58.779881  6820 consensus_queue.cc:1048] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [LEADER]: Connected to new peer: Peer: permanent_uuid: "167398cf39254a0d8d55bcf79f25d744" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:58.795428  6726 consensus_peers.cc:597] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 -> Peer 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143): Couldn't send request to peer 681a8fcabad04e64b3bfc115695defc1. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:00.600270  6564 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:00.601639  6564 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:00.601979  6564 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:01.357365  6726 consensus_peers.cc:597] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 -> Peer 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143): Couldn't send request to peer 681a8fcabad04e64b3bfc115695defc1. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:37:02.603224  6564 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:02.605160  6564 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:02.605525  6564 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:03.505236  6726 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111) [suppressed 10 similar messages]
W20260630 12:37:03.890727  6726 consensus_peers.cc:597] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 -> Peer 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143): Couldn't send request to peer 681a8fcabad04e64b3bfc115695defc1. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:37:04.606669  6564 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:04.608062  6564 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:04.608428  6564 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:06.323242  6726 consensus_peers.cc:597] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 -> Peer 681a8fcabad04e64b3bfc115695defc1 (127.0.160.129:33143): Couldn't send request to peer 681a8fcabad04e64b3bfc115695defc1. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33143: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:37:06.609498  6564 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:06.610918  6564 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:06.611317  6564 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:37:07.577867   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:37:07.603681   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:07.604352   642 tablet_replica.cc:333] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744: stopping tablet replica
I20260630 12:37:07.604864   642 raft_consensus.cc:2243] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:07.605525   642 raft_consensus.cc:2272] T a9533ece402f4dc68a0677849c5179a5 P 167398cf39254a0d8d55bcf79f25d744 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:07.627043   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:37:07.643169   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:37:07.667743   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:07.668599   642 tablet_replica.cc:333] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031: stopping tablet replica
I20260630 12:37:07.669317   642 raft_consensus.cc:2243] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:07.670341   642 raft_consensus.cc:2272] T a9533ece402f4dc68a0677849c5179a5 P 26535201c79a410db1b819abe9074031 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:07.691215   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:37:07.704355   642 master.cc:562] Master@127.0.160.190:40847 shutting down...
I20260630 12:37:07.728072   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:07.728770   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:07.729180   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P f2a44017a67044b4a32a5a107728acda: stopping tablet replica
I20260630 12:37:07.748319   642 master.cc:584] Master@127.0.160.190:40847 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13337 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:37:07.789170   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:46611
I20260630 12:37:07.790391   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:07.796144  6858 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:07.796356  6859 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:07.797616  6861 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:07.798914   642 server_base.cc:1061] running on GCE node
I20260630 12:37:07.799789   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:07.800021   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:07.800185   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823027800152 us; error 0 us; skew 500 ppm
I20260630 12:37:07.800694   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:07.803237   642 webserver.cc:533] Webserver started at http://127.0.160.190:43025/ using document root <none> and password file <none>
I20260630 12:37:07.803728   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:07.803933   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:07.804224   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:07.805599   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "13eabb22a0e44df6ad0475263fa2cbf6"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-n1kv"
I20260630 12:37:07.810128   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:07.813589  6866 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.814284   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:07.814590   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "13eabb22a0e44df6ad0475263fa2cbf6"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-n1kv"
I20260630 12:37:07.814836   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:07.823589   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:07.824815   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:07.865589   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:46611
I20260630 12:37:07.865693  6917 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:46611 every 8 connection(s)
I20260630 12:37:07.869699  6918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.881580  6918 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6: Bootstrap starting.
I20260630 12:37:07.886391  6918 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.890630  6918 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6: No bootstrap required, opened a new log
I20260630 12:37:07.892822  6918 raft_consensus.cc:359] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "13eabb22a0e44df6ad0475263fa2cbf6" member_type: VOTER }
I20260630 12:37:07.893350  6918 raft_consensus.cc:385] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.893553  6918 raft_consensus.cc:740] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13eabb22a0e44df6ad0475263fa2cbf6, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.894183  6918 consensus_queue.cc:260] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "13eabb22a0e44df6ad0475263fa2cbf6" member_type: VOTER }
I20260630 12:37:07.894622  6918 raft_consensus.cc:399] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:07.894811  6918 raft_consensus.cc:493] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:07.895026  6918 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.900081  6918 raft_consensus.cc:515] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "13eabb22a0e44df6ad0475263fa2cbf6" member_type: VOTER }
I20260630 12:37:07.900595  6918 leader_election.cc:304] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [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: 13eabb22a0e44df6ad0475263fa2cbf6; no voters: 
I20260630 12:37:07.901750  6918 leader_election.cc:290] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:07.902261  6921 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.903716  6921 raft_consensus.cc:697] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 1 LEADER]: Becoming Leader. State: Replica: 13eabb22a0e44df6ad0475263fa2cbf6, State: Running, Role: LEADER
I20260630 12:37:07.904507  6921 consensus_queue.cc:237] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [LEADER]: Queue going to LEADER mode. State: All 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: "13eabb22a0e44df6ad0475263fa2cbf6" member_type: VOTER }
I20260630 12:37:07.904788  6918 sys_catalog.cc:565] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:07.908159  6923 sys_catalog.cc:455] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 13eabb22a0e44df6ad0475263fa2cbf6. Latest consensus state: current_term: 1 leader_uuid: "13eabb22a0e44df6ad0475263fa2cbf6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "13eabb22a0e44df6ad0475263fa2cbf6" member_type: VOTER } }
I20260630 12:37:07.908232  6922 sys_catalog.cc:455] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "13eabb22a0e44df6ad0475263fa2cbf6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "13eabb22a0e44df6ad0475263fa2cbf6" member_type: VOTER } }
I20260630 12:37:07.909157  6922 sys_catalog.cc:458] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:07.909133  6923 sys_catalog.cc:458] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:07.920662  6927 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:07.929234  6927 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:07.930379   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:07.939491  6927 catalog_manager.cc:1383] Generated new cluster ID: 71c565a9048d48cba3d79976e848fb88
I20260630 12:37:07.939817  6927 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:07.959744  6927 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:07.961205  6927 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:07.977183  6927 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6: Generated new TSK 0
I20260630 12:37:07.977855  6927 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:07.997237   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:08.003610  6939 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:08.004603  6940 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:08.006500   642 server_base.cc:1061] running on GCE node
W20260630 12:37:08.006949  6942 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:08.007911   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:08.008157   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:08.008327   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823028008308 us; error 0 us; skew 500 ppm
I20260630 12:37:08.008834   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:08.011258   642 webserver.cc:533] Webserver started at http://127.0.160.129:44687/ using document root <none> and password file <none>
I20260630 12:37:08.011751   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:08.011951   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:08.012226   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:08.013473   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "efa78620b4f841ba9369b27f27b66383"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-n1kv"
I20260630 12:37:08.018431   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:08.022003  6947 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.022951   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:37:08.023249   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "efa78620b4f841ba9369b27f27b66383"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-n1kv"
I20260630 12:37:08.023499   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:08.046856   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:08.048050   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:08.049549   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:08.052021   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:08.052229   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.052536   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:08.052714   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.094885   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:46653
I20260630 12:37:08.095000  7010 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:46653 every 8 connection(s)
I20260630 12:37:08.100276   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:08.108021  7015 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:08.109037  7016 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:08.110865  7018 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:08.112852   642 server_base.cc:1061] running on GCE node
I20260630 12:37:08.113960   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:08.114243   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:08.114300  7011 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46611
I20260630 12:37:08.114516   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823028114496 us; error 0 us; skew 500 ppm
I20260630 12:37:08.114740  7011 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:08.115291   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:08.115690  7011 heartbeater.cc:507] Master 127.0.160.190:46611 requested a full tablet report, sending...
I20260630 12:37:08.118498  6883 ts_manager.cc:194] Registered new tserver with Master: efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653)
I20260630 12:37:08.118539   642 webserver.cc:533] Webserver started at http://127.0.160.130:46657/ using document root <none> and password file <none>
I20260630 12:37:08.119185   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:08.119414   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:08.119699   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:08.120540  6883 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51556
I20260630 12:37:08.121097   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "763e7ed7ba644e09a65494e47daa9c23"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-n1kv"
I20260630 12:37:08.125866   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:37:08.129491  7023 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.130477   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:37:08.130750   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "763e7ed7ba644e09a65494e47daa9c23"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-n1kv"
I20260630 12:37:08.130995   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:08.145974   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:08.147213   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:08.148666   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:08.151036   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:08.151224   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.151531   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:08.151674   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.192186   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:36161
I20260630 12:37:08.192276  7085 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:36161 every 8 connection(s)
I20260630 12:37:08.197111   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:08.203992  7089 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:08.206408  7090 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:08.208307   642 server_base.cc:1061] running on GCE node
W20260630 12:37:08.208823  7092 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:08.209823  7086 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46611
I20260630 12:37:08.210028   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:08.210211  7086 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:08.210366   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:08.210651   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823028210632 us; error 0 us; skew 500 ppm
I20260630 12:37:08.211123  7086 heartbeater.cc:507] Master 127.0.160.190:46611 requested a full tablet report, sending...
I20260630 12:37:08.211277   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:08.213394  6883 ts_manager.cc:194] Registered new tserver with Master: 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:08.214236   642 webserver.cc:533] Webserver started at http://127.0.160.131:40013/ using document root <none> and password file <none>
I20260630 12:37:08.214779   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:08.214988   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:08.215045  6883 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51562
I20260630 12:37:08.215317   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:08.216990   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "505f44c2d014486ca453a20ab27108cf"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-n1kv"
I20260630 12:37:08.221853   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:37:08.225286  7097 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.226119   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:08.226423   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "505f44c2d014486ca453a20ab27108cf"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-n1kv"
I20260630 12:37:08.226737   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:08.248653   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:08.250001   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:08.251585   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:08.254089   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:08.254350   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.254621   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:08.254817   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.297361   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:41881
I20260630 12:37:08.297452  7159 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:41881 every 8 connection(s)
I20260630 12:37:08.312361  7160 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46611
I20260630 12:37:08.312819  7160 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:08.313629  7160 heartbeater.cc:507] Master 127.0.160.190:46611 requested a full tablet report, sending...
I20260630 12:37:08.315558  6883 ts_manager.cc:194] Registered new tserver with Master: 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:08.315956   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014957787s
I20260630 12:37:08.317131  6883 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51566
I20260630 12:37:09.123442  7011 heartbeater.cc:499] Master 127.0.160.190:46611 was elected leader, sending a full tablet report...
I20260630 12:37:09.217999  7086 heartbeater.cc:499] Master 127.0.160.190:46611 was elected leader, sending a full tablet report...
I20260630 12:37:09.319983  7160 heartbeater.cc:499] Master 127.0.160.190:46611 was elected leader, sending a full tablet report...
I20260630 12:37:09.373929  6883 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51578:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:09.376389  6883 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:09.441820  6975 tablet_service.cc:1511] Processing CreateTablet for tablet 37900a2cafbe47cc88e704ca9b1ceafa (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:09.443416  6975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 37900a2cafbe47cc88e704ca9b1ceafa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.445469  6972 tablet_service.cc:1511] Processing CreateTablet for tablet d187d09aff5b4899832a00a5e28488de (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:09.447079  6972 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d187d09aff5b4899832a00a5e28488de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.447557  7051 tablet_service.cc:1511] Processing CreateTablet for tablet 37900a2cafbe47cc88e704ca9b1ceafa (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:09.449092  7051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 37900a2cafbe47cc88e704ca9b1ceafa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.448879  7125 tablet_service.cc:1511] Processing CreateTablet for tablet 37900a2cafbe47cc88e704ca9b1ceafa (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:09.450376  7125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 37900a2cafbe47cc88e704ca9b1ceafa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.450088  6973 tablet_service.cc:1511] Processing CreateTablet for tablet a957312baea049cca883d83f913d45f5 (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:09.451586  6973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a957312baea049cca883d83f913d45f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.454242  6974 tablet_service.cc:1511] Processing CreateTablet for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:09.455735  6974 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cce6fc7d27c4982b3c45adc76d4afd5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.455610  7123 tablet_service.cc:1511] Processing CreateTablet for tablet a957312baea049cca883d83f913d45f5 (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:09.456887  7048 tablet_service.cc:1511] Processing CreateTablet for tablet d187d09aff5b4899832a00a5e28488de (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:09.458377  7048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d187d09aff5b4899832a00a5e28488de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.458192  7122 tablet_service.cc:1511] Processing CreateTablet for tablet d187d09aff5b4899832a00a5e28488de (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:09.454281  7050 tablet_service.cc:1511] Processing CreateTablet for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:09.460619  7050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cce6fc7d27c4982b3c45adc76d4afd5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.454281  7124 tablet_service.cc:1511] Processing CreateTablet for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:09.461941  7123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a957312baea049cca883d83f913d45f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.455610  7049 tablet_service.cc:1511] Processing CreateTablet for tablet a957312baea049cca883d83f913d45f5 (DEFAULT_TABLE table=test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:09.464360  7049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a957312baea049cca883d83f913d45f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.465342  7122 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d187d09aff5b4899832a00a5e28488de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.473325  7124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cce6fc7d27c4982b3c45adc76d4afd5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.519837  7181 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23: Bootstrap starting.
I20260630 12:37:09.522472  7182 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf: Bootstrap starting.
I20260630 12:37:09.523275  7180 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: Bootstrap starting.
I20260630 12:37:09.531154  7181 tablet_bootstrap.cc:654] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.532253  7180 tablet_bootstrap.cc:654] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.532419  7182 tablet_bootstrap.cc:654] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.537323  7181 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23: No bootstrap required, opened a new log
I20260630 12:37:09.537895  7181 ts_tablet_manager.cc:1403] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.003s
I20260630 12:37:09.538112  7182 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf: No bootstrap required, opened a new log
I20260630 12:37:09.538597  7182 ts_tablet_manager.cc:1403] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.002s
I20260630 12:37:09.541049  7181 raft_consensus.cc:359] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.541985  7181 raft_consensus.cc:385] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.541623  7182 raft_consensus.cc:359] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.542339  7181 raft_consensus.cc:740] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 763e7ed7ba644e09a65494e47daa9c23, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.542454  7182 raft_consensus.cc:385] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.542954  7182 raft_consensus.cc:740] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505f44c2d014486ca453a20ab27108cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.543346  7181 consensus_queue.cc:260] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.544479  7180 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: No bootstrap required, opened a new log
I20260630 12:37:09.544083  7182 consensus_queue.cc:260] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.545061  7180 ts_tablet_manager.cc:1403] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: Time spent bootstrapping tablet: real 0.022s	user 0.005s	sys 0.014s
I20260630 12:37:09.548029  7182 ts_tablet_manager.cc:1434] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260630 12:37:09.547933  7180 raft_consensus.cc:359] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.548820  7180 raft_consensus.cc:385] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.549252  7180 raft_consensus.cc:740] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efa78620b4f841ba9369b27f27b66383, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.550706  7181 ts_tablet_manager.cc:1434] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.003s
I20260630 12:37:09.550841  7182 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf: Bootstrap starting.
I20260630 12:37:09.551931  7181 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: Bootstrap starting.
I20260630 12:37:09.558338  7181 tablet_bootstrap.cc:654] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.558393  7182 tablet_bootstrap.cc:654] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.559203  7180 consensus_queue.cc:260] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.571873  7180 ts_tablet_manager.cc:1434] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: Time spent starting tablet: real 0.026s	user 0.005s	sys 0.008s
I20260630 12:37:09.573261  7180 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383: Bootstrap starting.
I20260630 12:37:09.579939  7180 tablet_bootstrap.cc:654] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.586076  7181 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: No bootstrap required, opened a new log
I20260630 12:37:09.586508  7182 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf: No bootstrap required, opened a new log
I20260630 12:37:09.586622  7180 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383: No bootstrap required, opened a new log
I20260630 12:37:09.586642  7181 ts_tablet_manager.cc:1403] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: Time spent bootstrapping tablet: real 0.035s	user 0.019s	sys 0.009s
I20260630 12:37:09.587158  7182 ts_tablet_manager.cc:1403] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf: Time spent bootstrapping tablet: real 0.037s	user 0.026s	sys 0.009s
I20260630 12:37:09.587405  7180 ts_tablet_manager.cc:1403] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.005s
I20260630 12:37:09.589906  7180 raft_consensus.cc:359] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.590502  7180 raft_consensus.cc:385] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.590446  7182 raft_consensus.cc:359] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.590670  7181 raft_consensus.cc:359] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.591140  7180 raft_consensus.cc:740] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efa78620b4f841ba9369b27f27b66383, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.591504  7182 raft_consensus.cc:385] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.591583  7181 raft_consensus.cc:385] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.591936  7182 raft_consensus.cc:740] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505f44c2d014486ca453a20ab27108cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.591996  7181 raft_consensus.cc:740] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 763e7ed7ba644e09a65494e47daa9c23, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.592298  7180 consensus_queue.cc:260] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.592962  7181 consensus_queue.cc:260] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.592864  7182 consensus_queue.cc:260] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.594735  7180 ts_tablet_manager.cc:1434] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:09.595698  7181 ts_tablet_manager.cc:1434] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:09.595834  7180 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: Bootstrap starting.
I20260630 12:37:09.597011  7181 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: Bootstrap starting.
I20260630 12:37:09.597360  7182 ts_tablet_manager.cc:1434] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.005s
I20260630 12:37:09.598469  7182 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: Bootstrap starting.
I20260630 12:37:09.603334  7180 tablet_bootstrap.cc:654] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.604418  7181 tablet_bootstrap.cc:654] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.605293  7182 tablet_bootstrap.cc:654] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.617733  7181 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: No bootstrap required, opened a new log
I20260630 12:37:09.618570  7181 ts_tablet_manager.cc:1403] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.007s
I20260630 12:37:09.625730  7181 raft_consensus.cc:359] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.627183  7181 raft_consensus.cc:385] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.627838  7181 raft_consensus.cc:740] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 763e7ed7ba644e09a65494e47daa9c23, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.629168  7181 consensus_queue.cc:260] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.632783  7181 ts_tablet_manager.cc:1434] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.002s
I20260630 12:37:09.634804  7181 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23: Bootstrap starting.
I20260630 12:37:09.644071  7181 tablet_bootstrap.cc:654] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.650815  7181 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23: No bootstrap required, opened a new log
I20260630 12:37:09.651516  7181 ts_tablet_manager.cc:1403] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.002s
I20260630 12:37:09.654964  7181 raft_consensus.cc:359] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.655570  7182 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: No bootstrap required, opened a new log
I20260630 12:37:09.655700  7181 raft_consensus.cc:385] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.656359  7182 ts_tablet_manager.cc:1403] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: Time spent bootstrapping tablet: real 0.058s	user 0.011s	sys 0.025s
I20260630 12:37:09.656301  7181 raft_consensus.cc:740] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 763e7ed7ba644e09a65494e47daa9c23, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.657444  7181 consensus_queue.cc:260] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.659633  7180 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: No bootstrap required, opened a new log
I20260630 12:37:09.659969  7181 ts_tablet_manager.cc:1434] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:09.659684  7182 raft_consensus.cc:359] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.661681  7182 raft_consensus.cc:385] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.662005  7182 raft_consensus.cc:740] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505f44c2d014486ca453a20ab27108cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.660501  7180 ts_tablet_manager.cc:1403] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: Time spent bootstrapping tablet: real 0.065s	user 0.028s	sys 0.024s
I20260630 12:37:09.662721  7182 consensus_queue.cc:260] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.664949  7182 ts_tablet_manager.cc:1434] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:37:09.666054  7182 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: Bootstrap starting.
I20260630 12:37:09.666061  7180 raft_consensus.cc:359] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.667048  7180 raft_consensus.cc:385] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.667358  7180 raft_consensus.cc:740] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efa78620b4f841ba9369b27f27b66383, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.668316  7180 consensus_queue.cc:260] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.670697  7180 ts_tablet_manager.cc:1434] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:09.671983  7180 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383: Bootstrap starting.
I20260630 12:37:09.673722  7182 tablet_bootstrap.cc:654] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.680648  7180 tablet_bootstrap.cc:654] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:09.682425  7182 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: No bootstrap required, opened a new log
I20260630 12:37:09.683013  7182 ts_tablet_manager.cc:1403] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.001s
I20260630 12:37:09.686228  7182 raft_consensus.cc:359] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.686733  7180 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383: No bootstrap required, opened a new log
I20260630 12:37:09.687002  7182 raft_consensus.cc:385] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.687392  7182 raft_consensus.cc:740] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505f44c2d014486ca453a20ab27108cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.687486  7180 ts_tablet_manager.cc:1403] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.006s
I20260630 12:37:09.688369  7182 consensus_queue.cc:260] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.691175  7180 raft_consensus.cc:359] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.692111  7180 raft_consensus.cc:385] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:09.692526  7180 raft_consensus.cc:740] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efa78620b4f841ba9369b27f27b66383, State: Initialized, Role: FOLLOWER
I20260630 12:37:09.693228  7182 ts_tablet_manager.cc:1434] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.003s
I20260630 12:37:09.693796  7188 raft_consensus.cc:493] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:09.694417  7188 raft_consensus.cc:515] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.693811  7180 consensus_queue.cc:260] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.703048  7180 ts_tablet_manager.cc:1434] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.008s
I20260630 12:37:09.708455  7188 leader_election.cc:290] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161), 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:09.709163  7188 raft_consensus.cc:493] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:09.709617  7188 raft_consensus.cc:515] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.711791  7188 leader_election.cc:290] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881), 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:09.718731  7061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d187d09aff5b4899832a00a5e28488de" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23" is_pre_election: true
I20260630 12:37:09.719094  7060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "37900a2cafbe47cc88e704ca9b1ceafa" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23" is_pre_election: true
I20260630 12:37:09.719725  7061 raft_consensus.cc:2468] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 0.
I20260630 12:37:09.719732  7060 raft_consensus.cc:2468] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 0.
I20260630 12:37:09.721290  6948 leader_election.cc:304] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 763e7ed7ba644e09a65494e47daa9c23, efa78620b4f841ba9369b27f27b66383; no voters: 
I20260630 12:37:09.722168  7198 raft_consensus.cc:2804] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:09.722278  6948 leader_election.cc:304] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 763e7ed7ba644e09a65494e47daa9c23, efa78620b4f841ba9369b27f27b66383; no voters: 
I20260630 12:37:09.722604  7198 raft_consensus.cc:493] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:09.722980  7198 raft_consensus.cc:3060] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.723503  7135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d187d09aff5b4899832a00a5e28488de" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf" is_pre_election: true
I20260630 12:37:09.723873  7134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "37900a2cafbe47cc88e704ca9b1ceafa" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf" is_pre_election: true
I20260630 12:37:09.724323  7135 raft_consensus.cc:2468] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 0.
I20260630 12:37:09.724530  7134 raft_consensus.cc:2468] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 0.
I20260630 12:37:09.729173  7188 raft_consensus.cc:2804] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:09.729599  7188 raft_consensus.cc:493] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:09.729904  7188 raft_consensus.cc:3060] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.730309  7198 raft_consensus.cc:515] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.732635  7198 leader_election.cc:290] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 election: Requested vote from peers 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161), 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:09.733039  7060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d187d09aff5b4899832a00a5e28488de" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23"
I20260630 12:37:09.733249  7134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d187d09aff5b4899832a00a5e28488de" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf"
I20260630 12:37:09.733670  7060 raft_consensus.cc:3060] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.733825  7134 raft_consensus.cc:3060] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.739480  7134 raft_consensus.cc:2468] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 1.
I20260630 12:37:09.740355  7060 raft_consensus.cc:2468] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 1.
I20260630 12:37:09.740732  6951 leader_election.cc:304] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505f44c2d014486ca453a20ab27108cf, efa78620b4f841ba9369b27f27b66383; no voters: 
I20260630 12:37:09.741729  7198 raft_consensus.cc:2804] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:09.741729  7188 raft_consensus.cc:515] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.743140  7198 raft_consensus.cc:697] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 1 LEADER]: Becoming Leader. State: Replica: efa78620b4f841ba9369b27f27b66383, State: Running, Role: LEADER
I20260630 12:37:09.744275  7188 leader_election.cc:290] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 election: Requested vote from peers 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881), 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:09.744032  7198 consensus_queue.cc:237] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.744869  7134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "37900a2cafbe47cc88e704ca9b1ceafa" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf"
I20260630 12:37:09.745478  7134 raft_consensus.cc:3060] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.745921  7060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "37900a2cafbe47cc88e704ca9b1ceafa" candidate_uuid: "efa78620b4f841ba9369b27f27b66383" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23"
I20260630 12:37:09.746516  7060 raft_consensus.cc:3060] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.752846  7134 raft_consensus.cc:2468] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 1.
I20260630 12:37:09.752892  7060 raft_consensus.cc:2468] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efa78620b4f841ba9369b27f27b66383 in term 1.
I20260630 12:37:09.754384  6948 leader_election.cc:304] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 763e7ed7ba644e09a65494e47daa9c23, efa78620b4f841ba9369b27f27b66383; no voters: 
I20260630 12:37:09.754074  6880 catalog_manager.cc:5697] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 reported cstate change: term changed from 0 to 1, leader changed from <none> to efa78620b4f841ba9369b27f27b66383 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "efa78620b4f841ba9369b27f27b66383" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:09.755126  7198 raft_consensus.cc:2804] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:09.755650  7198 raft_consensus.cc:697] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 1 LEADER]: Becoming Leader. State: Replica: efa78620b4f841ba9369b27f27b66383, State: Running, Role: LEADER
I20260630 12:37:09.756371  7198 consensus_queue.cc:237] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:09.767764  6880 catalog_manager.cc:5697] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 reported cstate change: term changed from 0 to 1, leader changed from <none> to efa78620b4f841ba9369b27f27b66383 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "efa78620b4f841ba9369b27f27b66383" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:09.776517  7187 raft_consensus.cc:493] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:09.777077  7187 raft_consensus.cc:515] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.779245  7187 leader_election.cc:290] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:09.791651  6986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cce6fc7d27c4982b3c45adc76d4afd5" candidate_uuid: "505f44c2d014486ca453a20ab27108cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efa78620b4f841ba9369b27f27b66383" is_pre_election: true
I20260630 12:37:09.791764  7060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cce6fc7d27c4982b3c45adc76d4afd5" candidate_uuid: "505f44c2d014486ca453a20ab27108cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23" is_pre_election: true
I20260630 12:37:09.792484  6986 raft_consensus.cc:2468] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 505f44c2d014486ca453a20ab27108cf in term 0.
I20260630 12:37:09.792578  7060 raft_consensus.cc:2468] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 505f44c2d014486ca453a20ab27108cf in term 0.
I20260630 12:37:09.793802  7098 leader_election.cc:304] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505f44c2d014486ca453a20ab27108cf, 763e7ed7ba644e09a65494e47daa9c23; no voters: 
I20260630 12:37:09.794512  7187 raft_consensus.cc:2804] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:09.794902  7187 raft_consensus.cc:493] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:09.795188  7187 raft_consensus.cc:3060] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.800331  7187 raft_consensus.cc:515] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.802058  7187 leader_election.cc:290] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 1 election: Requested vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:09.802995  6986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cce6fc7d27c4982b3c45adc76d4afd5" candidate_uuid: "505f44c2d014486ca453a20ab27108cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efa78620b4f841ba9369b27f27b66383"
I20260630 12:37:09.803231  7060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cce6fc7d27c4982b3c45adc76d4afd5" candidate_uuid: "505f44c2d014486ca453a20ab27108cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23"
I20260630 12:37:09.803696  6986 raft_consensus.cc:3060] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.803778  7060 raft_consensus.cc:3060] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.810364  7186 raft_consensus.cc:493] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:09.810923  7186 raft_consensus.cc:515] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.811653  6986 raft_consensus.cc:2468] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 505f44c2d014486ca453a20ab27108cf in term 1.
I20260630 12:37:09.811750  7060 raft_consensus.cc:2468] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 505f44c2d014486ca453a20ab27108cf in term 1.
I20260630 12:37:09.813280  7101 leader_election.cc:304] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505f44c2d014486ca453a20ab27108cf, efa78620b4f841ba9369b27f27b66383; no voters: 
I20260630 12:37:09.813630  7186 leader_election.cc:290] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:09.814350  7187 raft_consensus.cc:2804] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:09.818940  7187 raft_consensus.cc:697] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 LEADER]: Becoming Leader. State: Replica: 505f44c2d014486ca453a20ab27108cf, State: Running, Role: LEADER
I20260630 12:37:09.820113  7187 consensus_queue.cc:237] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.828994  6986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a957312baea049cca883d83f913d45f5" candidate_uuid: "763e7ed7ba644e09a65494e47daa9c23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efa78620b4f841ba9369b27f27b66383" is_pre_election: true
I20260630 12:37:09.829630  6986 raft_consensus.cc:2468] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 763e7ed7ba644e09a65494e47daa9c23 in term 0.
I20260630 12:37:09.830735  7027 leader_election.cc:304] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 763e7ed7ba644e09a65494e47daa9c23, efa78620b4f841ba9369b27f27b66383; no voters: 
I20260630 12:37:09.830090  6880 catalog_manager.cc:5697] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf reported cstate change: term changed from 0 to 1, leader changed from <none> to 505f44c2d014486ca453a20ab27108cf (127.0.160.131). New cstate: current_term: 1 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:09.831629  7186 raft_consensus.cc:2804] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:09.832000  7186 raft_consensus.cc:493] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:09.832345  7186 raft_consensus.cc:3060] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.832635  7134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a957312baea049cca883d83f913d45f5" candidate_uuid: "763e7ed7ba644e09a65494e47daa9c23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf" is_pre_election: true
I20260630 12:37:09.833250  7134 raft_consensus.cc:2468] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 763e7ed7ba644e09a65494e47daa9c23 in term 0.
I20260630 12:37:09.838836  7186 raft_consensus.cc:515] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.840756  7186 leader_election.cc:290] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 1 election: Requested vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:09.841549  6986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a957312baea049cca883d83f913d45f5" candidate_uuid: "763e7ed7ba644e09a65494e47daa9c23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efa78620b4f841ba9369b27f27b66383"
I20260630 12:37:09.841914  7134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a957312baea049cca883d83f913d45f5" candidate_uuid: "763e7ed7ba644e09a65494e47daa9c23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf"
I20260630 12:37:09.842106  6986 raft_consensus.cc:3060] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.842478  7134 raft_consensus.cc:3060] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:09.847234  6986 raft_consensus.cc:2468] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 763e7ed7ba644e09a65494e47daa9c23 in term 1.
I20260630 12:37:09.847235  7134 raft_consensus.cc:2468] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 763e7ed7ba644e09a65494e47daa9c23 in term 1.
I20260630 12:37:09.848520  7027 leader_election.cc:304] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505f44c2d014486ca453a20ab27108cf, 763e7ed7ba644e09a65494e47daa9c23; no voters: 
I20260630 12:37:09.849251  7186 raft_consensus.cc:2804] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:09.850383  7186 raft_consensus.cc:697] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 LEADER]: Becoming Leader. State: Replica: 763e7ed7ba644e09a65494e47daa9c23, State: Running, Role: LEADER
I20260630 12:37:09.851045  7186 consensus_queue.cc:237] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:09.858685  6880 catalog_manager.cc:5697] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 reported cstate change: term changed from 0 to 1, leader changed from <none> to 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:09.950891   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:37:09.976274   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:09.977190   642 tablet_replica.cc:333] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383: stopping tablet replica
I20260630 12:37:09.977809   642 raft_consensus.cc:2243] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:09.978205   642 raft_consensus.cc:2272] T a957312baea049cca883d83f913d45f5 P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:09.980423   642 tablet_replica.cc:333] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: stopping tablet replica
I20260630 12:37:09.981016   642 raft_consensus.cc:2243] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:09.981608   642 pending_rounds.cc:70] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: Trying to abort 1 pending ops.
I20260630 12:37:09.981760   642 pending_rounds.cc:77] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443129841410048 op_type: NO_OP noop_request { }
I20260630 12:37:09.982026   642 raft_consensus.cc:2889] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:09.982247   642 raft_consensus.cc:2272] T d187d09aff5b4899832a00a5e28488de P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:09.984642   642 tablet_replica.cc:333] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383: stopping tablet replica
I20260630 12:37:09.985214   642 raft_consensus.cc:2243] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:09.985562   642 raft_consensus.cc:2272] T 4cce6fc7d27c4982b3c45adc76d4afd5 P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:09.987495   642 tablet_replica.cc:333] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: stopping tablet replica
I20260630 12:37:09.987936   642 raft_consensus.cc:2243] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:09.988471   642 pending_rounds.cc:70] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: Trying to abort 1 pending ops.
I20260630 12:37:09.988622   642 pending_rounds.cc:77] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443129891704832 op_type: NO_OP noop_request { }
I20260630 12:37:09.988847   642 raft_consensus.cc:2889] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:09.989145   642 raft_consensus.cc:2272] T 37900a2cafbe47cc88e704ca9b1ceafa P efa78620b4f841ba9369b27f27b66383 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:10.013638   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:37:10.243376  7187 consensus_queue.cc:1048] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:10.247244  7027 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111) [suppressed 8 similar messages]
W20260630 12:37:10.251200  7027 consensus_peers.cc:597] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:10.263688  7101 consensus_peers.cc:597] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:10.408620  7186 consensus_queue.cc:1048] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:10.833113  7215 consensus_queue.cc:579] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.011s)
W20260630 12:37:10.842283  6880 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 with cas_config_opid_index -1: no extra replica candidate found for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 (table test-workload [id=973be25995db4ab0b3ae8aae8ea1afe0]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
W20260630 12:37:10.926964  6931 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver efa78620b4f841ba9369b27f27b66383 not available for placement
I20260630 12:37:11.059739   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:11.065529  7227 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:11.066287  7228 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:11.067394  7230 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:11.068626   642 server_base.cc:1061] running on GCE node
I20260630 12:37:11.069739   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:11.069927   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:11.070066   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823031070054 us; error 0 us; skew 500 ppm
I20260630 12:37:11.070485   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:11.072785   642 webserver.cc:533] Webserver started at http://127.0.160.132:39503/ using document root <none> and password file <none>
I20260630 12:37:11.073267   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:11.073426   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:11.073629   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:11.074631   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "1055e25be2da4ee598f25e2e154b8796"
format_stamp: "Formatted at 2026-06-30 12:37:11 on dist-test-slave-n1kv"
I20260630 12:37:11.078967   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260630 12:37:11.082197  7235 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:11.083001   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:11.083328   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "1055e25be2da4ee598f25e2e154b8796"
format_stamp: "Formatted at 2026-06-30 12:37:11 on dist-test-slave-n1kv"
I20260630 12:37:11.083623   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:11.115612   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:11.116892   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:11.118551   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:11.120884   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:11.121137   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:11.121414   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:11.121580   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:11.161057   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:42051
I20260630 12:37:11.161190  7297 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:42051 every 8 connection(s)
I20260630 12:37:11.179558  7298 heartbeater.cc:344] Connected to a master server at 127.0.160.190:46611
I20260630 12:37:11.180001  7298 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:11.180764  7298 heartbeater.cc:507] Master 127.0.160.190:46611 requested a full tablet report, sending...
I20260630 12:37:11.182790  6880 ts_manager.cc:194] Registered new tserver with Master: 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132:42051)
I20260630 12:37:11.184288  6880 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51590
I20260630 12:37:11.201352  7134 consensus_queue.cc:237] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:11.207778  7060 raft_consensus.cc:1275] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:11.209712  7221 consensus_queue.cc:1048] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:11.214161  7101 consensus_peers.cc:597] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.217059  7222 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
I20260630 12:37:11.219080  7060 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
W20260630 12:37:11.221892  7099 consensus_peers.cc:597] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf -> Peer 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132:42051): Couldn't send request to peer 1055e25be2da4ee598f25e2e154b8796. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4cce6fc7d27c4982b3c45adc76d4afd5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.225665  6870 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:37:11.230319  6880 catalog_manager.cc:5697] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf reported cstate change: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.277932  7186 raft_consensus.cc:493] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.278448  7186 raft_consensus.cc:515] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:11.280149  7186 leader_election.cc:290] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:11.281992  7134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d187d09aff5b4899832a00a5e28488de" candidate_uuid: "763e7ed7ba644e09a65494e47daa9c23" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf" is_pre_election: true
I20260630 12:37:11.282742  7134 raft_consensus.cc:2468] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 763e7ed7ba644e09a65494e47daa9c23 in term 1.
I20260630 12:37:11.283879  7027 leader_election.cc:304] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [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: 505f44c2d014486ca453a20ab27108cf, 763e7ed7ba644e09a65494e47daa9c23; no voters: 
W20260630 12:37:11.284722  7027 leader_election.cc:336] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:11.284734  7186 raft_consensus.cc:2804] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:11.285329  7186 raft_consensus.cc:493] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:11.285688  7186 raft_consensus.cc:3060] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.290706  7186 raft_consensus.cc:515] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:11.292394  7186 leader_election.cc:290] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 2 election: Requested vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:11.294234  7134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d187d09aff5b4899832a00a5e28488de" candidate_uuid: "763e7ed7ba644e09a65494e47daa9c23" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505f44c2d014486ca453a20ab27108cf"
I20260630 12:37:11.294904  7134 raft_consensus.cc:3060] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:11.296343  7027 leader_election.cc:336] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:11.300431  7134 raft_consensus.cc:2468] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 763e7ed7ba644e09a65494e47daa9c23 in term 2.
I20260630 12:37:11.301644  7027 leader_election.cc:304] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [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: 505f44c2d014486ca453a20ab27108cf, 763e7ed7ba644e09a65494e47daa9c23; no voters: efa78620b4f841ba9369b27f27b66383
I20260630 12:37:11.302397  7186 raft_consensus.cc:2804] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:11.302840  7186 raft_consensus.cc:697] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 LEADER]: Becoming Leader. State: Replica: 763e7ed7ba644e09a65494e47daa9c23, State: Running, Role: LEADER
I20260630 12:37:11.303478  7186 consensus_queue.cc:237] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Queue going to LEADER 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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } }
I20260630 12:37:11.310583  6882 catalog_manager.cc:5697] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 reported cstate change: term changed from 1 to 2, leader changed from efa78620b4f841ba9369b27f27b66383 (127.0.160.129) to 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130). New cstate: current_term: 2 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.346608  7222 raft_consensus.cc:493] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.347168  7222 raft_consensus.cc:515] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:11.349152  7222 leader_election.cc:290] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:11.350319  7060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "37900a2cafbe47cc88e704ca9b1ceafa" candidate_uuid: "505f44c2d014486ca453a20ab27108cf" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23" is_pre_election: true
I20260630 12:37:11.351053  7060 raft_consensus.cc:2468] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 505f44c2d014486ca453a20ab27108cf in term 1.
I20260630 12:37:11.352128  7098 leader_election.cc:304] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [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: 505f44c2d014486ca453a20ab27108cf, 763e7ed7ba644e09a65494e47daa9c23; no voters: 
W20260630 12:37:11.352795  7101 leader_election.cc:336] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:11.352823  7222 raft_consensus.cc:2804] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:11.353497  7222 raft_consensus.cc:493] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:11.353816  7222 raft_consensus.cc:3060] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.358954  7222 raft_consensus.cc:515] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:11.360718  7222 leader_election.cc:290] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 2 election: Requested vote from peers efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653), 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:11.361974  7060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "37900a2cafbe47cc88e704ca9b1ceafa" candidate_uuid: "505f44c2d014486ca453a20ab27108cf" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "763e7ed7ba644e09a65494e47daa9c23"
I20260630 12:37:11.362728  7060 raft_consensus.cc:3060] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:11.365021  7101 leader_election.cc:336] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:11.368597  7060 raft_consensus.cc:2468] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 505f44c2d014486ca453a20ab27108cf in term 2.
I20260630 12:37:11.369887  7098 leader_election.cc:304] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [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: 505f44c2d014486ca453a20ab27108cf, 763e7ed7ba644e09a65494e47daa9c23; no voters: efa78620b4f841ba9369b27f27b66383
I20260630 12:37:11.370687  7222 raft_consensus.cc:2804] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:11.371153  7222 raft_consensus.cc:697] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 LEADER]: Becoming Leader. State: Replica: 505f44c2d014486ca453a20ab27108cf, State: Running, Role: LEADER
I20260630 12:37:11.371806  7222 consensus_queue.cc:237] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Queue going to LEADER 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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } }
I20260630 12:37:11.379616  6882 catalog_manager.cc:5697] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf reported cstate change: term changed from 1 to 2, leader changed from efa78620b4f841ba9369b27f27b66383 (127.0.160.129) to 505f44c2d014486ca453a20ab27108cf (127.0.160.131). New cstate: current_term: 2 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.389008  7186 consensus_queue.cc:579] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.537s)
I20260630 12:37:11.398260  7060 consensus_queue.cc:237] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:11.404469  7134 raft_consensus.cc:1275] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:11.406145  7220 consensus_queue.cc:1048] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:11.409672  7027 consensus_peers.cc:597] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:11.414261  7025 consensus_peers.cc:597] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 -> Peer 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132:42051): Couldn't send request to peer 1055e25be2da4ee598f25e2e154b8796. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a957312baea049cca883d83f913d45f5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.413978  7186 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
I20260630 12:37:11.415741  7134 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
I20260630 12:37:11.421783  6867 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet a957312baea049cca883d83f913d45f5 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:37:11.425765  6882 catalog_manager.cc:5697] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 reported cstate change: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.635501  7312 ts_tablet_manager.cc:933] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: Initiating tablet copy from peer 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:11.637243  7312 tablet_copy_client.cc:323] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:41881
I20260630 12:37:11.646777  7145 tablet_copy_service.cc:140] P 505f44c2d014486ca453a20ab27108cf: Received BeginTabletCopySession request for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 from peer 1055e25be2da4ee598f25e2e154b8796 ({username='slave'} at 127.0.0.1:36800)
I20260630 12:37:11.647267  7145 tablet_copy_service.cc:161] P 505f44c2d014486ca453a20ab27108cf: Beginning new tablet copy session on tablet 4cce6fc7d27c4982b3c45adc76d4afd5 from peer 1055e25be2da4ee598f25e2e154b8796 at {username='slave'} at 127.0.0.1:36800: session id = 1055e25be2da4ee598f25e2e154b8796-4cce6fc7d27c4982b3c45adc76d4afd5
I20260630 12:37:11.652557  7145 tablet_copy_source_session.cc:215] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:11.655243  7312 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cce6fc7d27c4982b3c45adc76d4afd5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:11.666667  7312 tablet_copy_client.cc:806] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:11.667173  7312 tablet_copy_client.cc:670] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:11.670856  7312 tablet_copy_client.cc:538] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:11.677407  7312 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: Bootstrap starting.
I20260630 12:37:11.691565  7312 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:11.692341  7312 tablet_bootstrap.cc:492] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: Bootstrap complete.
I20260630 12:37:11.693058  7312 ts_tablet_manager.cc:1403] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: Time spent bootstrapping tablet: real 0.016s	user 0.016s	sys 0.000s
I20260630 12:37:11.695259  7312 raft_consensus.cc:359] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:11.696014  7312 raft_consensus.cc:740] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1055e25be2da4ee598f25e2e154b8796, State: Initialized, Role: LEARNER
I20260630 12:37:11.696727  7312 consensus_queue.cc:260] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:11.699256  7298 heartbeater.cc:499] Master 127.0.160.190:46611 was elected leader, sending a full tablet report...
I20260630 12:37:11.699666  7312 ts_tablet_manager.cc:1434] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:11.701555  7145 tablet_copy_service.cc:342] P 505f44c2d014486ca453a20ab27108cf: Request end of tablet copy session 1055e25be2da4ee598f25e2e154b8796-4cce6fc7d27c4982b3c45adc76d4afd5 received from {username='slave'} at 127.0.0.1:36800
I20260630 12:37:11.701920  7145 tablet_copy_service.cc:434] P 505f44c2d014486ca453a20ab27108cf: ending tablet copy session 1055e25be2da4ee598f25e2e154b8796-4cce6fc7d27c4982b3c45adc76d4afd5 on tablet 4cce6fc7d27c4982b3c45adc76d4afd5 with peer 1055e25be2da4ee598f25e2e154b8796
W20260630 12:37:11.728472  7027 consensus_peers.cc:597] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.772876  7060 raft_consensus.cc:1275] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:11.774428  7222 consensus_queue.cc:1048] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:11.788409  7101 consensus_peers.cc:597] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.927138  7134 raft_consensus.cc:1275] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:11.928620  7310 consensus_queue.cc:1048] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:11.929327  6931 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver efa78620b4f841ba9369b27f27b66383 not available for placement
I20260630 12:37:11.977082  7312 ts_tablet_manager.cc:933] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: Initiating tablet copy from peer 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:11.978533  7312 tablet_copy_client.cc:323] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:36161
I20260630 12:37:11.988188  7071 tablet_copy_service.cc:140] P 763e7ed7ba644e09a65494e47daa9c23: Received BeginTabletCopySession request for tablet a957312baea049cca883d83f913d45f5 from peer 1055e25be2da4ee598f25e2e154b8796 ({username='slave'} at 127.0.0.1:37956)
I20260630 12:37:11.988651  7071 tablet_copy_service.cc:161] P 763e7ed7ba644e09a65494e47daa9c23: Beginning new tablet copy session on tablet a957312baea049cca883d83f913d45f5 from peer 1055e25be2da4ee598f25e2e154b8796 at {username='slave'} at 127.0.0.1:37956: session id = 1055e25be2da4ee598f25e2e154b8796-a957312baea049cca883d83f913d45f5
I20260630 12:37:11.993846  7071 tablet_copy_source_session.cc:215] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:11.996483  7312 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a957312baea049cca883d83f913d45f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:12.009496  7312 tablet_copy_client.cc:806] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:12.010012  7312 tablet_copy_client.cc:670] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:12.013756  7312 tablet_copy_client.cc:538] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:12.020692  7312 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: Bootstrap starting.
I20260630 12:37:12.035140  7312 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:12.035969  7312 tablet_bootstrap.cc:492] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: Bootstrap complete.
I20260630 12:37:12.036602  7312 ts_tablet_manager.cc:1403] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260630 12:37:12.038713  7312 raft_consensus.cc:359] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:12.039354  7312 raft_consensus.cc:740] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1055e25be2da4ee598f25e2e154b8796, State: Initialized, Role: LEARNER
I20260630 12:37:12.039889  7312 consensus_queue.cc:260] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:12.041603  7312 ts_tablet_manager.cc:1434] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
I20260630 12:37:12.043372  7071 tablet_copy_service.cc:342] P 763e7ed7ba644e09a65494e47daa9c23: Request end of tablet copy session 1055e25be2da4ee598f25e2e154b8796-a957312baea049cca883d83f913d45f5 received from {username='slave'} at 127.0.0.1:37956
I20260630 12:37:12.043800  7071 tablet_copy_service.cc:434] P 763e7ed7ba644e09a65494e47daa9c23: ending tablet copy session 1055e25be2da4ee598f25e2e154b8796-a957312baea049cca883d83f913d45f5 on tablet a957312baea049cca883d83f913d45f5 with peer 1055e25be2da4ee598f25e2e154b8796
I20260630 12:37:12.150761  7273 raft_consensus.cc:1217] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:12.386838  7222 consensus_queue.cc:579] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.014s)
I20260630 12:37:12.398792  7134 consensus_queue.cc:237] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:12.405704  7060 raft_consensus.cc:1275] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:37:12.406499  7099 consensus_peers.cc:597] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf -> Peer 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132:42051): Couldn't send request to peer 1055e25be2da4ee598f25e2e154b8796. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 37900a2cafbe47cc88e704ca9b1ceafa. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.407488  7319 consensus_queue.cc:1048] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:37:12.408788  7101 consensus_peers.cc:597] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.414637  7221 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
I20260630 12:37:12.416332  7060 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
I20260630 12:37:12.428355  6870 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 37900a2cafbe47cc88e704ca9b1ceafa with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:37:12.432013  6880 catalog_manager.cc:5697] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf reported cstate change: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:12.485538  7273 raft_consensus.cc:1217] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:12.571081  7222 consensus_queue.cc:579] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.369s)
I20260630 12:37:12.621696  7333 consensus_queue.cc:579] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.222s)
I20260630 12:37:12.640147  7333 consensus_queue.cc:579] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.336s)
I20260630 12:37:12.650679  7060 consensus_queue.cc:237] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:12.657182  7134 raft_consensus.cc:1275] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:37:12.657625  7025 consensus_peers.cc:597] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 -> Peer 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132:42051): Couldn't send request to peer 1055e25be2da4ee598f25e2e154b8796. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d187d09aff5b4899832a00a5e28488de. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.659943  7332 consensus_queue.cc:1048] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:37:12.660823  7027 consensus_peers.cc:597] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.666674  7310 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
I20260630 12:37:12.668512  7134 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } } }
I20260630 12:37:12.677280  6867 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet d187d09aff5b4899832a00a5e28488de with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:37:12.681963  6880 catalog_manager.cc:5697] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 reported cstate change: config changed from index -1 to 2, NON_VOTER 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:12.722487  7222 raft_consensus.cc:1064] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: attempting to promote NON_VOTER 1055e25be2da4ee598f25e2e154b8796 to VOTER
I20260630 12:37:12.724653  7222 consensus_queue.cc:237] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:12.732051  7060 raft_consensus.cc:1275] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:12.732053  7273 raft_consensus.cc:1275] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:12.734036  7335 consensus_queue.cc:1048] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:12.734676  7222 consensus_queue.cc:1048] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:12.735417  7101 consensus_peers.cc:597] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.742758  7335 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:12.744525  7273 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:12.753186  7060 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:12.755406  6882 catalog_manager.cc:5697] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf reported cstate change: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:12.770402  7134 consensus_queue.cc:237] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [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: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:12.775730  7060 raft_consensus.cc:1275] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:12.776047  7273 raft_consensus.cc:1275] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:12.777494  7319 consensus_queue.cc:1048] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:12.778333  7221 consensus_queue.cc:1048] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:12.785146  7222 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:12.787138  7060 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:12.787531  7273 raft_consensus.cc:2955] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:12.794025  6870 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4cce6fc7d27c4982b3c45adc76d4afd5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:12.798309  6881 catalog_manager.cc:5697] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf reported cstate change: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:37:12.814550  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 4cce6fc7d27c4982b3c45adc76d4afd5: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:12.894580  7340 ts_tablet_manager.cc:933] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: Initiating tablet copy from peer 505f44c2d014486ca453a20ab27108cf (127.0.160.131:41881)
I20260630 12:37:12.896245  7340 tablet_copy_client.cc:323] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:41881
I20260630 12:37:12.898088  7145 tablet_copy_service.cc:140] P 505f44c2d014486ca453a20ab27108cf: Received BeginTabletCopySession request for tablet 37900a2cafbe47cc88e704ca9b1ceafa from peer 1055e25be2da4ee598f25e2e154b8796 ({username='slave'} at 127.0.0.1:36800)
I20260630 12:37:12.898578  7145 tablet_copy_service.cc:161] P 505f44c2d014486ca453a20ab27108cf: Beginning new tablet copy session on tablet 37900a2cafbe47cc88e704ca9b1ceafa from peer 1055e25be2da4ee598f25e2e154b8796 at {username='slave'} at 127.0.0.1:36800: session id = 1055e25be2da4ee598f25e2e154b8796-37900a2cafbe47cc88e704ca9b1ceafa
I20260630 12:37:12.905826  7145 tablet_copy_source_session.cc:215] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:12.908763  7340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 37900a2cafbe47cc88e704ca9b1ceafa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:12.921900  7340 tablet_copy_client.cc:806] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:12.922456  7340 tablet_copy_client.cc:670] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:12.925971  7340 tablet_copy_client.cc:538] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:37:12.932150  6931 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver efa78620b4f841ba9369b27f27b66383 not available for placement
I20260630 12:37:12.933122  7340 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: Bootstrap starting.
I20260630 12:37:12.951701  7340 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:12.952450  7340 tablet_bootstrap.cc:492] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: Bootstrap complete.
I20260630 12:37:12.953120  7340 ts_tablet_manager.cc:1403] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.009s
I20260630 12:37:12.955308  7340 raft_consensus.cc:359] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:12.955927  7340 raft_consensus.cc:740] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 1055e25be2da4ee598f25e2e154b8796, State: Initialized, Role: LEARNER
I20260630 12:37:12.956456  7340 consensus_queue.cc:260] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:12.958271  7340 ts_tablet_manager.cc:1434] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:12.959885  7145 tablet_copy_service.cc:342] P 505f44c2d014486ca453a20ab27108cf: Request end of tablet copy session 1055e25be2da4ee598f25e2e154b8796-37900a2cafbe47cc88e704ca9b1ceafa received from {username='slave'} at 127.0.0.1:36800
I20260630 12:37:12.960352  7145 tablet_copy_service.cc:434] P 505f44c2d014486ca453a20ab27108cf: ending tablet copy session 1055e25be2da4ee598f25e2e154b8796-37900a2cafbe47cc88e704ca9b1ceafa on tablet 37900a2cafbe47cc88e704ca9b1ceafa with peer 1055e25be2da4ee598f25e2e154b8796
I20260630 12:37:13.056162  7340 ts_tablet_manager.cc:933] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: Initiating tablet copy from peer 763e7ed7ba644e09a65494e47daa9c23 (127.0.160.130:36161)
I20260630 12:37:13.057852  7340 tablet_copy_client.cc:323] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:36161
I20260630 12:37:13.059397  7332 raft_consensus.cc:1064] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: attempting to promote NON_VOTER 1055e25be2da4ee598f25e2e154b8796 to VOTER
I20260630 12:37:13.059931  7071 tablet_copy_service.cc:140] P 763e7ed7ba644e09a65494e47daa9c23: Received BeginTabletCopySession request for tablet d187d09aff5b4899832a00a5e28488de from peer 1055e25be2da4ee598f25e2e154b8796 ({username='slave'} at 127.0.0.1:37956)
I20260630 12:37:13.060541  7071 tablet_copy_service.cc:161] P 763e7ed7ba644e09a65494e47daa9c23: Beginning new tablet copy session on tablet d187d09aff5b4899832a00a5e28488de from peer 1055e25be2da4ee598f25e2e154b8796 at {username='slave'} at 127.0.0.1:37956: session id = 1055e25be2da4ee598f25e2e154b8796-d187d09aff5b4899832a00a5e28488de
I20260630 12:37:13.062718  7332 consensus_queue.cc:237] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:13.070338  7071 tablet_copy_source_session.cc:215] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:13.070991  7273 raft_consensus.cc:1275] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 LEARNER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:13.070988  7134 raft_consensus.cc:1275] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:13.073355  7332 consensus_queue.cc:1048] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:13.074023  7340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d187d09aff5b4899832a00a5e28488de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:13.074237  7310 consensus_queue.cc:1048] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:13.076023  7027 consensus_peers.cc:597] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:13.086126  7332 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.088227  7134 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.090291  7340 tablet_copy_client.cc:806] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:13.090878  7340 tablet_copy_client.cc:670] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:13.094555  7340 tablet_copy_client.cc:538] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:13.099530  7273 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.102651  7340 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: Bootstrap starting.
I20260630 12:37:13.105233  6882 catalog_manager.cc:5697] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 reported cstate change: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:13.122195  7340 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:13.122406  7060 consensus_queue.cc:237] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [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: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:13.122898  7340 tablet_bootstrap.cc:492] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: Bootstrap complete.
I20260630 12:37:13.123579  7340 ts_tablet_manager.cc:1403] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.008s
I20260630 12:37:13.126215  7340 raft_consensus.cc:359] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:13.127018  7340 raft_consensus.cc:740] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 1055e25be2da4ee598f25e2e154b8796, State: Initialized, Role: LEARNER
I20260630 12:37:13.127663  7340 consensus_queue.cc:260] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: true } }
I20260630 12:37:13.129427  7273 raft_consensus.cc:1275] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:13.130000  7340 ts_tablet_manager.cc:1434] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:37:13.132400  7071 tablet_copy_service.cc:342] P 763e7ed7ba644e09a65494e47daa9c23: Request end of tablet copy session 1055e25be2da4ee598f25e2e154b8796-d187d09aff5b4899832a00a5e28488de received from {username='slave'} at 127.0.0.1:37956
I20260630 12:37:13.132846  7071 tablet_copy_service.cc:434] P 763e7ed7ba644e09a65494e47daa9c23: ending tablet copy session 1055e25be2da4ee598f25e2e154b8796-d187d09aff5b4899832a00a5e28488de on tablet d187d09aff5b4899832a00a5e28488de with peer 1055e25be2da4ee598f25e2e154b8796
I20260630 12:37:13.133337  7332 consensus_queue.cc:1048] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:13.137642  7134 raft_consensus.cc:1275] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:13.139580  7332 consensus_queue.cc:1048] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:13.140825  7333 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.142658  7273 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.147468  7134 raft_consensus.cc:2955] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.151569  6867 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a957312baea049cca883d83f913d45f5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:13.156167  6880 catalog_manager.cc:5697] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 reported cstate change: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:13.507215  7273 raft_consensus.cc:1217] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:13.571861  7273 raft_consensus.cc:1217] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:13.892091  7349 consensus_queue.cc:579] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.492s)
I20260630 12:37:13.934396  7349 raft_consensus.cc:1064] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: attempting to promote NON_VOTER 1055e25be2da4ee598f25e2e154b8796 to VOTER
W20260630 12:37:13.934481  6931 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver efa78620b4f841ba9369b27f27b66383 not available for placement
I20260630 12:37:13.936491  7349 consensus_queue.cc:237] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:13.942991  7060 raft_consensus.cc:1275] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:13.943684  7272 raft_consensus.cc:1275] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:13.944435  7353 consensus_queue.cc:1048] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:13.945284  7349 consensus_queue.cc:1048] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:13.947456  7101 consensus_peers.cc:597] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:13.954120  7349 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.955909  7060 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.964011  7272 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.966138  6882 catalog_manager.cc:5697] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf reported cstate change: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:13.982666  7134 consensus_queue.cc:237] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [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: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:13.988063  7060 raft_consensus.cc:1275] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:13.988067  7272 raft_consensus.cc:1275] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Refusing update from remote peer 505f44c2d014486ca453a20ab27108cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:13.989774  7319 consensus_queue.cc:1048] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:13.990495  7349 consensus_queue.cc:1048] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:13.997198  7353 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.999157  7060 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:13.999523  7272 raft_consensus.cc:2955] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
W20260630 12:37:14.000953  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 4cce6fc7d27c4982b3c45adc76d4afd5: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:14.009996  6870 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 37900a2cafbe47cc88e704ca9b1ceafa with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:14.012038  6880 catalog_manager.cc:5697] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 reported cstate change: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New cstate: current_term: 2 leader_uuid: "505f44c2d014486ca453a20ab27108cf" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:14.085681  7332 consensus_queue.cc:579] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Leader has been unable to successfully communicate with peer efa78620b4f841ba9369b27f27b66383 for more than 1 seconds (1.434s)
I20260630 12:37:14.112324  7359 raft_consensus.cc:1064] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: attempting to promote NON_VOTER 1055e25be2da4ee598f25e2e154b8796 to VOTER
I20260630 12:37:14.114418  7359 consensus_queue.cc:237] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [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: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:14.121688  7134 raft_consensus.cc:1275] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:14.121758  7272 raft_consensus.cc:1275] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 LEARNER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:14.123279  7364 consensus_queue.cc:1048] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:14.124622  7359 consensus_queue.cc:1048] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:14.125265  7027 consensus_peers.cc:597] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 -> Peer efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): Couldn't send request to peer efa78620b4f841ba9369b27f27b66383. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:14.132443  7364 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:14.134270  7134 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:14.142535  7272 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:14.144754  6881 catalog_manager.cc:5697] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 reported cstate change: config changed from index 2 to 3, 1055e25be2da4ee598f25e2e154b8796 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efa78620b4f841ba9369b27f27b66383" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:14.160254  7060 consensus_queue.cc:237] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [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: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } }
I20260630 12:37:14.165370  7272 raft_consensus.cc:1275] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.165899  7134 raft_consensus.cc:1275] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Refusing update from remote peer 763e7ed7ba644e09a65494e47daa9c23: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.167243  7364 consensus_queue.cc:1048] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:14.167881  7359 consensus_queue.cc:1048] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:14.173604  7332 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:14.176012  7272 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:14.176188  7135 raft_consensus.cc:2955] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
I20260630 12:37:14.186769  6867 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d187d09aff5b4899832a00a5e28488de with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:14.189299  6880 catalog_manager.cc:5697] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 reported cstate change: config changed from index 3 to 4, VOTER efa78620b4f841ba9369b27f27b66383 (127.0.160.129) evicted. New cstate: current_term: 2 leader_uuid: "763e7ed7ba644e09a65494e47daa9c23" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "763e7ed7ba644e09a65494e47daa9c23" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36161 } } peers { permanent_uuid: "505f44c2d014486ca453a20ab27108cf" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 41881 } } peers { permanent_uuid: "1055e25be2da4ee598f25e2e154b8796" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 42051 } attrs { promote: false } } }
W20260630 12:37:15.050240  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 4cce6fc7d27c4982b3c45adc76d4afd5: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
W20260630 12:37:15.345546  6870 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111) [suppressed 60 similar messages]
W20260630 12:37:16.279385  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 37900a2cafbe47cc88e704ca9b1ceafa: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
W20260630 12:37:17.486888  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet a957312baea049cca883d83f913d45f5: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:18.196323   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:37:18.223639   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:18.224365   642 tablet_replica.cc:333] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23: stopping tablet replica
I20260630 12:37:18.225046   642 raft_consensus.cc:2243] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.225812   642 raft_consensus.cc:2272] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.228143   642 tablet_replica.cc:333] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23: stopping tablet replica
I20260630 12:37:18.228809   642 raft_consensus.cc:2243] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.229696   642 raft_consensus.cc:2272] T a957312baea049cca883d83f913d45f5 P 763e7ed7ba644e09a65494e47daa9c23 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.231994   642 tablet_replica.cc:333] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23: stopping tablet replica
I20260630 12:37:18.232623   642 raft_consensus.cc:2243] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.233552   642 raft_consensus.cc:2272] T d187d09aff5b4899832a00a5e28488de P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.235898   642 tablet_replica.cc:333] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23: stopping tablet replica
I20260630 12:37:18.236479   642 raft_consensus.cc:2243] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.237193   642 raft_consensus.cc:2272] T 37900a2cafbe47cc88e704ca9b1ceafa P 763e7ed7ba644e09a65494e47daa9c23 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.262713   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:37:18.278751   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:37:18.306113   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:18.306977   642 tablet_replica.cc:333] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf: stopping tablet replica
I20260630 12:37:18.307685   642 raft_consensus.cc:2243] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.308566   642 raft_consensus.cc:2272] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.310808   642 tablet_replica.cc:333] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf: stopping tablet replica
I20260630 12:37:18.311415   642 raft_consensus.cc:2243] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.312242   642 raft_consensus.cc:2272] T 37900a2cafbe47cc88e704ca9b1ceafa P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.314450   642 tablet_replica.cc:333] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf: stopping tablet replica
I20260630 12:37:18.314975   642 raft_consensus.cc:2243] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.315588   642 raft_consensus.cc:2272] T d187d09aff5b4899832a00a5e28488de P 505f44c2d014486ca453a20ab27108cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.317813   642 tablet_replica.cc:333] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf: stopping tablet replica
I20260630 12:37:18.318382   642 raft_consensus.cc:2243] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.319010   642 raft_consensus.cc:2272] T a957312baea049cca883d83f913d45f5 P 505f44c2d014486ca453a20ab27108cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.343356   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:37:18.360849   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:37:18.391665   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:18.392383   642 tablet_replica.cc:333] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796: stopping tablet replica
I20260630 12:37:18.392992   642 raft_consensus.cc:2243] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.393563   642 raft_consensus.cc:2272] T d187d09aff5b4899832a00a5e28488de P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.395438   642 tablet_replica.cc:333] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796: stopping tablet replica
I20260630 12:37:18.395893   642 raft_consensus.cc:2243] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.396361   642 raft_consensus.cc:2272] T 37900a2cafbe47cc88e704ca9b1ceafa P 1055e25be2da4ee598f25e2e154b8796 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.398252   642 tablet_replica.cc:333] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796: stopping tablet replica
I20260630 12:37:18.398733   642 raft_consensus.cc:2243] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.399204   642 raft_consensus.cc:2272] T a957312baea049cca883d83f913d45f5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.401183   642 tablet_replica.cc:333] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796: stopping tablet replica
I20260630 12:37:18.401597   642 raft_consensus.cc:2243] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.402063   642 raft_consensus.cc:2272] T 4cce6fc7d27c4982b3c45adc76d4afd5 P 1055e25be2da4ee598f25e2e154b8796 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.426151   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:37:18.441346   642 master.cc:562] Master@127.0.160.190:46611 shutting down...
W20260630 12:37:18.513389  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet d187d09aff5b4899832a00a5e28488de: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
W20260630 12:37:21.243578  6870 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260630 12:37:21.246739  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 4cce6fc7d27c4982b3c45adc76d4afd5: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
W20260630 12:37:22.459645  6870 catalog_manager.cc:4755] TS efa78620b4f841ba9369b27f27b66383 (127.0.160.129:46653): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 37900a2cafbe47cc88e704ca9b1ceafa: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46653: connect: Connection refused (error 111)
I20260630 12:37:22.945510   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:22.946802   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:22.947352   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 13eabb22a0e44df6ad0475263fa2cbf6: stopping tablet replica
I20260630 12:37:22.975708   642 master.cc:584] Master@127.0.160.190:46611 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (15239 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:37:23.028525   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:45847
I20260630 12:37:23.029835   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.035669  7378 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:23.036782  7379 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:23.037448  7381 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:23.037962   642 server_base.cc:1061] running on GCE node
I20260630 12:37:23.038885   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.039063   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.039264   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823043039229 us; error 0 us; skew 500 ppm
I20260630 12:37:23.039788   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.042579   642 webserver.cc:533] Webserver started at http://127.0.160.190:43719/ using document root <none> and password file <none>
I20260630 12:37:23.043128   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.043344   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.043658   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.045095   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "ca9adb63094f492aa00ee548c2d5d89c"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.049988   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:23.053622  7386 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.054416   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:37:23.054740   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "ca9adb63094f492aa00ee548c2d5d89c"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.055040   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:23.078675   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.080046   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.120237   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:45847
I20260630 12:37:23.120337  7437 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:45847 every 8 connection(s)
I20260630 12:37:23.124573  7438 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.137298  7438 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c: Bootstrap starting.
I20260630 12:37:23.142421  7438 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.146939  7438 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c: No bootstrap required, opened a new log
I20260630 12:37:23.149286  7438 raft_consensus.cc:359] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca9adb63094f492aa00ee548c2d5d89c" member_type: VOTER }
I20260630 12:37:23.149751  7438 raft_consensus.cc:385] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.149927  7438 raft_consensus.cc:740] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ca9adb63094f492aa00ee548c2d5d89c, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.150496  7438 consensus_queue.cc:260] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ca9adb63094f492aa00ee548c2d5d89c" member_type: VOTER }
I20260630 12:37:23.150928  7438 raft_consensus.cc:399] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:23.151141  7438 raft_consensus.cc:493] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:23.151381  7438 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:23.156345  7438 raft_consensus.cc:515] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca9adb63094f492aa00ee548c2d5d89c" member_type: VOTER }
I20260630 12:37:23.157032  7438 leader_election.cc:304] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [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: ca9adb63094f492aa00ee548c2d5d89c; no voters: 
I20260630 12:37:23.158283  7438 leader_election.cc:290] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:23.158725  7441 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:23.160175  7441 raft_consensus.cc:697] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 1 LEADER]: Becoming Leader. State: Replica: ca9adb63094f492aa00ee548c2d5d89c, State: Running, Role: LEADER
I20260630 12:37:23.160842  7441 consensus_queue.cc:237] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [LEADER]: Queue going to LEADER mode. State: All 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: "ca9adb63094f492aa00ee548c2d5d89c" member_type: VOTER }
I20260630 12:37:23.161449  7438 sys_catalog.cc:565] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:23.164351  7443 sys_catalog.cc:455] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [sys.catalog]: SysCatalogTable state changed. Reason: New leader ca9adb63094f492aa00ee548c2d5d89c. Latest consensus state: current_term: 1 leader_uuid: "ca9adb63094f492aa00ee548c2d5d89c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca9adb63094f492aa00ee548c2d5d89c" member_type: VOTER } }
I20260630 12:37:23.164307  7442 sys_catalog.cc:455] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ca9adb63094f492aa00ee548c2d5d89c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca9adb63094f492aa00ee548c2d5d89c" member_type: VOTER } }
I20260630 12:37:23.166085  7442 sys_catalog.cc:458] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:23.167112  7443 sys_catalog.cc:458] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:23.169260  7448 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:23.174554  7448 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:23.177554   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:23.184466  7448 catalog_manager.cc:1383] Generated new cluster ID: dbf92d049b904ff29fd7cc84d3283bce
I20260630 12:37:23.184796  7448 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:23.203136  7448 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:23.204447  7448 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:23.222353  7448 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c: Generated new TSK 0
I20260630 12:37:23.222958  7448 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:23.244257   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.250964  7459 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:23.251991  7460 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:23.254797   642 server_base.cc:1061] running on GCE node
W20260630 12:37:23.254834  7462 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:23.256717   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.257081   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.257258   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823043257242 us; error 0 us; skew 500 ppm
I20260630 12:37:23.257889   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.260402   642 webserver.cc:533] Webserver started at http://127.0.160.129:45753/ using document root <none> and password file <none>
I20260630 12:37:23.260982   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.261207   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.261488   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.262884   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "36913c4dc34b442db5d2e5fe5435e15a"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.267851   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:37:23.271646  7467 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.272629   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:23.272971   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "36913c4dc34b442db5d2e5fe5435e15a"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.273257   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:23.289789   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.291033   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.292546   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.295224   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.295419   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.295735   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.295914   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.339082   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:33069
I20260630 12:37:23.339148  7529 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:33069 every 8 connection(s)
I20260630 12:37:23.344441   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.353695  7535 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:23.354440  7534 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:23.358369   642 server_base.cc:1061] running on GCE node
W20260630 12:37:23.360018  7538 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:23.360829  7530 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45847
I20260630 12:37:23.361315  7530 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.361339   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.361773   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.361979   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823043361961 us; error 0 us; skew 500 ppm
I20260630 12:37:23.362460  7530 heartbeater.cc:507] Master 127.0.160.190:45847 requested a full tablet report, sending...
I20260630 12:37:23.362758   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.365104  7403 ts_manager.cc:194] Registered new tserver with Master: 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069)
I20260630 12:37:23.365744   642 webserver.cc:533] Webserver started at http://127.0.160.130:37537/ using document root <none> and password file <none>
I20260630 12:37:23.366227   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.366371   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.366566   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.367077  7403 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41166
I20260630 12:37:23.367823   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "edc2ef4f35774a008823ae0970526936"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.373277   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260630 12:37:23.377198  7542 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.378039   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:23.378369   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "edc2ef4f35774a008823ae0970526936"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.378659   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:23.396586   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.397926   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.399454   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.401839   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.402132   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.402382   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.402554   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.444205   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:38425
I20260630 12:37:23.444310  7604 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:38425 every 8 connection(s)
I20260630 12:37:23.449605   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.456619  7608 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:23.458142  7609 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:23.460749  7611 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:23.461787   642 server_base.cc:1061] running on GCE node
I20260630 12:37:23.462881   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.463241   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.463398  7605 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45847
I20260630 12:37:23.463477   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823043463456 us; error 0 us; skew 500 ppm
I20260630 12:37:23.463999  7605 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.464341   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.464903  7605 heartbeater.cc:507] Master 127.0.160.190:45847 requested a full tablet report, sending...
I20260630 12:37:23.467147  7403 ts_manager.cc:194] Registered new tserver with Master: edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:23.467530   642 webserver.cc:533] Webserver started at http://127.0.160.131:36423/ using document root <none> and password file <none>
I20260630 12:37:23.468092   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.468299   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.468582   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.468845  7403 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41180
I20260630 12:37:23.470089   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "4d868682609642da86568c826e926bd8"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.474828   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:37:23.478487  7616 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.479241   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260630 12:37:23.479570   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "4d868682609642da86568c826e926bd8"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:23.479861   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:23.511209   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.512467   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.514065   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.516433   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.516678   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.516935   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.517138   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:23.559422   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:45551
I20260630 12:37:23.559532  7678 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:45551 every 8 connection(s)
I20260630 12:37:23.574328  7679 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45847
I20260630 12:37:23.574695  7679 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.575567  7679 heartbeater.cc:507] Master 127.0.160.190:45847 requested a full tablet report, sending...
I20260630 12:37:23.577903  7403 ts_manager.cc:194] Registered new tserver with Master: 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:23.578034   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015192297s
I20260630 12:37:23.579378  7403 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41182
I20260630 12:37:24.370355  7530 heartbeater.cc:499] Master 127.0.160.190:45847 was elected leader, sending a full tablet report...
I20260630 12:37:24.471766  7605 heartbeater.cc:499] Master 127.0.160.190:45847 was elected leader, sending a full tablet report...
I20260630 12:37:24.582492  7679 heartbeater.cc:499] Master 127.0.160.190:45847 was elected leader, sending a full tablet report...
I20260630 12:37:24.636783  7403 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40696:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:24.639295  7403 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:24.710505  7570 tablet_service.cc:1511] Processing CreateTablet for tablet 1fc05a81eaaa4335b41df877b88b15c5 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:24.712244  7570 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fc05a81eaaa4335b41df877b88b15c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.711944  7569 tablet_service.cc:1511] Processing CreateTablet for tablet 497d52aceb1543ef8684ceb62b32a00a (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:24.712548  7644 tablet_service.cc:1511] Processing CreateTablet for tablet 1fc05a81eaaa4335b41df877b88b15c5 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:24.714003  7569 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 497d52aceb1543ef8684ceb62b32a00a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.713691  7495 tablet_service.cc:1511] Processing CreateTablet for tablet 1fc05a81eaaa4335b41df877b88b15c5 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:24.714555  7644 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fc05a81eaaa4335b41df877b88b15c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.715183  7495 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fc05a81eaaa4335b41df877b88b15c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.719053  7568 tablet_service.cc:1511] Processing CreateTablet for tablet 23d6b72cd88d4b89a4a45373806e0c10 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:24.720789  7568 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23d6b72cd88d4b89a4a45373806e0c10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.722750  7643 tablet_service.cc:1511] Processing CreateTablet for tablet 497d52aceb1543ef8684ceb62b32a00a (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:24.724447  7643 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 497d52aceb1543ef8684ceb62b32a00a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.726277  7494 tablet_service.cc:1511] Processing CreateTablet for tablet 497d52aceb1543ef8684ceb62b32a00a (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:24.726882  7567 tablet_service.cc:1511] Processing CreateTablet for tablet a2b6b27a7c3e4cfca15b834ac5153bf8 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:24.727833  7494 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 497d52aceb1543ef8684ceb62b32a00a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.728533  7567 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2b6b27a7c3e4cfca15b834ac5153bf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.730885  7642 tablet_service.cc:1511] Processing CreateTablet for tablet 23d6b72cd88d4b89a4a45373806e0c10 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:24.732551  7642 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23d6b72cd88d4b89a4a45373806e0c10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.733691  7493 tablet_service.cc:1511] Processing CreateTablet for tablet 23d6b72cd88d4b89a4a45373806e0c10 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:24.735234  7493 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23d6b72cd88d4b89a4a45373806e0c10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.736090  7641 tablet_service.cc:1511] Processing CreateTablet for tablet a2b6b27a7c3e4cfca15b834ac5153bf8 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:24.737581  7641 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2b6b27a7c3e4cfca15b834ac5153bf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.741917  7492 tablet_service.cc:1511] Processing CreateTablet for tablet a2b6b27a7c3e4cfca15b834ac5153bf8 (DEFAULT_TABLE table=test-workload [id=d1c0489682344bd5ae9642f081f61260]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:24.743670  7492 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2b6b27a7c3e4cfca15b834ac5153bf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.780764  7700 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:24.786513  7699 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:24.790150  7700 tablet_bootstrap.cc:654] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.794202  7699 tablet_bootstrap.cc:654] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.795833  7701 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:24.798285  7700 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: No bootstrap required, opened a new log
I20260630 12:37:24.799028  7700 ts_tablet_manager.cc:1403] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260630 12:37:24.801277  7699 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: No bootstrap required, opened a new log
I20260630 12:37:24.801805  7699 ts_tablet_manager.cc:1403] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:37:24.802321  7701 tablet_bootstrap.cc:654] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.802189  7700 raft_consensus.cc:359] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.803094  7700 raft_consensus.cc:385] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.803418  7700 raft_consensus.cc:740] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.804256  7700 consensus_queue.cc:260] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.804817  7699 raft_consensus.cc:359] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.805720  7699 raft_consensus.cc:385] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.806121  7699 raft_consensus.cc:740] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.807476  7699 consensus_queue.cc:260] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.811549  7700 ts_tablet_manager.cc:1434] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.012s	user 0.012s	sys 0.000s
I20260630 12:37:24.812018  7701 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: No bootstrap required, opened a new log
I20260630 12:37:24.812744  7700 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:24.812816  7701 ts_tablet_manager.cc:1403] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.005s
I20260630 12:37:24.817657  7701 raft_consensus.cc:359] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.818853  7701 raft_consensus.cc:385] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.819291  7701 raft_consensus.cc:740] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.820699  7700 tablet_bootstrap.cc:654] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.820626  7701 consensus_queue.cc:260] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.828876  7699 ts_tablet_manager.cc:1434] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.027s	user 0.012s	sys 0.013s
I20260630 12:37:24.830477  7700 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: No bootstrap required, opened a new log
I20260630 12:37:24.831094  7700 ts_tablet_manager.cc:1403] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.019s	user 0.018s	sys 0.000s
I20260630 12:37:24.832754  7701 ts_tablet_manager.cc:1434] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.019s	user 0.014s	sys 0.003s
I20260630 12:37:24.833873  7701 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:24.834257  7699 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:24.834156  7700 raft_consensus.cc:359] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.835050  7700 raft_consensus.cc:385] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.835425  7700 raft_consensus.cc:740] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.836413  7700 consensus_queue.cc:260] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.839532  7700 ts_tablet_manager.cc:1434] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:24.840559  7700 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:24.841482  7701 tablet_bootstrap.cc:654] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Neither blocks nor log segments found. Creating new log.
W20260630 12:37:24.845019  7531 tablet.cc:2406] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:24.847167  7700 tablet_bootstrap.cc:654] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.849990  7699 tablet_bootstrap.cc:654] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.855172  7701 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: No bootstrap required, opened a new log
I20260630 12:37:24.855835  7701 ts_tablet_manager.cc:1403] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.009s
I20260630 12:37:24.859261  7701 raft_consensus.cc:359] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.860200  7701 raft_consensus.cc:385] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.860481  7701 raft_consensus.cc:740] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.861352  7701 consensus_queue.cc:260] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.864856  7700 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: No bootstrap required, opened a new log
I20260630 12:37:24.866322  7700 ts_tablet_manager.cc:1403] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.009s
I20260630 12:37:24.867105  7699 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: No bootstrap required, opened a new log
I20260630 12:37:24.867666  7699 ts_tablet_manager.cc:1403] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.034s	user 0.012s	sys 0.007s
I20260630 12:37:24.865710  7701 ts_tablet_manager.cc:1434] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.005s
I20260630 12:37:24.869524  7700 raft_consensus.cc:359] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.870343  7701 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:24.870406  7700 raft_consensus.cc:385] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.870999  7700 raft_consensus.cc:740] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.871129  7699 raft_consensus.cc:359] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.872032  7699 raft_consensus.cc:385] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.872021  7700 consensus_queue.cc:260] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.869917  7704 raft_consensus.cc:493] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.872623  7699 raft_consensus.cc:740] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.873263  7704 raft_consensus.cc:515] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.874122  7699 consensus_queue.cc:260] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.877751  7699 ts_tablet_manager.cc:1434] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.004s
I20260630 12:37:24.878328  7701 tablet_bootstrap.cc:654] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.879364  7699 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:24.891048  7700 ts_tablet_manager.cc:1434] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.024s	user 0.011s	sys 0.013s
I20260630 12:37:24.892357  7700 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:24.897856  7704 leader_election.cc:290] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:24.893797  7699 tablet_bootstrap.cc:654] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.905778  7700 tablet_bootstrap.cc:654] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.923097  7700 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: No bootstrap required, opened a new log
I20260630 12:37:24.923516  7701 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: No bootstrap required, opened a new log
I20260630 12:37:24.923741  7700 ts_tablet_manager.cc:1403] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.032s	user 0.016s	sys 0.004s
I20260630 12:37:24.924155  7701 ts_tablet_manager.cc:1403] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.054s	user 0.024s	sys 0.023s
I20260630 12:37:24.924938  7505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a" is_pre_election: true
W20260630 12:37:24.926939  7545 leader_election.cc:343] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:24.927487  7700 raft_consensus.cc:359] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.927727  7701 raft_consensus.cc:359] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.928587  7700 raft_consensus.cc:385] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.929023  7701 raft_consensus.cc:385] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.929121  7700 raft_consensus.cc:740] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.929492  7701 raft_consensus.cc:740] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.930243  7700 consensus_queue.cc:260] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.930454  7701 consensus_queue.cc:260] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.931398  7699 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: No bootstrap required, opened a new log
I20260630 12:37:24.932030  7699 ts_tablet_manager.cc:1403] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.053s	user 0.008s	sys 0.012s
I20260630 12:37:24.932762  7701 ts_tablet_manager.cc:1434] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:37:24.932986  7700 ts_tablet_manager.cc:1434] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:37:24.933991  7701 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:24.935619  7699 raft_consensus.cc:359] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.936487  7699 raft_consensus.cc:385] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.936849  7699 raft_consensus.cc:740] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.937819  7699 consensus_queue.cc:260] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.938324  7654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:24.939150  7654 raft_consensus.cc:2468] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate edc2ef4f35774a008823ae0970526936 in term 0.
I20260630 12:37:24.940969  7545 leader_election.cc:304] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [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: 4d868682609642da86568c826e926bd8, edc2ef4f35774a008823ae0970526936; no voters: 36913c4dc34b442db5d2e5fe5435e15a
I20260630 12:37:24.942221  7704 raft_consensus.cc:2804] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:24.942339  7701 tablet_bootstrap.cc:654] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.942636  7704 raft_consensus.cc:493] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:24.942999  7704 raft_consensus.cc:3060] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.956494  7704 raft_consensus.cc:515] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.959407  7699 ts_tablet_manager.cc:1434] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.027s	user 0.006s	sys 0.000s
I20260630 12:37:24.960860  7505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a"
I20260630 12:37:24.961551  7699 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:24.967114  7704 leader_election.cc:290] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 election: Requested vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
W20260630 12:37:24.968118  7545 leader_election.cc:343] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:24.968701  7701 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: No bootstrap required, opened a new log
I20260630 12:37:24.969084  7699 tablet_bootstrap.cc:654] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.969317  7701 ts_tablet_manager.cc:1403] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.036s	user 0.010s	sys 0.015s
I20260630 12:37:24.969630  7654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:24.970283  7654 raft_consensus.cc:3060] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.972961  7701 raft_consensus.cc:359] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.973630  7701 raft_consensus.cc:385] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.973891  7701 raft_consensus.cc:740] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.974596  7701 consensus_queue.cc:260] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:24.975448  7699 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: No bootstrap required, opened a new log
I20260630 12:37:24.976032  7699 ts_tablet_manager.cc:1403] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:37:24.976874  7701 ts_tablet_manager.cc:1434] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:24.979048  7654 raft_consensus.cc:2468] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate edc2ef4f35774a008823ae0970526936 in term 1.
I20260630 12:37:24.979121  7699 raft_consensus.cc:359] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.979977  7699 raft_consensus.cc:385] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.980399  7699 raft_consensus.cc:740] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.980741  7545 leader_election.cc:304] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [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: 4d868682609642da86568c826e926bd8, edc2ef4f35774a008823ae0970526936; no voters: 36913c4dc34b442db5d2e5fe5435e15a
I20260630 12:37:24.981233  7699 consensus_queue.cc:260] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.981664  7704 raft_consensus.cc:2804] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:24.982364  7704 raft_consensus.cc:697] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 LEADER]: Becoming Leader. State: Replica: edc2ef4f35774a008823ae0970526936, State: Running, Role: LEADER
I20260630 12:37:24.983206  7704 consensus_queue.cc:237] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:24.983721  7699 ts_tablet_manager.cc:1434] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:37:24.993333  7401 catalog_manager.cc:5697] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 reported cstate change: term changed from 0 to 1, leader changed from <none> to edc2ef4f35774a008823ae0970526936 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "edc2ef4f35774a008823ae0970526936" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.053165  7706 raft_consensus.cc:493] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.053746  7706 raft_consensus.cc:515] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:25.055908  7706 leader_election.cc:290] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4d868682609642da86568c826e926bd8 (127.0.160.131:45551), edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:25.067222  7580 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:25.067086  7654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:25.068162  7654 raft_consensus.cc:2393] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 36913c4dc34b442db5d2e5fe5435e15a in current term 1: Already voted for candidate edc2ef4f35774a008823ae0970526936 in this term.
I20260630 12:37:25.069303  7470 leader_election.cc:304] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a; no voters: 4d868682609642da86568c826e926bd8, edc2ef4f35774a008823ae0970526936
I20260630 12:37:25.070029  7706 raft_consensus.cc:3060] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.075532  7706 raft_consensus.cc:2749] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:25.123811  7707 raft_consensus.cc:493] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.124451  7707 raft_consensus.cc:515] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.126643  7707 leader_election.cc:290] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:25.137923  7505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a" is_pre_election: true
I20260630 12:37:25.138759  7505 raft_consensus.cc:2468] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4d868682609642da86568c826e926bd8 in term 0.
I20260630 12:37:25.138859  7580 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:25.139559  7580 raft_consensus.cc:2468] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4d868682609642da86568c826e926bd8 in term 0.
I20260630 12:37:25.140002  7619 leader_election.cc:304] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: 
I20260630 12:37:25.140897  7707 raft_consensus.cc:2804] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.141278  7707 raft_consensus.cc:493] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.141557  7707 raft_consensus.cc:3060] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.143672  7706 raft_consensus.cc:493] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.144145  7706 raft_consensus.cc:515] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.145872  7706 leader_election.cc:290] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:25.146955  7654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:25.146876  7580 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:25.147693  7654 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 0.
I20260630 12:37:25.147758  7580 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 0.
I20260630 12:37:25.148069  7707 raft_consensus.cc:515] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.149017  7470 leader_election.cc:304] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: 
I20260630 12:37:25.149919  7706 raft_consensus.cc:2804] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.150288  7706 raft_consensus.cc:493] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.150394  7707 leader_election.cc:290] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [CANDIDATE]: Term 1 election: Requested vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:25.150715  7706 raft_consensus.cc:3060] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.151181  7505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a"
I20260630 12:37:25.151373  7704 raft_consensus.cc:493] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.151542  7580 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936"
I20260630 12:37:25.151813  7505 raft_consensus.cc:3060] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.152264  7580 raft_consensus.cc:3060] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.151844  7704 raft_consensus.cc:515] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.154289  7704 leader_election.cc:290] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:25.156231  7654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:25.156889  7504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a" is_pre_election: true
I20260630 12:37:25.157634  7504 raft_consensus.cc:2468] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate edc2ef4f35774a008823ae0970526936 in term 0.
I20260630 12:37:25.156939  7654 raft_consensus.cc:2468] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate edc2ef4f35774a008823ae0970526936 in term 0.
I20260630 12:37:25.158547  7706 raft_consensus.cc:515] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.159595  7545 leader_election.cc:304] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4d868682609642da86568c826e926bd8, edc2ef4f35774a008823ae0970526936; no voters: 
I20260630 12:37:25.160203  7505 raft_consensus.cc:2468] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4d868682609642da86568c826e926bd8 in term 1.
I20260630 12:37:25.160544  7704 raft_consensus.cc:2804] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.160751  7706 leader_election.cc:290] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 1 election: Requested vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:25.161206  7704 raft_consensus.cc:493] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.161660  7704 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.161860  7654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:25.161888  7619 leader_election.cc:304] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: 
I20260630 12:37:25.162592  7654 raft_consensus.cc:3060] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.166847  7704 raft_consensus.cc:515] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.167448  7654 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 1.
I20260630 12:37:25.168289  7580 raft_consensus.cc:2468] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4d868682609642da86568c826e926bd8 in term 1.
I20260630 12:37:25.168447  7707 raft_consensus.cc:2804] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.169196  7579 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936"
I20260630 12:37:25.169842  7579 raft_consensus.cc:3060] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.170101  7470 leader_election.cc:304] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: 
I20260630 12:37:25.170408  7505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a"
I20260630 12:37:25.170980  7505 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.170985  7706 raft_consensus.cc:2804] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.172171  7704 leader_election.cc:290] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 election: Requested vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:25.173383  7654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:25.173985  7654 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:37:25.175263  7451 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:25.175782  7706 raft_consensus.cc:697] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 LEADER]: Becoming Leader. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Running, Role: LEADER
I20260630 12:37:25.176715  7706 consensus_queue.cc:237] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.177737  7579 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 1.
I20260630 12:37:25.180642  7707 raft_consensus.cc:697] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 LEADER]: Becoming Leader. State: Replica: 4d868682609642da86568c826e926bd8, State: Running, Role: LEADER
I20260630 12:37:25.180889  7505 raft_consensus.cc:2468] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate edc2ef4f35774a008823ae0970526936 in term 1.
I20260630 12:37:25.181676  7707 consensus_queue.cc:237] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.182257  7545 leader_election.cc:304] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36913c4dc34b442db5d2e5fe5435e15a, edc2ef4f35774a008823ae0970526936; no voters: 
I20260630 12:37:25.183188  7704 raft_consensus.cc:2804] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.183672  7704 raft_consensus.cc:697] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 LEADER]: Becoming Leader. State: Replica: edc2ef4f35774a008823ae0970526936, State: Running, Role: LEADER
I20260630 12:37:25.184448  7704 consensus_queue.cc:237] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:25.190603  7654 raft_consensus.cc:2468] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate edc2ef4f35774a008823ae0970526936 in term 1.
I20260630 12:37:25.200733  7403 catalog_manager.cc:5697] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: term changed from 0 to 1, leader changed from <none> to 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129). New cstate: current_term: 1 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.201635  7401 catalog_manager.cc:5697] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 reported cstate change: term changed from 0 to 1, leader changed from <none> to edc2ef4f35774a008823ae0970526936 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "edc2ef4f35774a008823ae0970526936" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.201908  7400 catalog_manager.cc:5697] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4d868682609642da86568c826e926bd8 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "4d868682609642da86568c826e926bd8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.300045   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:37:25.320011   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:25.320969   642 tablet_replica.cc:333] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: stopping tablet replica
I20260630 12:37:25.321557   642 raft_consensus.cc:2243] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.321995   642 raft_consensus.cc:2272] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.324010   642 tablet_replica.cc:333] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: stopping tablet replica
I20260630 12:37:25.324591   642 raft_consensus.cc:2243] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.325045   642 raft_consensus.cc:2272] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.326933   642 tablet_replica.cc:333] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: stopping tablet replica
I20260630 12:37:25.327430   642 raft_consensus.cc:2243] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.327790   642 raft_consensus.cc:2272] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.329872   642 tablet_replica.cc:333] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: stopping tablet replica
I20260630 12:37:25.330363   642 raft_consensus.cc:2243] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.330940   642 pending_rounds.cc:70] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Trying to abort 1 pending ops.
I20260630 12:37:25.331162   642 pending_rounds.cc:77] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443193053999104 op_type: NO_OP noop_request { }
I20260630 12:37:25.331466   642 raft_consensus.cc:2889] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:25.331741   642 raft_consensus.cc:2272] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.354507   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:37:25.367269   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:37:25.384569   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:25.385505   642 tablet_replica.cc:333] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: stopping tablet replica
I20260630 12:37:25.386145   642 raft_consensus.cc:2243] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.386824   642 pending_rounds.cc:70] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Trying to abort 1 pending ops.
I20260630 12:37:25.387042   642 pending_rounds.cc:77] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443193088512000 op_type: NO_OP noop_request { }
I20260630 12:37:25.387329   642 raft_consensus.cc:2889] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:25.387674   642 raft_consensus.cc:2272] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.389899   642 tablet_replica.cc:333] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: stopping tablet replica
I20260630 12:37:25.390460   642 raft_consensus.cc:2243] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.390862   642 raft_consensus.cc:2272] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.393050   642 tablet_replica.cc:333] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: stopping tablet replica
I20260630 12:37:25.393585   642 raft_consensus.cc:2243] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.393986   642 raft_consensus.cc:2272] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.395758   642 tablet_replica.cc:333] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: stopping tablet replica
I20260630 12:37:25.396224   642 raft_consensus.cc:2243] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.396832   642 pending_rounds.cc:70] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Trying to abort 1 pending ops.
I20260630 12:37:25.397100   642 pending_rounds.cc:77] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443192261832704 op_type: NO_OP noop_request { }
I20260630 12:37:25.397387   642 raft_consensus.cc:2889] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:25.397678   642 raft_consensus.cc:2272] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.421075   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:37:25.433434   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:37:25.451538   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:25.452358   642 tablet_replica.cc:333] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: stopping tablet replica
I20260630 12:37:25.452998   642 raft_consensus.cc:2243] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.453425   642 raft_consensus.cc:2272] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.455391   642 tablet_replica.cc:333] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: stopping tablet replica
I20260630 12:37:25.455919   642 raft_consensus.cc:2243] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.456305   642 raft_consensus.cc:2272] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.458263   642 tablet_replica.cc:333] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: stopping tablet replica
I20260630 12:37:25.458770   642 raft_consensus.cc:2243] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.459367   642 pending_rounds.cc:70] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Trying to abort 1 pending ops.
I20260630 12:37:25.459549   642 pending_rounds.cc:77] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443193074147328 op_type: NO_OP noop_request { }
I20260630 12:37:25.459834   642 raft_consensus.cc:2889] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:25.460120   642 raft_consensus.cc:2272] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.462318   642 tablet_replica.cc:333] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: stopping tablet replica
I20260630 12:37:25.462870   642 raft_consensus.cc:2243] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.463256   642 raft_consensus.cc:2272] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.485818   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:37:25.499486   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:25.505025  7730 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:25.505322  7731 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:25.506922  7733 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:25.508072   642 server_base.cc:1061] running on GCE node
I20260630 12:37:25.509290   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:25.509622   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:25.509897   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823045509880 us; error 0 us; skew 500 ppm
I20260630 12:37:25.510514   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:25.513170   642 webserver.cc:533] Webserver started at http://127.0.160.132:34613/ using document root <none> and password file <none>
I20260630 12:37:25.513698   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:25.513928   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:25.514230   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:25.515340   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "e53fc16e63394da09355573060c21a9f"
format_stamp: "Formatted at 2026-06-30 12:37:25 on dist-test-slave-n1kv"
I20260630 12:37:25.519927   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:37:25.523437  7738 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:25.524369   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:37:25.524780   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "e53fc16e63394da09355573060c21a9f"
format_stamp: "Formatted at 2026-06-30 12:37:25 on dist-test-slave-n1kv"
I20260630 12:37:25.525254   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:25.545922   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:25.547075   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:25.548604   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:25.551038   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:25.551385   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:25.551712   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:25.551990   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:25.591028   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:41445
I20260630 12:37:25.591084  7800 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:41445 every 8 connection(s)
I20260630 12:37:25.609827  7801 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45847
I20260630 12:37:25.610384  7801 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:25.611228  7801 heartbeater.cc:507] Master 127.0.160.190:45847 requested a full tablet report, sending...
I20260630 12:37:25.613467  7400 ts_manager.cc:194] Registered new tserver with Master: e53fc16e63394da09355573060c21a9f (127.0.160.132:41445)
I20260630 12:37:25.614956  7400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40706
W20260630 12:37:26.187798  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet a2b6b27a7c3e4cfca15b834ac5153bf8: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33069: connect: Connection refused (error 111)
W20260630 12:37:26.191718  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 23d6b72cd88d4b89a4a45373806e0c10: Network error: Client connection negotiation failed: client connection to 127.0.160.131:45551: connect: Connection refused (error 111)
W20260630 12:37:26.195633  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 497d52aceb1543ef8684ceb62b32a00a: Network error: Client connection negotiation failed: client connection to 127.0.160.130:38425: connect: Connection refused (error 111)
I20260630 12:37:26.617818  7801 heartbeater.cc:499] Master 127.0.160.190:45847 was elected leader, sending a full tablet report...
W20260630 12:37:27.208215  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet a2b6b27a7c3e4cfca15b834ac5153bf8: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33069: connect: Connection refused (error 111)
W20260630 12:37:27.212139  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 1fc05a81eaaa4335b41df877b88b15c5: Network error: Client connection negotiation failed: client connection to 127.0.160.130:38425: connect: Connection refused (error 111)
W20260630 12:37:27.215804  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 497d52aceb1543ef8684ceb62b32a00a: Network error: Client connection negotiation failed: client connection to 127.0.160.130:38425: connect: Connection refused (error 111)
W20260630 12:37:28.247551  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 23d6b72cd88d4b89a4a45373806e0c10: Network error: Client connection negotiation failed: client connection to 127.0.160.131:45551: connect: Connection refused (error 111)
W20260630 12:37:28.251025  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet a2b6b27a7c3e4cfca15b834ac5153bf8: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33069: connect: Connection refused (error 111)
W20260630 12:37:28.254295  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 497d52aceb1543ef8684ceb62b32a00a: Network error: Client connection negotiation failed: client connection to 127.0.160.130:38425: connect: Connection refused (error 111)
W20260630 12:37:29.266700  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 1fc05a81eaaa4335b41df877b88b15c5: Network error: Client connection negotiation failed: client connection to 127.0.160.130:38425: connect: Connection refused (error 111)
W20260630 12:37:29.270038  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet a2b6b27a7c3e4cfca15b834ac5153bf8: Network error: Client connection negotiation failed: client connection to 127.0.160.129:33069: connect: Connection refused (error 111)
W20260630 12:37:29.273365  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 23d6b72cd88d4b89a4a45373806e0c10: Network error: Client connection negotiation failed: client connection to 127.0.160.131:45551: connect: Connection refused (error 111)
W20260630 12:37:30.275676  7451 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 36913c4dc34b442db5d2e5fe5435e15a not available for placement
W20260630 12:37:31.277787  7451 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 36913c4dc34b442db5d2e5fe5435e15a not available for placement
W20260630 12:37:32.280725  7451 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 36913c4dc34b442db5d2e5fe5435e15a not available for placement
I20260630 12:37:32.629578   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.637792  7810 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.638216  7811 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.639670  7813 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.642472   642 server_base.cc:1061] running on GCE node
I20260630 12:37:32.644897   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.645239   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:32.645455   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823052645435 us; error 0 us; skew 500 ppm
I20260630 12:37:32.646148   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.649252   642 webserver.cc:533] Webserver started at http://127.0.160.129:45753/ using document root <none> and password file <none>
I20260630 12:37:32.649820   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.650022   642 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:32.654178   642 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.002s
I20260630 12:37:32.657721  7818 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.658526   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:32.658843   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "36913c4dc34b442db5d2e5fe5435e15a"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:32.659274   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:32.679966   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.681591   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.683276   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.687558  7825 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:37:32.712414   642 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:32.712785   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.026s	user 0.002s	sys 0.000s
I20260630 12:37:32.713274   642 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:37:32.720309  7825 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:32.733915  7825 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:32.734045   642 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:32.734440   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.021s	user 0.017s	sys 0.003s
I20260630 12:37:32.734767  7825 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap complete.
I20260630 12:37:32.735471  7825 ts_tablet_manager.cc:1403] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:37:32.738116  7825 raft_consensus.cc:359] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.739050  7825 raft_consensus.cc:740] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.739843  7825 consensus_queue.cc:260] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.742514  7825 ts_tablet_manager.cc:1434] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:37:32.743294  7825 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:32.757263  7825 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:32.758117  7825 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap complete.
I20260630 12:37:32.758754  7825 ts_tablet_manager.cc:1403] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.006s
I20260630 12:37:32.761175  7825 raft_consensus.cc:359] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.761860  7825 raft_consensus.cc:740] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.762683  7825 consensus_queue.cc:260] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.764540  7825 ts_tablet_manager.cc:1434] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260630 12:37:32.765386  7825 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:32.779975  7825 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:37:32.780834  7825 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap complete.
I20260630 12:37:32.781492  7825 ts_tablet_manager.cc:1403] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.004s
I20260630 12:37:32.783663  7825 raft_consensus.cc:359] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.784461  7825 raft_consensus.cc:740] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.785221  7825 consensus_queue.cc:260] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.786975  7825 ts_tablet_manager.cc:1434] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:37:32.787710  7825 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap starting.
I20260630 12:37:32.800124  7825 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:32.800899  7825 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Bootstrap complete.
I20260630 12:37:32.801024   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:33069
I20260630 12:37:32.801141  7886 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:33069 every 8 connection(s)
I20260630 12:37:32.801738  7825 ts_tablet_manager.cc:1403] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.006s
I20260630 12:37:32.804088  7825 raft_consensus.cc:359] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:32.804684  7825 raft_consensus.cc:740] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.805485  7825 consensus_queue.cc:260] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:32.807407   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:32.808194  7825 ts_tablet_manager.cc:1434] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
W20260630 12:37:32.817688  7891 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.818884  7892 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.822201   642 server_base.cc:1061] running on GCE node
W20260630 12:37:32.823535  7895 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.824574   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.824827   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:32.825088   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823052825053 us; error 0 us; skew 500 ppm
I20260630 12:37:32.825671   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.828933   642 webserver.cc:533] Webserver started at http://127.0.160.130:37537/ using document root <none> and password file <none>
I20260630 12:37:32.829675   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.829931   642 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:32.830695  7887 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45847
I20260630 12:37:32.831200  7887 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:32.832245  7887 heartbeater.cc:507] Master 127.0.160.190:45847 requested a full tablet report, sending...
I20260630 12:37:32.834894   642 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:32.837386  7400 ts_manager.cc:194] Re-registered known tserver with Master: 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069)
I20260630 12:37:32.839231  7899 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.840266   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:32.840590   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "edc2ef4f35774a008823ae0970526936"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:32.840888   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:32.844727  7400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40716
I20260630 12:37:32.848606  7887 heartbeater.cc:499] Master 127.0.160.190:45847 was elected leader, sending a full tablet report...
I20260630 12:37:32.865242   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.866638   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.868182   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.893642   642 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:32.893996   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.023s	user 0.002s	sys 0.000s
I20260630 12:37:32.899387  7906 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:32.911375   642 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:32.911410  7906 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:32.911741   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:37:32.912461  7906 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Bootstrap complete.
I20260630 12:37:32.913232  7906 ts_tablet_manager.cc:1403] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:37:32.915591  7906 raft_consensus.cc:359] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.916221  7906 raft_consensus.cc:740] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.917029  7906 consensus_queue.cc:260] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.919692  7906 ts_tablet_manager.cc:1434] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:37:32.920614  7906 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:32.935621  7906 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:37:32.936779  7906 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Bootstrap complete.
I20260630 12:37:32.937423  7906 ts_tablet_manager.cc:1403] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.017s	user 0.004s	sys 0.012s
I20260630 12:37:32.940167  7906 raft_consensus.cc:359] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.941231  7906 raft_consensus.cc:740] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.942224  7906 consensus_queue.cc:260] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.944685  7906 ts_tablet_manager.cc:1434] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.005s
I20260630 12:37:32.945763  7906 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:32.960582  7906 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:32.961493  7906 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Bootstrap complete.
I20260630 12:37:32.962181  7906 ts_tablet_manager.cc:1403] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.009s
I20260630 12:37:32.964525  7906 raft_consensus.cc:359] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.965222  7906 raft_consensus.cc:740] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.965956  7906 consensus_queue.cc:260] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:32.968092  7906 ts_tablet_manager.cc:1434] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:37:32.969154  7906 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Bootstrap starting.
I20260630 12:37:32.977293   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:38425
I20260630 12:37:32.977581  7966 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:38425 every 8 connection(s)
I20260630 12:37:32.982555   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:32.984711  7906 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:37:32.985875  7906 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Bootstrap complete.
I20260630 12:37:32.986588  7906 ts_tablet_manager.cc:1403] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.006s
I20260630 12:37:32.989224  7906 raft_consensus.cc:359] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:32.990216  7906 raft_consensus.cc:740] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: edc2ef4f35774a008823ae0970526936, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.991079  7906 consensus_queue.cc:260] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:32.992887  7906 ts_tablet_manager.cc:1434] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
W20260630 12:37:32.994844  7971 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.996622  7972 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.999305  7968 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45847
I20260630 12:37:32.999783  7968 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:33.000649  7974 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:33.000658   642 server_base.cc:1061] running on GCE node
I20260630 12:37:33.000905  7968 heartbeater.cc:507] Master 127.0.160.190:45847 requested a full tablet report, sending...
I20260630 12:37:33.002418   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:33.002707   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:33.002935   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823053002916 us; error 0 us; skew 500 ppm
I20260630 12:37:33.003737   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:33.006269  7400 ts_manager.cc:194] Re-registered known tserver with Master: edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:33.006587   642 webserver.cc:533] Webserver started at http://127.0.160.131:36423/ using document root <none> and password file <none>
I20260630 12:37:33.007234   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:33.007437   642 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:33.011601   642 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:33.011871  7400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40720
I20260630 12:37:33.015188  7968 heartbeater.cc:499] Master 127.0.160.190:45847 was elected leader, sending a full tablet report...
I20260630 12:37:33.015566  7979 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:33.016510   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:33.016853   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "4d868682609642da86568c826e926bd8"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-n1kv"
I20260630 12:37:33.017232   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:33.039332   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:33.040628   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:33.042238   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:33.069600   642 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:33.069957   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.025s	user 0.000s	sys 0.002s
I20260630 12:37:33.075395  7986 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:33.088239   642 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:33.088548   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.018s	user 0.014s	sys 0.001s
I20260630 12:37:33.088814  7986 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:37:33.089987  7986 tablet_bootstrap.cc:492] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Bootstrap complete.
I20260630 12:37:33.090636  7986 ts_tablet_manager.cc:1403] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:37:33.093005  7986 raft_consensus.cc:359] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:33.093730  7986 raft_consensus.cc:740] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.094486  7986 consensus_queue.cc:260] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:33.097855  7986 ts_tablet_manager.cc:1434] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:33.098672  7986 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:33.111739  7986 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:33.113106  7986 tablet_bootstrap.cc:492] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Bootstrap complete.
I20260630 12:37:33.114038  7986 ts_tablet_manager.cc:1403] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260630 12:37:33.117588  7986 raft_consensus.cc:359] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:33.118539  7986 raft_consensus.cc:740] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.119625  7986 consensus_queue.cc:260] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:33.122388  7986 ts_tablet_manager.cc:1434] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:33.123519  7986 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:33.141867  7986 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:33.143018   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:45551
I20260630 12:37:33.143182  7986 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Bootstrap complete.
I20260630 12:37:33.143190  8046 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:45551 every 8 connection(s)
I20260630 12:37:33.144037  7986 ts_tablet_manager.cc:1403] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.008s
I20260630 12:37:33.147320  7986 raft_consensus.cc:359] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:33.148697  7986 raft_consensus.cc:740] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.150053  7986 consensus_queue.cc:260] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:33.152447  7986 ts_tablet_manager.cc:1434] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:37:33.153640  7986 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Bootstrap starting.
I20260630 12:37:33.163112  8047 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45847
I20260630 12:37:33.163831  8047 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:33.165031  8047 heartbeater.cc:507] Master 127.0.160.190:45847 requested a full tablet report, sending...
I20260630 12:37:33.168802  7986 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:33.169646  7400 ts_manager.cc:194] Re-registered known tserver with Master: 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:33.169806  7986 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Bootstrap complete.
I20260630 12:37:33.170943  7986 ts_tablet_manager.cc:1403] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.012s
I20260630 12:37:33.173328  7986 raft_consensus.cc:359] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:33.174084  7986 raft_consensus.cc:740] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d868682609642da86568c826e926bd8, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.174911  7400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40732
I20260630 12:37:33.174886  7986 consensus_queue.cc:260] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:33.177343  7986 ts_tablet_manager.cc:1434] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:37:33.178344  8047 heartbeater.cc:499] Master 127.0.160.190:45847 was elected leader, sending a full tablet report...
W20260630 12:37:33.303567  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 23d6b72cd88d4b89a4a45373806e0c10: Illegal state: Replica 4d868682609642da86568c826e926bd8 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } }
W20260630 12:37:33.318423  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 497d52aceb1543ef8684ceb62b32a00a: Illegal state: Replica edc2ef4f35774a008823ae0970526936 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } }
W20260630 12:37:33.322659  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 1fc05a81eaaa4335b41df877b88b15c5: Illegal state: Replica edc2ef4f35774a008823ae0970526936 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } }
I20260630 12:37:33.968151  8054 raft_consensus.cc:493] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:33.968878  8054 raft_consensus.cc:515] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:33.971449  8054 leader_election.cc:290] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 4d868682609642da86568c826e926bd8 (127.0.160.131:45551), edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:33.985844  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:33.986377  7941 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:33.987092  8021 raft_consensus.cc:2468] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 1.
I20260630 12:37:33.987607  7941 raft_consensus.cc:2410] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 36913c4dc34b442db5d2e5fe5435e15a for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:37:33.988818  7821 leader_election.cc:304] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: 
I20260630 12:37:33.989991  8054 raft_consensus.cc:2804] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:33.990480  8054 raft_consensus.cc:493] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:33.990906  8054 raft_consensus.cc:3060] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.997006  8054 raft_consensus.cc:515] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:33.999013  8054 leader_election.cc:290] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 election: Requested vote from peers 4d868682609642da86568c826e926bd8 (127.0.160.131:45551), edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:33.999998  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:34.000152  7941 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936"
I20260630 12:37:34.000785  8021 raft_consensus.cc:3060] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.001135  7941 raft_consensus.cc:3060] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.007109  8021 raft_consensus.cc:2468] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 2.
I20260630 12:37:34.007701  7941 raft_consensus.cc:2410] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 36913c4dc34b442db5d2e5fe5435e15a for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:37:34.008503  7821 leader_election.cc:304] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: 
I20260630 12:37:34.009660  8054 raft_consensus.cc:2804] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:34.010887  8054 raft_consensus.cc:697] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Becoming Leader. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Running, Role: LEADER
I20260630 12:37:34.011804  8054 consensus_queue.cc:237] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Queue going to LEADER 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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:34.019889  7400 catalog_manager.cc:5697] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: term changed from 1 to 2, leader changed from edc2ef4f35774a008823ae0970526936 (127.0.160.130) to 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129). New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.044150  8054 raft_consensus.cc:493] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.044816  8054 raft_consensus.cc:515] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.046736  8054 leader_election.cc:290] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.047717  7941 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:34.047837  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:34.048576  7941 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 1.
I20260630 12:37:34.048826  8021 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 1.
I20260630 12:37:34.050177  7822 leader_election.cc:304] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, edc2ef4f35774a008823ae0970526936; no voters: 
I20260630 12:37:34.051100  8054 raft_consensus.cc:2804] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:34.051533  8054 raft_consensus.cc:493] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.051918  8054 raft_consensus.cc:3060] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.057000  8054 raft_consensus.cc:515] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.058923  8054 leader_election.cc:290] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 election: Requested vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.059883  7941 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936"
I20260630 12:37:34.059981  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2b6b27a7c3e4cfca15b834ac5153bf8" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:34.060693  7941 raft_consensus.cc:3060] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.060973  8021 raft_consensus.cc:3060] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.066962  8021 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 2.
I20260630 12:37:34.070133  7941 raft_consensus.cc:2468] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 2.
I20260630 12:37:34.072613  7821 leader_election.cc:304] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: 
I20260630 12:37:34.074875  8054 raft_consensus.cc:2804] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:34.075973  8054 raft_consensus.cc:697] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Becoming Leader. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Running, Role: LEADER
I20260630 12:37:34.077361  8054 consensus_queue.cc:237] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.211251  8054 raft_consensus.cc:493] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.212051  8054 raft_consensus.cc:515] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.214794  8054 leader_election.cc:290] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.238255  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:34.239606  8021 raft_consensus.cc:2410] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 36913c4dc34b442db5d2e5fe5435e15a for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:37:34.267632  7941 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:34.268698  7941 raft_consensus.cc:2468] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 1.
I20260630 12:37:34.271152  7822 leader_election.cc:304] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, edc2ef4f35774a008823ae0970526936; no voters: 4d868682609642da86568c826e926bd8
I20260630 12:37:34.642946  8066 raft_consensus.cc:2804] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:34.671157  8067 raft_consensus.cc:493] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.672465  8067 raft_consensus.cc:515] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.643952  8066 raft_consensus.cc:493] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.707715  8066 raft_consensus.cc:3060] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.750794  8070 raft_consensus.cc:493] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.751637  8070 raft_consensus.cc:515] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.752054  7941 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:34.753299  7941 raft_consensus.cc:2410] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 36913c4dc34b442db5d2e5fe5435e15a for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:37:34.756244  7941 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:37:34.756942  7941 pending_rounds.cc:85] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Aborting all ops after (but not including) 0
I20260630 12:37:34.758884  8071 raft_consensus.cc:493] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.808645  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:34.757812  8070 leader_election.cc:290] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:34.809155  8071 raft_consensus.cc:515] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.790235  7400 catalog_manager.cc:5697] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.807453  8020 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:34.809965  8021 raft_consensus.cc:2468] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 1.
I20260630 12:37:34.819003  8071 leader_election.cc:290] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.774991  8019 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:34.764377  8067 leader_election.cc:290] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.757871  7941 pending_rounds.cc:107] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:34.824126  7941 raft_consensus.cc:2889] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:34.763526  7940 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:34.826069  8074 raft_consensus.cc:493] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.821552  8076 raft_consensus.cc:493] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.823274  7821 leader_election.cc:304] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: edc2ef4f35774a008823ae0970526936
I20260630 12:37:34.827790  8076 raft_consensus.cc:515] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.828414  8067 raft_consensus.cc:2804] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:34.829250  8067 raft_consensus.cc:493] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.829771  8067 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.830020  8054 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:34.829934  8059 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:37:34.838655  8067 raft_consensus.cc:515] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.841282  8067 leader_election.cc:290] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 election: Requested vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.826920  8074 raft_consensus.cc:515] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } }
I20260630 12:37:34.871451  8054 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:34.872126  8076 leader_election.cc:290] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425)
I20260630 12:37:34.873328  8059 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:34.873486  8066 raft_consensus.cc:515] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.869870  7940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936"
I20260630 12:37:34.877635  7940 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.880420  8066 leader_election.cc:290] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [CANDIDATE]: Term 2 election: Requested vote from peers edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.879573  8074 leader_election.cc:290] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:34.889725  7860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a" is_pre_election: true
I20260630 12:37:34.891345  7860 raft_consensus.cc:2393] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4d868682609642da86568c826e926bd8 in current term 2: Already voted for candidate 36913c4dc34b442db5d2e5fe5435e15a in this term.
I20260630 12:37:34.894609  8020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:34.894945  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:34.895643  8020 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.895874  8021 raft_consensus.cc:3060] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.905344  7938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "36913c4dc34b442db5d2e5fe5435e15a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936"
I20260630 12:37:34.906363  7938 raft_consensus.cc:3060] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:34.914943  7860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a" is_pre_election: true
I20260630 12:37:34.916356  7860 raft_consensus.cc:2393] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4d868682609642da86568c826e926bd8 in current term 2: Already voted for candidate 36913c4dc34b442db5d2e5fe5435e15a in this term.
I20260630 12:37:34.906440  8021 raft_consensus.cc:2410] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 36913c4dc34b442db5d2e5fe5435e15a for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:37:34.918668  8020 raft_consensus.cc:2468] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 2.
I20260630 12:37:34.924713  7940 raft_consensus.cc:2410] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 36913c4dc34b442db5d2e5fe5435e15a for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:37:34.938647  7821 leader_election.cc:304] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8; no voters: edc2ef4f35774a008823ae0970526936
I20260630 12:37:34.941395  8066 raft_consensus.cc:2804] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:34.943189  8066 raft_consensus.cc:697] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Becoming Leader. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Running, Role: LEADER
I20260630 12:37:34.951885  8066 consensus_queue.cc:237] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Queue going to LEADER 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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:34.949759  7860 consensus_queue.cc:237] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:34.941499  7938 raft_consensus.cc:2468] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36913c4dc34b442db5d2e5fe5435e15a in term 2.
I20260630 12:37:34.968602  7940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23d6b72cd88d4b89a4a45373806e0c10" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:34.970206  7937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "4d868682609642da86568c826e926bd8" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "edc2ef4f35774a008823ae0970526936" is_pre_election: true
I20260630 12:37:34.987514  7937 raft_consensus.cc:2410] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4d868682609642da86568c826e926bd8 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:37:34.975921  8019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:34.990041  7983 leader_election.cc:304] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [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: 4d868682609642da86568c826e926bd8; no voters: 36913c4dc34b442db5d2e5fe5435e15a, edc2ef4f35774a008823ae0970526936
I20260630 12:37:34.991925  8019 raft_consensus.cc:2393] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate edc2ef4f35774a008823ae0970526936 in current term 2: Already voted for candidate 36913c4dc34b442db5d2e5fe5435e15a in this term.
I20260630 12:37:34.993559  8076 raft_consensus.cc:2749] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:34.976830  8018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 3 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d868682609642da86568c826e926bd8" is_pre_election: true
I20260630 12:37:34.986442  7822 leader_election.cc:304] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [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: 36913c4dc34b442db5d2e5fe5435e15a, edc2ef4f35774a008823ae0970526936; no voters: 4d868682609642da86568c826e926bd8
I20260630 12:37:34.986487  7940 raft_consensus.cc:2393] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4d868682609642da86568c826e926bd8 in current term 2: Already voted for candidate 36913c4dc34b442db5d2e5fe5435e15a in this term.
I20260630 12:37:34.999352  8054 raft_consensus.cc:2804] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:35.001842  7983 leader_election.cc:304] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [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: 4d868682609642da86568c826e926bd8; no voters: 36913c4dc34b442db5d2e5fe5435e15a, edc2ef4f35774a008823ae0970526936
I20260630 12:37:35.003654  8054 raft_consensus.cc:697] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Becoming Leader. State: Replica: 36913c4dc34b442db5d2e5fe5435e15a, State: Running, Role: LEADER
I20260630 12:37:35.006455  8054 consensus_queue.cc:237] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Queue going to LEADER 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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } }
I20260630 12:37:35.003005  8076 raft_consensus.cc:2749] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:35.013218  8018 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:35.017803  8059 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:35.020145  7939 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:35.027868  8067 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:35.032784  7860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a" is_pre_election: true
I20260630 12:37:35.033363  8069 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:35.035348  7860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc05a81eaaa4335b41df877b88b15c5" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 3 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a" is_pre_election: true
I20260630 12:37:35.039582  7902 leader_election.cc:304] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [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: edc2ef4f35774a008823ae0970526936; no voters: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8
I20260630 12:37:35.040985  8074 raft_consensus.cc:2749] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:35.046041  8020 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:35.051590  7902 leader_election.cc:304] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [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: edc2ef4f35774a008823ae0970526936; no voters: 36913c4dc34b442db5d2e5fe5435e15a, 4d868682609642da86568c826e926bd8
I20260630 12:37:35.065271  7939 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
W20260630 12:37:35.071237  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 497d52aceb1543ef8684ceb62b32a00a: Illegal state: Replica edc2ef4f35774a008823ae0970526936 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } }
I20260630 12:37:35.078569  7860 consensus_queue.cc:237] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:35.084230  7400 catalog_manager.cc:5697] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 reported cstate change: config changed from index -1 to 3, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:35.091249  8018 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:35.091607  8074 raft_consensus.cc:2749] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:37:35.096418  7939 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:37:35.097710  7822 consensus_peers.cc:597] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a -> Peer e53fc16e63394da09355573060c21a9f (127.0.160.132:41445): Couldn't send request to peer e53fc16e63394da09355573060c21a9f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a2b6b27a7c3e4cfca15b834ac5153bf8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.098351  8098 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:37:35.102468  7822 consensus_peers.cc:597] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a -> Peer e53fc16e63394da09355573060c21a9f (127.0.160.132:41445): Couldn't send request to peer e53fc16e63394da09355573060c21a9f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1fc05a81eaaa4335b41df877b88b15c5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.103853  8098 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:35.106371  8069 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:35.108007  8018 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:35.114406  7403 catalog_manager.cc:5697] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: term changed from 1 to 2, leader changed from edc2ef4f35774a008823ae0970526936 (127.0.160.130) to 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129). New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:35.115916  7939 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:35.131261  7402 catalog_manager.cc:5697] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 reported cstate change: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:35.146113  7403 catalog_manager.cc:5697] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: term changed from 1 to 2, leader changed from 4d868682609642da86568c826e926bd8 (127.0.160.131) to 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129). New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:35.262924  7963 debug-util.cc:398] Leaking SignalData structure 0x7b08002b22e0 after lost signal to thread 645
W20260630 12:37:35.264192  7963 debug-util.cc:398] Leaking SignalData structure 0x7b0800205a20 after lost signal to thread 7437
I20260630 12:37:35.411494  8018 raft_consensus.cc:1275] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:37:35.411995  8018 pending_rounds.cc:85] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Aborting all ops after (but not including) 0
I20260630 12:37:35.412271  8018 pending_rounds.cc:107] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:35.412539  8018 raft_consensus.cc:2889] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:35.414238  8054 consensus_queue.cc:1048] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.433326  7939 raft_consensus.cc:1275] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:35.435379  8069 consensus_queue.cc:1048] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:35.487349  8104 ts_tablet_manager.cc:933] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: Initiating tablet copy from peer 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069)
I20260630 12:37:35.487566  8105 ts_tablet_manager.cc:933] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: Initiating tablet copy from peer 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069)
I20260630 12:37:35.495738  8104 tablet_copy_client.cc:323] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:33069
I20260630 12:37:35.505839  8105 tablet_copy_client.cc:323] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:33069
I20260630 12:37:35.519232  7871 tablet_copy_service.cc:140] P 36913c4dc34b442db5d2e5fe5435e15a: Received BeginTabletCopySession request for tablet 1fc05a81eaaa4335b41df877b88b15c5 from peer e53fc16e63394da09355573060c21a9f ({username='slave'} at 127.0.0.1:36628)
I20260630 12:37:35.519702  7870 tablet_copy_service.cc:140] P 36913c4dc34b442db5d2e5fe5435e15a: Received BeginTabletCopySession request for tablet a2b6b27a7c3e4cfca15b834ac5153bf8 from peer e53fc16e63394da09355573060c21a9f ({username='slave'} at 127.0.0.1:36628)
I20260630 12:37:35.519945  7871 tablet_copy_service.cc:161] P 36913c4dc34b442db5d2e5fe5435e15a: Beginning new tablet copy session on tablet 1fc05a81eaaa4335b41df877b88b15c5 from peer e53fc16e63394da09355573060c21a9f at {username='slave'} at 127.0.0.1:36628: session id = e53fc16e63394da09355573060c21a9f-1fc05a81eaaa4335b41df877b88b15c5
I20260630 12:37:35.520826  7870 tablet_copy_service.cc:161] P 36913c4dc34b442db5d2e5fe5435e15a: Beginning new tablet copy session on tablet a2b6b27a7c3e4cfca15b834ac5153bf8 from peer e53fc16e63394da09355573060c21a9f at {username='slave'} at 127.0.0.1:36628: session id = e53fc16e63394da09355573060c21a9f-a2b6b27a7c3e4cfca15b834ac5153bf8
I20260630 12:37:35.529742  7870 tablet_copy_source_session.cc:215] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:35.533605  8105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2b6b27a7c3e4cfca15b834ac5153bf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:35.543017  7871 tablet_copy_source_session.cc:215] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:35.546880  8104 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fc05a81eaaa4335b41df877b88b15c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:35.555954  8105 tablet_copy_client.cc:806] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:35.557145  8105 tablet_copy_client.cc:670] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:35.562342  8105 tablet_copy_client.cc:538] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:35.569063  8104 tablet_copy_client.cc:806] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:35.569913  8104 tablet_copy_client.cc:670] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:35.574108  8105 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: Bootstrap starting.
I20260630 12:37:35.574604  8104 tablet_copy_client.cc:538] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:35.585273  8104 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: Bootstrap starting.
I20260630 12:37:35.605013  7939 raft_consensus.cc:1275] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:37:35.605543  7939 pending_rounds.cc:85] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Aborting all ops after (but not including) 0
I20260630 12:37:35.605808  7939 pending_rounds.cc:107] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:35.606062  7939 raft_consensus.cc:2889] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:35.608178  8069 consensus_queue.cc:1048] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.612967  8105 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:35.614455  8105 tablet_bootstrap.cc:492] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: Bootstrap complete.
I20260630 12:37:35.615530  8105 ts_tablet_manager.cc:1403] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: Time spent bootstrapping tablet: real 0.042s	user 0.022s	sys 0.012s
I20260630 12:37:35.619197  8105 raft_consensus.cc:359] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:35.620383  8105 raft_consensus.cc:740] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: e53fc16e63394da09355573060c21a9f, State: Initialized, Role: LEARNER
I20260630 12:37:35.621277  8105 consensus_queue.cc:260] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:35.623715  8104 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:35.633282  8018 raft_consensus.cc:1275] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:35.635254  8104 tablet_bootstrap.cc:492] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: Bootstrap complete.
I20260630 12:37:35.637751  8105 ts_tablet_manager.cc:1434] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: Time spent starting tablet: real 0.022s	user 0.005s	sys 0.008s
I20260630 12:37:35.640661  8104 ts_tablet_manager.cc:1403] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: Time spent bootstrapping tablet: real 0.056s	user 0.022s	sys 0.004s
I20260630 12:37:35.642576  7871 tablet_copy_service.cc:342] P 36913c4dc34b442db5d2e5fe5435e15a: Request end of tablet copy session e53fc16e63394da09355573060c21a9f-a2b6b27a7c3e4cfca15b834ac5153bf8 received from {username='slave'} at 127.0.0.1:36628
I20260630 12:37:35.643065  7871 tablet_copy_service.cc:434] P 36913c4dc34b442db5d2e5fe5435e15a: ending tablet copy session e53fc16e63394da09355573060c21a9f-a2b6b27a7c3e4cfca15b834ac5153bf8 on tablet a2b6b27a7c3e4cfca15b834ac5153bf8 with peer e53fc16e63394da09355573060c21a9f
I20260630 12:37:35.643807  8104 raft_consensus.cc:359] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:35.644691  8104 raft_consensus.cc:740] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: e53fc16e63394da09355573060c21a9f, State: Initialized, Role: LEARNER
I20260630 12:37:35.645403  8104 consensus_queue.cc:260] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:35.657322  8104 ts_tablet_manager.cc:1434] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260630 12:37:35.659421  7871 tablet_copy_service.cc:342] P 36913c4dc34b442db5d2e5fe5435e15a: Request end of tablet copy session e53fc16e63394da09355573060c21a9f-1fc05a81eaaa4335b41df877b88b15c5 received from {username='slave'} at 127.0.0.1:36628
I20260630 12:37:35.659894  7871 tablet_copy_service.cc:434] P 36913c4dc34b442db5d2e5fe5435e15a: ending tablet copy session e53fc16e63394da09355573060c21a9f-1fc05a81eaaa4335b41df877b88b15c5 on tablet 1fc05a81eaaa4335b41df877b88b15c5 with peer e53fc16e63394da09355573060c21a9f
I20260630 12:37:35.664789  8066 consensus_queue.cc:1048] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:35.874536  7776 raft_consensus.cc:1217] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:35.914358  7776 raft_consensus.cc:1217] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:36.362780  8113 raft_consensus.cc:1064] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a: attempting to promote NON_VOTER e53fc16e63394da09355573060c21a9f to VOTER
I20260630 12:37:36.365971  8113 consensus_queue.cc:237] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } }
I20260630 12:37:36.374776  7776 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:36.378047  8018 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:36.378285  8066 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:36.380131  8069 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:36.384727  7939 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:36.388211  8113 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:36.402097  8069 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.405365  7939 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.415537  8018 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.433643  7403 catalog_manager.cc:5697] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: config changed from index 3 to 4, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:36.436447  7776 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } attrs { replace: true } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.441598  8066 raft_consensus.cc:1064] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a: attempting to promote NON_VOTER e53fc16e63394da09355573060c21a9f to VOTER
I20260630 12:37:36.444391  8066 consensus_queue.cc:237] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } }
I20260630 12:37:36.463515  7939 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:36.464463  7775 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 LEARNER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:36.466107  8069 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:36.470232  8069 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:36.484594  8018 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:36.486706  8069 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:36.493198  8066 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.508234  7939 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.524770  8018 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.526862  7775 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.558653  7403 catalog_manager.cc:5697] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 reported cstate change: config changed from index 2 to 3, e53fc16e63394da09355573060c21a9f (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.601263  7860 consensus_queue.cc:237] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } }
I20260630 12:37:36.601459  7859 consensus_queue.cc:237] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } }
I20260630 12:37:36.607326  7775 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:36.609423  8018 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:36.609704  7939 raft_consensus.cc:1275] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:36.609922  8069 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:36.611382  8066 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:36.612892  8127 consensus_queue.cc:1048] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:36.623528  8113 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 4d868682609642da86568c826e926bd8 (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.629258  8069 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER edc2ef4f35774a008823ae0970526936 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.624907  7939 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 4d868682609642da86568c826e926bd8 (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.625898  7775 raft_consensus.cc:1275] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:36.631448  8020 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER edc2ef4f35774a008823ae0970526936 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.641171  8127 consensus_queue.cc:1048] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:37:36.648247  7389 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a2b6b27a7c3e4cfca15b834ac5153bf8 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:36.642793  7775 raft_consensus.cc:2955] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 4d868682609642da86568c826e926bd8 (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.651823  7400 catalog_manager.cc:5697] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: config changed from index 4 to 5, VOTER edc2ef4f35774a008823ae0970526936 (127.0.160.130) evicted. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:36.653621  7776 raft_consensus.cc:2955] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER edc2ef4f35774a008823ae0970526936 (127.0.160.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.686880  7389 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1fc05a81eaaa4335b41df877b88b15c5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:36.688091  7401 catalog_manager.cc:5697] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 reported cstate change: config changed from index 3 to 4, VOTER 4d868682609642da86568c826e926bd8 (127.0.160.131) evicted. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: false } } }
I20260630 12:37:36.704312  7931 tablet_service.cc:1558] Processing DeleteTablet for tablet a2b6b27a7c3e4cfca15b834ac5153bf8 with delete_type TABLET_DATA_TOMBSTONED (TS edc2ef4f35774a008823ae0970526936 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:56130
I20260630 12:37:36.709265  8134 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:36.710351  8134 raft_consensus.cc:2243] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.711369  8134 raft_consensus.cc:2272] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.716822  8134 ts_tablet_manager.cc:1916] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:36.735512  8134 ts_tablet_manager.cc:1929] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:36.735898  8134 log.cc:1199] T a2b6b27a7c3e4cfca15b834ac5153bf8 P edc2ef4f35774a008823ae0970526936: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-1-root/wals/a2b6b27a7c3e4cfca15b834ac5153bf8
I20260630 12:37:36.736639  8011 tablet_service.cc:1558] Processing DeleteTablet for tablet 1fc05a81eaaa4335b41df877b88b15c5 with delete_type TABLET_DATA_TOMBSTONED (TS 4d868682609642da86568c826e926bd8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46564
I20260630 12:37:36.737659  7390 catalog_manager.cc:5028] TS edc2ef4f35774a008823ae0970526936 (127.0.160.130:38425): tablet a2b6b27a7c3e4cfca15b834ac5153bf8 (table test-workload [id=d1c0489682344bd5ae9642f081f61260]) successfully deleted
I20260630 12:37:36.738729  8136 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:36.739581  8136 raft_consensus.cc:2243] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.740199  8136 raft_consensus.cc:2272] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.742937  8136 ts_tablet_manager.cc:1916] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:36.754879  8136 ts_tablet_manager.cc:1929] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:36.755280  8136 log.cc:1199] T 1fc05a81eaaa4335b41df877b88b15c5 P 4d868682609642da86568c826e926bd8: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861050400-642-0/minicluster-data/ts-2-root/wals/1fc05a81eaaa4335b41df877b88b15c5
I20260630 12:37:36.756749  7389 catalog_manager.cc:5028] TS 4d868682609642da86568c826e926bd8 (127.0.160.131:45551): tablet 1fc05a81eaaa4335b41df877b88b15c5 (table test-workload [id=d1c0489682344bd5ae9642f081f61260]) successfully deleted
I20260630 12:37:37.719523  7860 consensus_queue.cc:237] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [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: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
W20260630 12:37:37.727540  7822 consensus_peers.cc:597] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a -> Peer e53fc16e63394da09355573060c21a9f (127.0.160.132:41445): Couldn't send request to peer e53fc16e63394da09355573060c21a9f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 497d52aceb1543ef8684ceb62b32a00a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:37.729194  8020 raft_consensus.cc:1275] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:37.730813  8138 consensus_queue.cc:1048] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:37.731531  7939 raft_consensus.cc:1275] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Refusing update from remote peer 36913c4dc34b442db5d2e5fe5435e15a: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:37.732901  8127 consensus_queue.cc:1048] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [LEADER]: Connected to new peer: Peer: permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:37.740021  8138 raft_consensus.cc:2955] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:37.743186  8020 raft_consensus.cc:2955] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:37.743996  7939 raft_consensus.cc:2955] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } } }
I20260630 12:37:37.771214  7401 catalog_manager.cc:5697] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a reported cstate change: config changed from index -1 to 2, NON_VOTER e53fc16e63394da09355573060c21a9f (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "36913c4dc34b442db5d2e5fe5435e15a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:37.807904  7860 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a"
dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:36642
I20260630 12:37:37.808736  7860 raft_consensus.cc:606] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Received request to transfer leadership
I20260630 12:37:37.812124  7860 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a"
dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:36642
I20260630 12:37:37.812794  7860 raft_consensus.cc:606] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Received request to transfer leadership
W20260630 12:37:37.813920  7389 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for 497d52aceb1543ef8684ceb62b32a00a already in progress [suppressed 2 similar messages]
I20260630 12:37:37.817183  7860 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a"
dest_uuid: "36913c4dc34b442db5d2e5fe5435e15a"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:36642
I20260630 12:37:37.817916  7860 raft_consensus.cc:606] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Received request to transfer leadership
W20260630 12:37:38.130188  7451 auto_rebalancer.cc:911] Removing replace marker failed after 3 inline attempts; will retry on next rebalancer loop iteration: Service unavailable: leader transfer in progress
W20260630 12:37:38.130563  7451 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 497d52aceb1543ef8684ceb62b32a00a already in progress
W20260630 12:37:38.130769  7451 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 497d52aceb1543ef8684ceb62b32a00a already in progress
I20260630 12:37:38.286755   642 tablet_server.cc:179] TabletServer@127.0.160.129:33069 shutting down...
I20260630 12:37:38.296893  8148 ts_tablet_manager.cc:933] T 497d52aceb1543ef8684ceb62b32a00a P e53fc16e63394da09355573060c21a9f: Initiating tablet copy from peer 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069)
I20260630 12:37:38.304076  8148 tablet_copy_client.cc:323] T 497d52aceb1543ef8684ceb62b32a00a P e53fc16e63394da09355573060c21a9f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:33069
I20260630 12:37:38.324890  8127 raft_consensus.cc:993] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a: : Instructing follower edc2ef4f35774a008823ae0970526936 to start an election
I20260630 12:37:38.325639  8138 raft_consensus.cc:1081] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Signalling peer edc2ef4f35774a008823ae0970526936 to start an election
I20260630 12:37:38.327788  7939 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a"
dest_uuid: "edc2ef4f35774a008823ae0970526936"
 from {username='slave'} at 127.0.0.1:56110
I20260630 12:37:38.328683  7939 raft_consensus.cc:493] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:37:38.329144  7939 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:38.329252   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:38.330096   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.330751   642 raft_consensus.cc:2243] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.331593   642 raft_consensus.cc:2272] T 497d52aceb1543ef8684ceb62b32a00a P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.334153   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.334748   642 raft_consensus.cc:2243] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.335541   642 raft_consensus.cc:2272] T 1fc05a81eaaa4335b41df877b88b15c5 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.337841   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.337728  7939 raft_consensus.cc:515] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:38.338657   642 raft_consensus.cc:2243] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.339687   642 raft_consensus.cc:2272] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.340551  7939 leader_election.cc:290] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 3 election: Requested vote from peers 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069), 4d868682609642da86568c826e926bd8 (127.0.160.131:45551)
I20260630 12:37:38.341784  8020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497d52aceb1543ef8684ceb62b32a00a" candidate_uuid: "edc2ef4f35774a008823ae0970526936" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "4d868682609642da86568c826e926bd8"
I20260630 12:37:38.342389   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.342698  8020 raft_consensus.cc:3060] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:38.343345   642 raft_consensus.cc:2243] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.344738   642 raft_consensus.cc:2272] T 23d6b72cd88d4b89a4a45373806e0c10 P 36913c4dc34b442db5d2e5fe5435e15a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.351217  8020 raft_consensus.cc:2468] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate edc2ef4f35774a008823ae0970526936 in term 3.
I20260630 12:37:38.359931  7902 leader_election.cc:304] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [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: 4d868682609642da86568c826e926bd8, edc2ef4f35774a008823ae0970526936; no voters: 
W20260630 12:37:38.362035  7902 leader_election.cc:336] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [CANDIDATE]: Term 3 election: RPC error from VoteRequest() call to peer 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129:33069): Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:37:38.362059  8151 raft_consensus.cc:2804] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:38.367287  8151 raft_consensus.cc:697] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 3 LEADER]: Becoming Leader. State: Replica: edc2ef4f35774a008823ae0970526936, State: Running, Role: LEADER
I20260630 12:37:38.368487  8151 consensus_queue.cc:237] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [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: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } }
I20260630 12:37:38.379521  7403 catalog_manager.cc:5697] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 reported cstate change: term changed from 2 to 3, leader changed from 36913c4dc34b442db5d2e5fe5435e15a (127.0.160.129) to edc2ef4f35774a008823ae0970526936 (127.0.160.130). New cstate: current_term: 3 leader_uuid: "edc2ef4f35774a008823ae0970526936" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36913c4dc34b442db5d2e5fe5435e15a" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 33069 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "edc2ef4f35774a008823ae0970526936" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 38425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4d868682609642da86568c826e926bd8" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 45551 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e53fc16e63394da09355573060c21a9f" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 41445 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.383399   642 tablet_server.cc:196] TabletServer@127.0.160.129:33069 shutdown complete.
I20260630 12:37:38.407073   642 tablet_server.cc:179] TabletServer@127.0.160.130:38425 shutting down...
W20260630 12:37:38.432426  7740 connection.cc:466] server connection from 127.0.0.1:48494 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:48494 (request call id 27) could send its response
I20260630 12:37:38.440128   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:38.440996   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.441923   642 raft_consensus.cc:2243] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.443050   642 pending_rounds.cc:70] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Trying to abort 1 pending ops.
I20260630 12:37:38.443282   642 pending_rounds.cc:77] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936: Aborting op as it isn't in flight: id { term: 3 index: 3 } timestamp: 7302443247091544064 op_type: NO_OP noop_request { }
I20260630 12:37:38.443629   642 raft_consensus.cc:2889] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 3 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:38.443957   642 raft_consensus.cc:2272] T 497d52aceb1543ef8684ceb62b32a00a P edc2ef4f35774a008823ae0970526936 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.446664   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.447242   642 raft_consensus.cc:2243] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.447880   642 raft_consensus.cc:2272] T 1fc05a81eaaa4335b41df877b88b15c5 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.449931   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.450444   642 raft_consensus.cc:2243] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.450877   642 raft_consensus.cc:2272] T 23d6b72cd88d4b89a4a45373806e0c10 P edc2ef4f35774a008823ae0970526936 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:39.148366  7451 auto_rebalancer.cc:639] Failed to schedule move for tablet 497d52aceb1543ef8684ceb62b32a00a: Network error: Client connection negotiation failed: client connection to 127.0.160.130:38425: connect: Connection refused (error 111)
I20260630 12:37:39.209892   642 tablet_server.cc:196] TabletServer@127.0.160.130:38425 shutdown complete.
I20260630 12:37:39.223316   642 tablet_server.cc:179] TabletServer@127.0.160.131:45551 shutting down...
I20260630 12:37:39.242897   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:39.243583   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:39.244243   642 raft_consensus.cc:2243] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:39.244776   642 raft_consensus.cc:2272] T 497d52aceb1543ef8684ceb62b32a00a P 4d868682609642da86568c826e926bd8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:39.246821   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:39.247356   642 raft_consensus.cc:2243] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:39.247828   642 raft_consensus.cc:2272] T a2b6b27a7c3e4cfca15b834ac5153bf8 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:39.249795   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:39.250298   642 raft_consensus.cc:2243] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:39.250710   642 raft_consensus.cc:2272] T 23d6b72cd88d4b89a4a45373806e0c10 P 4d868682609642da86568c826e926bd8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:39.273715   642 tablet_server.cc:196] TabletServer@127.0.160.131:45551 shutdown complete.
I20260630 12:37:39.286512   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:37:39.307179   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:39.307874   642 tablet_replica.cc:333] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f: stopping tablet replica
I20260630 12:37:39.308445   642 raft_consensus.cc:2243] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:39.309083   642 raft_consensus.cc:2272] T 1fc05a81eaaa4335b41df877b88b15c5 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:39.311074   642 tablet_replica.cc:333] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f: stopping tablet replica
I20260630 12:37:39.311584   642 raft_consensus.cc:2243] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:39.312053   642 raft_consensus.cc:2272] T a2b6b27a7c3e4cfca15b834ac5153bf8 P e53fc16e63394da09355573060c21a9f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:39.332119   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:37:39.344605   642 master.cc:562] Master@127.0.160.190:45847 shutting down...
I20260630 12:37:39.364219   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:39.364825   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:39.365275   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P ca9adb63094f492aa00ee548c2d5d89c: stopping tablet replica
I20260630 12:37:39.385615   642 master.cc:584] Master@127.0.160.190:45847 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16395 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:37:39.423907   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:41853
I20260630 12:37:39.425112   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:39.430001  8159 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.430378  8160 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.432646  8162 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:39.432767   642 server_base.cc:1061] running on GCE node
I20260630 12:37:39.433846   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:39.434055   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:39.434240   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823059434207 us; error 0 us; skew 500 ppm
I20260630 12:37:39.434785   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:39.437372   642 webserver.cc:533] Webserver started at http://127.0.160.190:46723/ using document root <none> and password file <none>
I20260630 12:37:39.437896   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:39.438086   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:39.438373   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:39.439496   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "dcad851266614a1cb36dd51250140aa6"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.444197   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260630 12:37:39.447775  8167 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.448549   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:39.448884   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "dcad851266614a1cb36dd51250140aa6"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.449234   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:39.485302   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:39.486549   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:39.525413   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:41853
I20260630 12:37:39.525509  8218 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:41853 every 8 connection(s)
I20260630 12:37:39.529549  8219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:39.540638  8219 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: Bootstrap starting.
I20260630 12:37:39.545548  8219 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:39.549829  8219 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: No bootstrap required, opened a new log
I20260630 12:37:39.552139  8219 raft_consensus.cc:359] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcad851266614a1cb36dd51250140aa6" member_type: VOTER }
I20260630 12:37:39.552546  8219 raft_consensus.cc:385] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:39.552732  8219 raft_consensus.cc:740] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dcad851266614a1cb36dd51250140aa6, State: Initialized, Role: FOLLOWER
I20260630 12:37:39.553311  8219 consensus_queue.cc:260] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "dcad851266614a1cb36dd51250140aa6" member_type: VOTER }
I20260630 12:37:39.553711  8219 raft_consensus.cc:399] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:39.553897  8219 raft_consensus.cc:493] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:39.554102  8219 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:39.558831  8219 raft_consensus.cc:515] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcad851266614a1cb36dd51250140aa6" member_type: VOTER }
I20260630 12:37:39.559350  8219 leader_election.cc:304] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [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: dcad851266614a1cb36dd51250140aa6; no voters: 
I20260630 12:37:39.560447  8219 leader_election.cc:290] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:39.560894  8222 raft_consensus.cc:2804] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:39.562399  8222 raft_consensus.cc:697] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 1 LEADER]: Becoming Leader. State: Replica: dcad851266614a1cb36dd51250140aa6, State: Running, Role: LEADER
I20260630 12:37:39.563019  8222 consensus_queue.cc:237] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [LEADER]: Queue going to LEADER mode. State: All 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: "dcad851266614a1cb36dd51250140aa6" member_type: VOTER }
I20260630 12:37:39.563489  8219 sys_catalog.cc:565] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:39.568313  8223 sys_catalog.cc:455] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "dcad851266614a1cb36dd51250140aa6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcad851266614a1cb36dd51250140aa6" member_type: VOTER } }
I20260630 12:37:39.568575  8224 sys_catalog.cc:455] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader dcad851266614a1cb36dd51250140aa6. Latest consensus state: current_term: 1 leader_uuid: "dcad851266614a1cb36dd51250140aa6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcad851266614a1cb36dd51250140aa6" member_type: VOTER } }
I20260630 12:37:39.569319  8223 sys_catalog.cc:458] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:39.569420  8224 sys_catalog.cc:458] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:39.572489  8230 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:39.577790  8230 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:39.582669   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:39.587960  8230 catalog_manager.cc:1383] Generated new cluster ID: 593ebbc58b5244aca2d1a9efbe6a490f
I20260630 12:37:39.588289  8230 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:39.615988  8230 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:39.617494  8230 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:39.642441  8230 catalog_manager.cc:6070] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: Generated new TSK 0
I20260630 12:37:39.643091  8230 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:39.649003   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:39.655023  8240 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.656329  8241 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.658018  8243 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:39.658392   642 server_base.cc:1061] running on GCE node
I20260630 12:37:39.659436   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:39.659678   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:39.659817   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823059659804 us; error 0 us; skew 500 ppm
I20260630 12:37:39.660267   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:39.667100   642 webserver.cc:533] Webserver started at http://127.0.160.129:42579/ using document root <none> and password file <none>
I20260630 12:37:39.667586   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:39.667744   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:39.667958   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:39.669140   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.673849   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:37:39.677456  8248 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.678422   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:37:39.678714   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.678980   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:39.714870   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:39.716075   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:39.717590   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:39.720081   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:39.720284   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.720583   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:39.720775   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.762081   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:39397
I20260630 12:37:39.762182  8310 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:39397 every 8 connection(s)
I20260630 12:37:39.767437   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:39.774977  8315 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.775292  8316 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.778874  8318 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:39.779279   642 server_base.cc:1061] running on GCE node
I20260630 12:37:39.780272   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:39.780496   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:39.780696   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823059780678 us; error 0 us; skew 500 ppm
I20260630 12:37:39.781283   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:39.784425   642 webserver.cc:533] Webserver started at http://127.0.160.130:46501/ using document root <none> and password file <none>
I20260630 12:37:39.785061   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:39.785303   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:39.785631   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:39.785789  8311 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41853
I20260630 12:37:39.786233  8311 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:39.787005  8311 heartbeater.cc:507] Master 127.0.160.190:41853 requested a full tablet report, sending...
I20260630 12:37:39.787096   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.789266  8184 ts_manager.cc:194] Registered new tserver with Master: b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397)
I20260630 12:37:39.791098  8184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43200
I20260630 12:37:39.792339   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:37:39.795922  8323 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.796844   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:39.797171   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.797412   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:39.835060   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:39.836795   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:39.838989   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:39.842250   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:39.842496   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.842761   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:39.842934   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.884658   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:35131
I20260630 12:37:39.884750  8385 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:35131 every 8 connection(s)
I20260630 12:37:39.889660   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:39.895751  8389 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.896477  8390 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:39.901144  8393 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:39.902731  8386 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41853
I20260630 12:37:39.902937   642 server_base.cc:1061] running on GCE node
I20260630 12:37:39.903290  8386 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:39.903961   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:39.904137  8386 heartbeater.cc:507] Master 127.0.160.190:41853 requested a full tablet report, sending...
W20260630 12:37:39.904254   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:39.904549   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823059904530 us; error 0 us; skew 500 ppm
I20260630 12:37:39.905323   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:39.906559  8184 ts_manager.cc:194] Registered new tserver with Master: 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:39.908267   642 webserver.cc:533] Webserver started at http://127.0.160.131:43901/ using document root <none> and password file <none>
I20260630 12:37:39.908370  8184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43210
I20260630 12:37:39.908900   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:39.909220   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:39.909559   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:39.910816   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "c1cc92581dd340a888882419dca0db3c"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.915463   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:37:39.918992  8397 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.919780   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:37:39.920104   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "c1cc92581dd340a888882419dca0db3c"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:39.920410   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:39.953075   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:39.954188   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:39.955395   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:39.957684   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:39.957907   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.958168   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:39.958338   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.999945   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:33907
I20260630 12:37:40.000070  8459 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:33907 every 8 connection(s)
I20260630 12:37:40.014576  8460 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41853
I20260630 12:37:40.015050  8460 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:40.015911  8460 heartbeater.cc:507] Master 127.0.160.190:41853 requested a full tablet report, sending...
I20260630 12:37:40.018096  8184 ts_manager.cc:194] Registered new tserver with Master: c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:40.018260   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015049497s
I20260630 12:37:40.019600  8184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43212
I20260630 12:37:40.793987  8311 heartbeater.cc:499] Master 127.0.160.190:41853 was elected leader, sending a full tablet report...
I20260630 12:37:40.911571  8386 heartbeater.cc:499] Master 127.0.160.190:41853 was elected leader, sending a full tablet report...
I20260630 12:37:41.098042  8460 heartbeater.cc:499] Master 127.0.160.190:41853 was elected leader, sending a full tablet report...
I20260630 12:37:41.398017  8184 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43214:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:41.400385  8184 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:41.466711  8423 tablet_service.cc:1511] Processing CreateTablet for tablet 1367a940935f41988643c5f789f1704f (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:41.467756  8425 tablet_service.cc:1511] Processing CreateTablet for tablet 3205fe6cfae446b3b1d3b4d38860389a (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:41.468225  8423 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1367a940935f41988643c5f789f1704f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.468977  8351 tablet_service.cc:1511] Processing CreateTablet for tablet 3205fe6cfae446b3b1d3b4d38860389a (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:41.466741  8422 tablet_service.cc:1511] Processing CreateTablet for tablet 2286a6a1533d4d6e86019917e03e8a6a (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:41.470261  8351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3205fe6cfae446b3b1d3b4d38860389a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.469928  8424 tablet_service.cc:1511] Processing CreateTablet for tablet fd003db3cf8345179129287884aa70f4 (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:41.471259  8425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3205fe6cfae446b3b1d3b4d38860389a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.471982  8422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2286a6a1533d4d6e86019917e03e8a6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.472546  8424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd003db3cf8345179129287884aa70f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.477825  8276 tablet_service.cc:1511] Processing CreateTablet for tablet 3205fe6cfae446b3b1d3b4d38860389a (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:41.479285  8276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3205fe6cfae446b3b1d3b4d38860389a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.479575  8275 tablet_service.cc:1511] Processing CreateTablet for tablet fd003db3cf8345179129287884aa70f4 (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:41.480964  8275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd003db3cf8345179129287884aa70f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.481325  8349 tablet_service.cc:1511] Processing CreateTablet for tablet 1367a940935f41988643c5f789f1704f (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:41.482733  8349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1367a940935f41988643c5f789f1704f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.483104  8350 tablet_service.cc:1511] Processing CreateTablet for tablet fd003db3cf8345179129287884aa70f4 (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:41.484452  8350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd003db3cf8345179129287884aa70f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.490653  8348 tablet_service.cc:1511] Processing CreateTablet for tablet 2286a6a1533d4d6e86019917e03e8a6a (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:41.492092  8348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2286a6a1533d4d6e86019917e03e8a6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.502803  8274 tablet_service.cc:1511] Processing CreateTablet for tablet 1367a940935f41988643c5f789f1704f (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:41.504309  8274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1367a940935f41988643c5f789f1704f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.512903  8275 tablet_service.cc:1511] Processing CreateTablet for tablet 2286a6a1533d4d6e86019917e03e8a6a (DEFAULT_TABLE table=test-workload [id=991dc36b8dca436992d9c96809a0febe]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:41.514328  8275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2286a6a1533d4d6e86019917e03e8a6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.518036  8480 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: Bootstrap starting.
I20260630 12:37:41.520988  8482 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:41.534816  8481 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce: Bootstrap starting.
I20260630 12:37:41.540364  8482 tablet_bootstrap.cc:654] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.540701  8481 tablet_bootstrap.cc:654] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.543172  8480 tablet_bootstrap.cc:654] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.562781  8480 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: No bootstrap required, opened a new log
I20260630 12:37:41.563383  8480 ts_tablet_manager.cc:1403] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: Time spent bootstrapping tablet: real 0.046s	user 0.006s	sys 0.007s
I20260630 12:37:41.563863  8482 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: No bootstrap required, opened a new log
I20260630 12:37:41.564219  8481 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce: No bootstrap required, opened a new log
I20260630 12:37:41.564370  8482 ts_tablet_manager.cc:1403] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.053s	user 0.011s	sys 0.016s
I20260630 12:37:41.564785  8481 ts_tablet_manager.cc:1403] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent bootstrapping tablet: real 0.030s	user 0.007s	sys 0.005s
I20260630 12:37:41.566392  8480 raft_consensus.cc:359] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.566781  8482 raft_consensus.cc:359] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.567221  8480 raft_consensus.cc:385] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.567528  8482 raft_consensus.cc:385] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.567607  8480 raft_consensus.cc:740] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.567937  8482 raft_consensus.cc:740] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.567667  8481 raft_consensus.cc:359] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.568658  8481 raft_consensus.cc:385] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.569026  8481 raft_consensus.cc:740] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f50e69b6aa14e0a8f03d5bf824da5ce, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.569033  8482 consensus_queue.cc:260] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.570371  8481 consensus_queue.cc:260] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.569409  8480 consensus_queue.cc:260] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.573792  8481 ts_tablet_manager.cc:1434] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.002s
I20260630 12:37:41.575016  8481 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Bootstrap starting.
W20260630 12:37:41.579351  8232 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:41.580160  8480 ts_tablet_manager.cc:1434] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.005s
I20260630 12:37:41.581478  8481 tablet_bootstrap.cc:654] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.583510  8480 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: Bootstrap starting.
I20260630 12:37:41.587945  8482 ts_tablet_manager.cc:1434] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.023s	user 0.012s	sys 0.004s
I20260630 12:37:41.589285  8482 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:41.590806  8480 tablet_bootstrap.cc:654] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.596174  8482 tablet_bootstrap.cc:654] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.604815  8480 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: No bootstrap required, opened a new log
I20260630 12:37:41.605432  8480 ts_tablet_manager.cc:1403] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: Time spent bootstrapping tablet: real 0.023s	user 0.017s	sys 0.002s
I20260630 12:37:41.607247  8482 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: No bootstrap required, opened a new log
I20260630 12:37:41.608022  8482 ts_tablet_manager.cc:1403] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.008s
I20260630 12:37:41.608320  8480 raft_consensus.cc:359] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.609238  8480 raft_consensus.cc:385] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.609563  8480 raft_consensus.cc:740] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.610378  8480 consensus_queue.cc:260] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.610932  8482 raft_consensus.cc:359] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.611779  8482 raft_consensus.cc:385] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.612069  8482 raft_consensus.cc:740] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.612676  8480 ts_tablet_manager.cc:1434] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:37:41.612876  8482 consensus_queue.cc:260] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.613829  8480 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c: Bootstrap starting.
I20260630 12:37:41.615190  8482 ts_tablet_manager.cc:1434] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:37:41.616375  8482 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:41.607266  8481 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: No bootstrap required, opened a new log
I20260630 12:37:41.617328  8481 ts_tablet_manager.cc:1403] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent bootstrapping tablet: real 0.043s	user 0.024s	sys 0.003s
I20260630 12:37:41.619578  8481 raft_consensus.cc:359] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.620182  8481 raft_consensus.cc:385] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.620472  8481 raft_consensus.cc:740] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f50e69b6aa14e0a8f03d5bf824da5ce, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.620481  8480 tablet_bootstrap.cc:654] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.621244  8481 consensus_queue.cc:260] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.623591  8481 ts_tablet_manager.cc:1434] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:37:41.624698  8481 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: Bootstrap starting.
I20260630 12:37:41.629652  8482 tablet_bootstrap.cc:654] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.630542  8481 tablet_bootstrap.cc:654] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.640007  8480 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c: No bootstrap required, opened a new log
I20260630 12:37:41.640581  8480 ts_tablet_manager.cc:1403] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c: Time spent bootstrapping tablet: real 0.027s	user 0.008s	sys 0.009s
I20260630 12:37:41.641507  8482 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: No bootstrap required, opened a new log
I20260630 12:37:41.642031  8482 ts_tablet_manager.cc:1403] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.026s	user 0.006s	sys 0.005s
I20260630 12:37:41.642639  8481 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: No bootstrap required, opened a new log
I20260630 12:37:41.643213  8481 ts_tablet_manager.cc:1403] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:37:41.645617  8482 raft_consensus.cc:359] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.646416  8482 raft_consensus.cc:385] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.646787  8482 raft_consensus.cc:740] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.646502  8481 raft_consensus.cc:359] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.648041  8481 raft_consensus.cc:385] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.647814  8482 consensus_queue.cc:260] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.648505  8481 raft_consensus.cc:740] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f50e69b6aa14e0a8f03d5bf824da5ce, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.649921  8481 consensus_queue.cc:260] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.650498  8482 ts_tablet_manager.cc:1434] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:41.650930  8480 raft_consensus.cc:359] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.651695  8482 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:41.651644  8480 raft_consensus.cc:385] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.652182  8480 raft_consensus.cc:740] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.652776  8481 ts_tablet_manager.cc:1434] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:37:41.653206  8480 consensus_queue.cc:260] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.653986  8481 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Bootstrap starting.
I20260630 12:37:41.658601  8480 ts_tablet_manager.cc:1434] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.000s
I20260630 12:37:41.659803  8480 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: Bootstrap starting.
I20260630 12:37:41.660809  8481 tablet_bootstrap.cc:654] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.658610  8482 tablet_bootstrap.cc:654] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.665671  8480 tablet_bootstrap.cc:654] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.674190  8486 raft_consensus.cc:493] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:41.675127  8486 raft_consensus.cc:515] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.676649  8480 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: No bootstrap required, opened a new log
I20260630 12:37:41.677228  8480 ts_tablet_manager.cc:1403] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.010s
I20260630 12:37:41.679867  8480 raft_consensus.cc:359] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.680655  8480 raft_consensus.cc:385] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.681962  8486 leader_election.cc:290] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:41.682436  8480 raft_consensus.cc:740] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.688494  8480 consensus_queue.cc:260] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.689695  8481 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce: No bootstrap required, opened a new log
I20260630 12:37:41.690572  8481 ts_tablet_manager.cc:1403] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent bootstrapping tablet: real 0.037s	user 0.012s	sys 0.008s
I20260630 12:37:41.694391  8481 raft_consensus.cc:359] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.695596  8481 raft_consensus.cc:385] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.696043  8481 raft_consensus.cc:740] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f50e69b6aa14e0a8f03d5bf824da5ce, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.697034  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2286a6a1533d4d6e86019917e03e8a6a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" is_pre_election: true
I20260630 12:37:41.697309  8481 consensus_queue.cc:260] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.699016  8361 raft_consensus.cc:2468] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 0.
I20260630 12:37:41.699915  8480 ts_tablet_manager.cc:1434] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.000s
I20260630 12:37:41.703115  8252 leader_election.cc:304] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7f50e69b6aa14e0a8f03d5bf824da5ce, b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:41.704089  8486 raft_consensus.cc:2804] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:41.704455  8486 raft_consensus.cc:493] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:41.704800  8486 raft_consensus.cc:3060] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.707890  8481 ts_tablet_manager.cc:1434] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.001s
I20260630 12:37:41.708739  8482 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: No bootstrap required, opened a new log
I20260630 12:37:41.709334  8482 ts_tablet_manager.cc:1403] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.058s	user 0.021s	sys 0.022s
I20260630 12:37:41.712270  8482 raft_consensus.cc:359] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.713025  8482 raft_consensus.cc:385] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.712895  8486 raft_consensus.cc:515] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.713510  8482 raft_consensus.cc:740] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.714335  8482 consensus_queue.cc:260] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.716212  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2286a6a1533d4d6e86019917e03e8a6a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
I20260630 12:37:41.717141  8361 raft_consensus.cc:3060] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.719116  8482 ts_tablet_manager.cc:1434] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.009s	user 0.001s	sys 0.007s
I20260630 12:37:41.720422  8486 leader_election.cc:290] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 election: Requested vote from peers 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:41.721765  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2286a6a1533d4d6e86019917e03e8a6a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c" is_pre_election: true
I20260630 12:37:41.722051  8434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2286a6a1533d4d6e86019917e03e8a6a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c"
I20260630 12:37:41.722507  8435 raft_consensus.cc:2468] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 0.
I20260630 12:37:41.725592  8361 raft_consensus.cc:2468] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 1.
I20260630 12:37:41.726838  8252 leader_election.cc:304] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [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: 7f50e69b6aa14e0a8f03d5bf824da5ce, b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: c1cc92581dd340a888882419dca0db3c
I20260630 12:37:41.727744  8500 raft_consensus.cc:2804] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:41.728237  8500 raft_consensus.cc:697] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Becoming Leader. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Running, Role: LEADER
I20260630 12:37:41.729142  8500 consensus_queue.cc:237] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.737571  8180 catalog_manager.cc:5697] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: term changed from 0 to 1, leader changed from <none> to b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:41.842618  8500 raft_consensus.cc:493] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:41.843111  8500 raft_consensus.cc:515] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.844839  8500 leader_election.cc:290] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:41.845793  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3205fe6cfae446b3b1d3b4d38860389a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" is_pre_election: true
I20260630 12:37:41.845907  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3205fe6cfae446b3b1d3b4d38860389a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c" is_pre_election: true
I20260630 12:37:41.846658  8435 raft_consensus.cc:2468] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 0.
I20260630 12:37:41.846642  8361 raft_consensus.cc:2468] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 0.
I20260630 12:37:41.848068  8251 leader_election.cc:304] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b9eb3bbcdd294b82b479fe07cbaa6a68, c1cc92581dd340a888882419dca0db3c; no voters: 
I20260630 12:37:41.848780  8500 raft_consensus.cc:2804] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:41.849144  8500 raft_consensus.cc:493] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:41.849421  8500 raft_consensus.cc:3060] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.854648  8500 raft_consensus.cc:515] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.856348  8500 leader_election.cc:290] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 election: Requested vote from peers 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:41.857333  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3205fe6cfae446b3b1d3b4d38860389a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
I20260630 12:37:41.857411  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3205fe6cfae446b3b1d3b4d38860389a" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c"
I20260630 12:37:41.858000  8361 raft_consensus.cc:3060] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.858085  8435 raft_consensus.cc:3060] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.863114  8361 raft_consensus.cc:2468] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 1.
I20260630 12:37:41.863768  8435 raft_consensus.cc:2468] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 1.
I20260630 12:37:41.864297  8252 leader_election.cc:304] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7f50e69b6aa14e0a8f03d5bf824da5ce, b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:41.865216  8500 raft_consensus.cc:2804] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:41.865681  8500 raft_consensus.cc:697] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Becoming Leader. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Running, Role: LEADER
I20260630 12:37:41.866386  8500 consensus_queue.cc:237] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:41.873663  8180 catalog_manager.cc:5697] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: term changed from 0 to 1, leader changed from <none> to b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:41.912523  8500 raft_consensus.cc:493] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:41.913080  8500 raft_consensus.cc:515] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.914778  8500 leader_election.cc:290] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:41.915654  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd003db3cf8345179129287884aa70f4" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" is_pre_election: true
I20260630 12:37:41.915928  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd003db3cf8345179129287884aa70f4" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c" is_pre_election: true
I20260630 12:37:41.916330  8361 raft_consensus.cc:2468] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 0.
I20260630 12:37:41.916559  8435 raft_consensus.cc:2468] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 0.
I20260630 12:37:41.917439  8252 leader_election.cc:304] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7f50e69b6aa14e0a8f03d5bf824da5ce, b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:41.918231  8500 raft_consensus.cc:2804] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:41.918625  8500 raft_consensus.cc:493] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:41.918907  8500 raft_consensus.cc:3060] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.924247  8500 raft_consensus.cc:515] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.926015  8500 leader_election.cc:290] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 election: Requested vote from peers 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:41.926909  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd003db3cf8345179129287884aa70f4" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
I20260630 12:37:41.927114  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd003db3cf8345179129287884aa70f4" candidate_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c"
I20260630 12:37:41.927536  8361 raft_consensus.cc:3060] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.927693  8435 raft_consensus.cc:3060] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.932842  8361 raft_consensus.cc:2468] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 1.
I20260630 12:37:41.932847  8435 raft_consensus.cc:2468] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b9eb3bbcdd294b82b479fe07cbaa6a68 in term 1.
I20260630 12:37:41.934209  8252 leader_election.cc:304] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7f50e69b6aa14e0a8f03d5bf824da5ce, b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:41.934944  8500 raft_consensus.cc:2804] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:41.935467  8500 raft_consensus.cc:697] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Becoming Leader. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Running, Role: LEADER
I20260630 12:37:41.936290  8500 consensus_queue.cc:237] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:41.943153  8180 catalog_manager.cc:5697] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: term changed from 0 to 1, leader changed from <none> to b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:42.015178  8488 raft_consensus.cc:493] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:42.015791  8488 raft_consensus.cc:515] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.017984  8488 leader_election.cc:290] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:42.028880  8286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1367a940935f41988643c5f789f1704f" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" is_pre_election: true
I20260630 12:37:42.029722  8286 raft_consensus.cc:2468] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 0.
I20260630 12:37:42.029889  8487 raft_consensus.cc:493] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:42.030534  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1367a940935f41988643c5f789f1704f" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" is_pre_election: true
I20260630 12:37:42.030405  8487 raft_consensus.cc:515] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.031062  8401 leader_election.cc:304] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b9eb3bbcdd294b82b479fe07cbaa6a68, c1cc92581dd340a888882419dca0db3c; no voters: 
I20260630 12:37:42.031646  8361 raft_consensus.cc:2468] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 0.
I20260630 12:37:42.031932  8488 raft_consensus.cc:2804] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:42.032320  8488 raft_consensus.cc:493] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:42.032682  8488 raft_consensus.cc:3060] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.034761  8487 leader_election.cc:290] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:42.041867  8488 raft_consensus.cc:515] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.044255  8488 leader_election.cc:290] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 1 election: Requested vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:42.045423  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1367a940935f41988643c5f789f1704f" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
I20260630 12:37:42.045459  8286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1367a940935f41988643c5f789f1704f" candidate_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" is_pre_election: true
I20260630 12:37:42.046415  8361 raft_consensus.cc:3060] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.046515  8286 raft_consensus.cc:2468] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7f50e69b6aa14e0a8f03d5bf824da5ce in term 0.
I20260630 12:37:42.045491  8285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1367a940935f41988643c5f789f1704f" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68"
I20260630 12:37:42.047561  8285 raft_consensus.cc:3060] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.047904  8327 leader_election.cc:304] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7f50e69b6aa14e0a8f03d5bf824da5ce, b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:42.055290  8285 raft_consensus.cc:2468] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 1.
I20260630 12:37:42.055466  8361 raft_consensus.cc:2468] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 1.
I20260630 12:37:42.055816  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1367a940935f41988643c5f789f1704f" candidate_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c" is_pre_election: true
I20260630 12:37:42.056186  8487 raft_consensus.cc:2764] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:37:42.056659  8435 raft_consensus.cc:2393] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7f50e69b6aa14e0a8f03d5bf824da5ce in current term 1: Already voted for candidate c1cc92581dd340a888882419dca0db3c in this term.
I20260630 12:37:42.056797  8401 leader_election.cc:304] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7f50e69b6aa14e0a8f03d5bf824da5ce, c1cc92581dd340a888882419dca0db3c; no voters: 
I20260630 12:37:42.057711  8488 raft_consensus.cc:2804] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:42.059223  8488 raft_consensus.cc:697] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 LEADER]: Becoming Leader. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Running, Role: LEADER
I20260630 12:37:42.059975  8488 consensus_queue.cc:237] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.068073  8180 catalog_manager.cc:5697] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c reported cstate change: term changed from 0 to 1, leader changed from <none> to c1cc92581dd340a888882419dca0db3c (127.0.160.131). New cstate: current_term: 1 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:42.124992  8307 debug-util.cc:398] Leaking SignalData structure 0x7b08002eb460 after lost signal to thread 645
I20260630 12:37:42.131179  8180 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43216:
name: "dugtrio"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:37:42.165953  8274 tablet_service.cc:1511] Processing CreateTablet for tablet c0970b5a032947f2a3e195e5d7366bf1 (DEFAULT_TABLE table=dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:42.167112  8274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0970b5a032947f2a3e195e5d7366bf1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.171936  8500 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:42.172449  8422 tablet_service.cc:1511] Processing CreateTablet for tablet f941a34426e9495e9ad49599d199ea8a (DEFAULT_TABLE table=dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:42.173974  8422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f941a34426e9495e9ad49599d199ea8a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.173723  8348 tablet_service.cc:1511] Processing CreateTablet for tablet 1985ccd28fba4fe39daf0ef32e67c8be (DEFAULT_TABLE table=dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:42.175078  8348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1985ccd28fba4fe39daf0ef32e67c8be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.175329  8276 tablet_service.cc:1511] Processing CreateTablet for tablet 55ed978e4ae545dc903c290c897c7b1b (DEFAULT_TABLE table=dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:42.176581  8276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55ed978e4ae545dc903c290c897c7b1b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.186127  8482 tablet_bootstrap.cc:492] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:42.203256  8435 raft_consensus.cc:3060] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.210847  8482 tablet_bootstrap.cc:654] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:42.220125  8500 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:42.221737  8521 tablet_bootstrap.cc:492] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: Bootstrap starting.
I20260630 12:37:42.229547  8521 tablet_bootstrap.cc:654] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:42.269073  8482 tablet_bootstrap.cc:492] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: No bootstrap required, opened a new log
I20260630 12:37:42.270591  8482 ts_tablet_manager.cc:1403] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.085s	user 0.019s	sys 0.011s
I20260630 12:37:42.282001  8525 tablet_bootstrap.cc:492] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: Bootstrap starting.
I20260630 12:37:42.282832  8521 tablet_bootstrap.cc:492] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: No bootstrap required, opened a new log
I20260630 12:37:42.284313  8521 ts_tablet_manager.cc:1403] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent bootstrapping tablet: real 0.063s	user 0.016s	sys 0.006s
I20260630 12:37:42.291093  8521 raft_consensus.cc:359] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } }
I20260630 12:37:42.292805  8521 raft_consensus.cc:385] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:42.293366  8521 raft_consensus.cc:740] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f50e69b6aa14e0a8f03d5bf824da5ce, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.294763  8525 tablet_bootstrap.cc:654] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:42.294823  8521 consensus_queue.cc:260] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } }
I20260630 12:37:42.298049  8521 raft_consensus.cc:399] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:42.300320  8521 raft_consensus.cc:493] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:42.300829  8521 raft_consensus.cc:3060] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.297346  8482 raft_consensus.cc:359] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.303261  8482 raft_consensus.cc:385] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:42.303803  8482 raft_consensus.cc:740] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.305253  8482 consensus_queue.cc:260] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.306392  8482 raft_consensus.cc:399] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:42.306895  8482 raft_consensus.cc:493] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:42.307415  8482 raft_consensus.cc:3060] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.315384  8521 raft_consensus.cc:515] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } }
I20260630 12:37:42.316359  8521 leader_election.cc:304] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: 7f50e69b6aa14e0a8f03d5bf824da5ce; no voters: 
I20260630 12:37:42.317759  8487 raft_consensus.cc:2804] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:42.323661  8521 leader_election.cc:290] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:42.324618  8500 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:42.331633  8482 raft_consensus.cc:515] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.334487  8525 tablet_bootstrap.cc:492] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: No bootstrap required, opened a new log
I20260630 12:37:42.342018  8525 ts_tablet_manager.cc:1403] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: Time spent bootstrapping tablet: real 0.061s	user 0.018s	sys 0.000s
I20260630 12:37:42.341898  8482 leader_election.cc:304] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [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: b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:42.342998  8500 raft_consensus.cc:2804] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:42.343573  8500 raft_consensus.cc:697] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Becoming Leader. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Running, Role: LEADER
I20260630 12:37:42.344597  8500 consensus_queue.cc:237] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Queue going to LEADER mode. State: All 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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.346447  8482 leader_election.cc:290] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:42.350715  8525 raft_consensus.cc:359] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.351454  8525 raft_consensus.cc:385] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:42.351815  8525 raft_consensus.cc:740] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.353561  8523 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:42.358094  8525 consensus_queue.cc:260] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.358960  8525 raft_consensus.cc:399] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:42.359323  8525 raft_consensus.cc:493] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:42.359742  8525 raft_consensus.cc:3060] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.361698  8487 raft_consensus.cc:697] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 LEADER]: Becoming Leader. State: Replica: 7f50e69b6aa14e0a8f03d5bf824da5ce, State: Running, Role: LEADER
I20260630 12:37:42.362746  8487 consensus_queue.cc:237] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Queue going to LEADER mode. State: All 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: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } }
I20260630 12:37:42.378571  8482 ts_tablet_manager.cc:1434] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.107s	user 0.023s	sys 0.010s
I20260630 12:37:42.380316  8482 tablet_bootstrap.cc:492] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:42.394876  8181 catalog_manager.cc:5697] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: term changed from 0 to 1, leader changed from <none> to b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:42.398238  8525 raft_consensus.cc:515] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.399168  8525 leader_election.cc:304] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [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: c1cc92581dd340a888882419dca0db3c; no voters: 
I20260630 12:37:42.401309  8488 raft_consensus.cc:2804] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:42.402081  8488 raft_consensus.cc:697] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 1 LEADER]: Becoming Leader. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Running, Role: LEADER
I20260630 12:37:42.403153  8488 consensus_queue.cc:237] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [LEADER]: Queue going to LEADER mode. State: All 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: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:42.406622  8525 leader_election.cc:290] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:42.409847  8521 ts_tablet_manager.cc:1434] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: Time spent starting tablet: real 0.125s	user 0.031s	sys 0.014s
I20260630 12:37:42.410570  8525 ts_tablet_manager.cc:1434] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: Time spent starting tablet: real 0.068s	user 0.014s	sys 0.010s
I20260630 12:37:42.417452  8534 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.013s
I20260630 12:37:42.440841  8482 tablet_bootstrap.cc:654] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:42.447382  8184 catalog_manager.cc:5697] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130). New cstate: current_term: 1 leader_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:42.450160  8180 catalog_manager.cc:5697] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c reported cstate change: term changed from 0 to 1, leader changed from <none> to c1cc92581dd340a888882419dca0db3c (127.0.160.131). New cstate: current_term: 1 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:42.456784  8534 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:42.482621  8488 consensus_queue.cc:1048] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:42.523397  8482 tablet_bootstrap.cc:492] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: No bootstrap required, opened a new log
I20260630 12:37:42.527117  8482 ts_tablet_manager.cc:1403] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.147s	user 0.033s	sys 0.026s
I20260630 12:37:42.530857  8482 raft_consensus.cc:359] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.531478  8482 raft_consensus.cc:385] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:42.531796  8482 raft_consensus.cc:740] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.532578  8482 consensus_queue.cc:260] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.533283  8482 raft_consensus.cc:399] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:42.533604  8482 raft_consensus.cc:493] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:42.533934  8482 raft_consensus.cc:3060] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.543049  8482 raft_consensus.cc:515] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.543877  8482 leader_election.cc:304] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [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: b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:42.544688  8482 leader_election.cc:290] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:42.545027  8486 raft_consensus.cc:2804] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:42.545567  8486 raft_consensus.cc:697] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Becoming Leader. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Running, Role: LEADER
I20260630 12:37:42.546326  8486 consensus_queue.cc:237] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Queue going to LEADER mode. State: All 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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:42.546818  8482 ts_tablet_manager.cc:1434] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.019s	user 0.014s	sys 0.004s
I20260630 12:37:42.551388  8509 consensus_queue.cc:1048] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:37:42.559551  8180 catalog_manager.cc:5697] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: term changed from 0 to 1, leader changed from <none> to b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:42.579545   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:37:42.632627   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:42.633687   642 tablet_replica.cc:333] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: stopping tablet replica
I20260630 12:37:42.634531   642 raft_consensus.cc:2243] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.635076   642 raft_consensus.cc:2272] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.638629   642 tablet_replica.cc:333] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: stopping tablet replica
I20260630 12:37:42.639387   642 raft_consensus.cc:2243] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:42.639899   642 raft_consensus.cc:2272] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.642946   642 tablet_replica.cc:333] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: stopping tablet replica
I20260630 12:37:42.643570   642 raft_consensus.cc:2243] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.644667   642 raft_consensus.cc:2272] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.647887   642 tablet_replica.cc:333] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: stopping tablet replica
I20260630 12:37:42.648622   642 raft_consensus.cc:2243] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.649168   642 raft_consensus.cc:2272] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.652783   642 tablet_replica.cc:333] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: stopping tablet replica
I20260630 12:37:42.653662   642 raft_consensus.cc:2243] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.654912   642 raft_consensus.cc:2272] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.658460   642 tablet_replica.cc:333] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: stopping tablet replica
I20260630 12:37:42.659235   642 raft_consensus.cc:2243] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.660419   642 raft_consensus.cc:2272] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:42.918839  8401 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260630 12:37:42.924544  8401 consensus_peers.cc:597] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:43.606182  8232 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver b9eb3bbcdd294b82b479fe07cbaa6a68 not available for placement
W20260630 12:37:43.693725   642 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 8307)
I20260630 12:37:43.698730  8548 raft_consensus.cc:493] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.699347  8548 raft_consensus.cc:515] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:43.701395  8548 leader_election.cc:290] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:43.703060  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2286a6a1533d4d6e86019917e03e8a6a" candidate_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c" is_pre_election: true
W20260630 12:37:43.707959  8327 leader_election.cc:336] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:43.708564  8327 leader_election.cc:304] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: 7f50e69b6aa14e0a8f03d5bf824da5ce; no voters: b9eb3bbcdd294b82b479fe07cbaa6a68, c1cc92581dd340a888882419dca0db3c
I20260630 12:37:43.709528  8548 raft_consensus.cc:2749] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:43.772905  8509 consensus_queue.cc:579] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [LEADER]: Leader has been unable to successfully communicate with peer b9eb3bbcdd294b82b479fe07cbaa6a68 for more than 1 seconds (1.222s)
I20260630 12:37:43.777192  8509 raft_consensus.cc:493] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.777792  8509 raft_consensus.cc:515] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:43.779892  8509 leader_election.cc:290] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:43.782313  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2286a6a1533d4d6e86019917e03e8a6a" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" is_pre_election: true
I20260630 12:37:43.783063  8360 raft_consensus.cc:2468] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 1.
I20260630 12:37:43.785760  8401 leader_election.cc:304] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [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: 7f50e69b6aa14e0a8f03d5bf824da5ce, c1cc92581dd340a888882419dca0db3c; no voters: 
W20260630 12:37:43.786600  8401 leader_election.cc:336] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:43.787433  8509 raft_consensus.cc:2804] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:43.787832  8509 raft_consensus.cc:493] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting leader election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.788129  8509 raft_consensus.cc:3060] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:43.794209  8509 raft_consensus.cc:515] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:43.795962  8509 leader_election.cc:290] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 election: Requested vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:43.797960  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2286a6a1533d4d6e86019917e03e8a6a" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
I20260630 12:37:43.798676  8360 raft_consensus.cc:3060] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:43.800513  8401 leader_election.cc:336] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:43.804802  8360 raft_consensus.cc:2468] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 2.
I20260630 12:37:43.806172  8401 leader_election.cc:304] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [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: 7f50e69b6aa14e0a8f03d5bf824da5ce, c1cc92581dd340a888882419dca0db3c; no voters: b9eb3bbcdd294b82b479fe07cbaa6a68
I20260630 12:37:43.807128  8509 raft_consensus.cc:2804] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:43.807591  8509 raft_consensus.cc:697] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Becoming Leader. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Running, Role: LEADER
I20260630 12:37:43.808537  8509 consensus_queue.cc:237] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:43.817339  8184 catalog_manager.cc:5697] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c reported cstate change: term changed from 1 to 2, leader changed from b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129) to c1cc92581dd340a888882419dca0db3c (127.0.160.131). New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:43.885064  8509 raft_consensus.cc:493] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.885671  8509 raft_consensus.cc:515] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:43.887560  8509 leader_election.cc:290] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131), b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397)
I20260630 12:37:43.888636  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3205fe6cfae446b3b1d3b4d38860389a" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" is_pre_election: true
W20260630 12:37:43.891969  8401 leader_election.cc:336] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:43.892491  8401 leader_election.cc:304] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [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: c1cc92581dd340a888882419dca0db3c; no voters: 7f50e69b6aa14e0a8f03d5bf824da5ce, b9eb3bbcdd294b82b479fe07cbaa6a68
I20260630 12:37:43.893333  8509 raft_consensus.cc:2749] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:43.961159  8548 raft_consensus.cc:493] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.961737  8548 raft_consensus.cc:515] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:43.963975  8548 leader_election.cc:290] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907), b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397)
I20260630 12:37:43.964980  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3205fe6cfae446b3b1d3b4d38860389a" candidate_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c" is_pre_election: true
I20260630 12:37:43.965651  8435 raft_consensus.cc:2468] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7f50e69b6aa14e0a8f03d5bf824da5ce in term 1.
I20260630 12:37:43.966943  8326 leader_election.cc:304] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: 7f50e69b6aa14e0a8f03d5bf824da5ce, c1cc92581dd340a888882419dca0db3c; no voters: 
I20260630 12:37:43.967754  8548 raft_consensus.cc:2804] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:43.968133  8548 raft_consensus.cc:493] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting leader election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.968484  8548 raft_consensus.cc:3060] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:43.969046  8327 leader_election.cc:336] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:43.969803  8509 raft_consensus.cc:493] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.970383  8509 raft_consensus.cc:515] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:43.972761  8509 leader_election.cc:290] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:43.974058  8556 raft_consensus.cc:493] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.974725  8556 raft_consensus.cc:515] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:43.975745  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd003db3cf8345179129287884aa70f4" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" is_pre_election: true
I20260630 12:37:43.976428  8360 raft_consensus.cc:2468] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 1.
I20260630 12:37:43.977277  8556 leader_election.cc:290] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:43.978580  8401 leader_election.cc:304] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [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: 7f50e69b6aa14e0a8f03d5bf824da5ce, c1cc92581dd340a888882419dca0db3c; no voters: 
I20260630 12:37:43.979611  8509 raft_consensus.cc:2804] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:43.979974  8509 raft_consensus.cc:493] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Starting leader election (detected failure of leader b9eb3bbcdd294b82b479fe07cbaa6a68)
I20260630 12:37:43.978675  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd003db3cf8345179129287884aa70f4" candidate_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c" is_pre_election: true
I20260630 12:37:43.980365  8509 raft_consensus.cc:3060] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:43.980475  8548 raft_consensus.cc:515] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:43.983458  8548 leader_election.cc:290] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 election: Requested vote from peers c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907), b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397)
I20260630 12:37:43.983908  8434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3205fe6cfae446b3b1d3b4d38860389a" candidate_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c1cc92581dd340a888882419dca0db3c"
W20260630 12:37:43.984279  8401 leader_election.cc:336] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:43.984665  8434 raft_consensus.cc:3060] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:43.988754  8509 raft_consensus.cc:515] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
W20260630 12:37:43.989558  8327 leader_election.cc:336] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:43.991165  8509 leader_election.cc:290] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 election: Requested vote from peers b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397), 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:43.991528  8435 raft_consensus.cc:2393] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7f50e69b6aa14e0a8f03d5bf824da5ce in current term 2: Already voted for candidate c1cc92581dd340a888882419dca0db3c in this term.
I20260630 12:37:43.993664  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd003db3cf8345179129287884aa70f4" candidate_uuid: "c1cc92581dd340a888882419dca0db3c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce"
I20260630 12:37:43.994004  8326 leader_election.cc:304] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: 7f50e69b6aa14e0a8f03d5bf824da5ce; no voters: b9eb3bbcdd294b82b479fe07cbaa6a68, c1cc92581dd340a888882419dca0db3c
I20260630 12:37:43.994367  8360 raft_consensus.cc:3060] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:43.996106  8327 leader_election.cc:336] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:44.002496  8360 raft_consensus.cc:2468] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c1cc92581dd340a888882419dca0db3c in term 2.
W20260630 12:37:44.002511  8401 leader_election.cc:336] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
I20260630 12:37:44.002859  8434 raft_consensus.cc:2468] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7f50e69b6aa14e0a8f03d5bf824da5ce in term 2.
I20260630 12:37:44.003383  8548 raft_consensus.cc:2749] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:44.004760  8326 leader_election.cc:304] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: 7f50e69b6aa14e0a8f03d5bf824da5ce, c1cc92581dd340a888882419dca0db3c; no voters: b9eb3bbcdd294b82b479fe07cbaa6a68
I20260630 12:37:44.005395  8401 leader_election.cc:304] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [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: 7f50e69b6aa14e0a8f03d5bf824da5ce, c1cc92581dd340a888882419dca0db3c; no voters: b9eb3bbcdd294b82b479fe07cbaa6a68
I20260630 12:37:44.005693  8548 raft_consensus.cc:2804] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:44.006367  8509 raft_consensus.cc:2804] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:44.006413  8548 raft_consensus.cc:697] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 LEADER]: Becoming Leader. State: Replica: 7f50e69b6aa14e0a8f03d5bf824da5ce, State: Running, Role: LEADER
I20260630 12:37:44.007202  8509 raft_consensus.cc:697] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Becoming Leader. State: Replica: c1cc92581dd340a888882419dca0db3c, State: Running, Role: LEADER
I20260630 12:37:44.007721  8548 consensus_queue.cc:237] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:44.008277  8509 consensus_queue.cc:237] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:44.016065  8184 catalog_manager.cc:5697] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce reported cstate change: term changed from 1 to 2, leader changed from b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129) to 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130). New cstate: current_term: 2 leader_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:44.022636  8180 catalog_manager.cc:5697] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c reported cstate change: term changed from 1 to 2, leader changed from b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129) to c1cc92581dd340a888882419dca0db3c (127.0.160.131). New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:44.216548  8360 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:44.218150  8488 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:44.218829  8401 consensus_peers.cc:597] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:44.395416  8434 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:44.397107  8548 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:44.413846  8327 consensus_peers.cc:597] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:44.511267  8401 consensus_peers.cc:597] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:44.529145  8360 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:44.531002  8509 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:37:44.608172  8232 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver b9eb3bbcdd294b82b479fe07cbaa6a68 not available for placement
W20260630 12:37:44.694320   642 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 8307)
I20260630 12:37:45.062619  8509 consensus_queue.cc:579] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Leader has been unable to successfully communicate with peer b9eb3bbcdd294b82b479fe07cbaa6a68 for more than 1 seconds (1.053s)
W20260630 12:37:45.162065  8401 consensus_peers.cc:597] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:37:45.376884  8565 consensus_queue.cc:579] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Leader has been unable to successfully communicate with peer b9eb3bbcdd294b82b479fe07cbaa6a68 for more than 1 seconds (1.567s)
I20260630 12:37:45.406683  8567 consensus_queue.cc:579] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Leader has been unable to successfully communicate with peer b9eb3bbcdd294b82b479fe07cbaa6a68 for more than 1 seconds (1.397s)
W20260630 12:37:45.610021  8232 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver b9eb3bbcdd294b82b479fe07cbaa6a68 not available for placement
I20260630 12:37:45.653214   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:37:45.693257  8184 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:43214:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:45.693861  8184 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:43214:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:45.708806  8184 catalog_manager.cc:5984] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: Sending DeleteTablet for 1 replicas of tablet c0970b5a032947f2a3e195e5d7366bf1
I20260630 12:37:45.709623  8184 catalog_manager.cc:5984] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: Sending DeleteTablet for 1 replicas of tablet 1985ccd28fba4fe39daf0ef32e67c8be
I20260630 12:37:45.710246  8184 catalog_manager.cc:5984] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: Sending DeleteTablet for 1 replicas of tablet f941a34426e9495e9ad49599d199ea8a
I20260630 12:37:45.710892  8184 catalog_manager.cc:5984] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: Sending DeleteTablet for 1 replicas of tablet 55ed978e4ae545dc903c290c897c7b1b
I20260630 12:37:45.712257  8422 tablet_service.cc:1558] Processing DeleteTablet for tablet f941a34426e9495e9ad49599d199ea8a with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:45 UTC) from {username='slave'} at 127.0.0.1:39974
I20260630 12:37:45.713338  8348 tablet_service.cc:1558] Processing DeleteTablet for tablet 1985ccd28fba4fe39daf0ef32e67c8be with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:45 UTC) from {username='slave'} at 127.0.0.1:38290
I20260630 12:37:45.715307   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:45.724413  8581 tablet_replica.cc:333] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: stopping tablet replica
I20260630 12:37:45.725939  8581 raft_consensus.cc:2243] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:45.724419  8579 tablet_replica.cc:333] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: stopping tablet replica
I20260630 12:37:45.726817  8581 raft_consensus.cc:2272] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:45.727483  8171 catalog_manager.cc:4755] TS b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet c0970b5a032947f2a3e195e5d7366bf1: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111)
W20260630 12:37:45.728443  8582 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:45.728945  8579 raft_consensus.cc:2243] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:45.729671  8579 raft_consensus.cc:2272] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:45.731465  8581 ts_tablet_manager.cc:1916] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:45.732045  8579 ts_tablet_manager.cc:1916] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:37:45.734684  8583 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:45.743219  8585 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:45.743652   642 server_base.cc:1061] running on GCE node
I20260630 12:37:45.745682   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:45.746016   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:45.746272   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823065746247 us; error 0 us; skew 500 ppm
I20260630 12:37:45.746990   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:45.750777   642 webserver.cc:533] Webserver started at http://127.0.160.132:40465/ using document root <none> and password file <none>
I20260630 12:37:45.751453   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:45.751711   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:45.752133   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:45.752543  8581 ts_tablet_manager.cc:1929] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:45.753151  8581 log.cc:1199] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-1-root/wals/1985ccd28fba4fe39daf0ef32e67c8be
I20260630 12:37:45.753753   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "318bc7866fa741539e7099db26145c0d"
format_stamp: "Formatted at 2026-06-30 12:37:45 on dist-test-slave-n1kv"
I20260630 12:37:45.754264  8581 ts_tablet_manager.cc:1950] T 1985ccd28fba4fe39daf0ef32e67c8be P 7f50e69b6aa14e0a8f03d5bf824da5ce: Deleting consensus metadata
I20260630 12:37:45.755383  8579 ts_tablet_manager.cc:1929] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:45.755846  8579 log.cc:1199] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-2-root/wals/f941a34426e9495e9ad49599d199ea8a
I20260630 12:37:45.756628  8579 ts_tablet_manager.cc:1950] T f941a34426e9495e9ad49599d199ea8a P c1cc92581dd340a888882419dca0db3c: Deleting consensus metadata
I20260630 12:37:45.757521  8171 catalog_manager.cc:5028] TS 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131): tablet 1985ccd28fba4fe39daf0ef32e67c8be (table dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]) successfully deleted
I20260630 12:37:45.760680   642 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
I20260630 12:37:45.760607  8170 catalog_manager.cc:5028] TS c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907): tablet f941a34426e9495e9ad49599d199ea8a (table dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]) successfully deleted
I20260630 12:37:45.764626  8590 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:45.765731   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:45.766114   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "318bc7866fa741539e7099db26145c0d"
format_stamp: "Formatted at 2026-06-30 12:37:45 on dist-test-slave-n1kv"
I20260630 12:37:45.766444   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:45.775930   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:45.777413   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:45.779392   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:45.782177   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:45.782382   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:45.782691   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:45.782871   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:45.830272   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:36339
I20260630 12:37:45.830413  8652 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:36339 every 8 connection(s)
I20260630 12:37:45.838881   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:45.846436  8656 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:45.847508  8657 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:45.853031  8659 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:45.854085  8653 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41853
I20260630 12:37:45.854310   642 server_base.cc:1061] running on GCE node
I20260630 12:37:45.854601  8653 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:45.855561   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:45.855666  8653 heartbeater.cc:507] Master 127.0.160.190:41853 requested a full tablet report, sending...
W20260630 12:37:45.855969   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:45.856235   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823065856213 us; error 0 us; skew 500 ppm
I20260630 12:37:45.857050   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:45.858336  8184 ts_manager.cc:194] Registered new tserver with Master: 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339)
I20260630 12:37:45.860556  8184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43982
I20260630 12:37:45.863166   642 webserver.cc:533] Webserver started at http://127.0.160.129:42579/ using document root <none> and password file <none>
I20260630 12:37:45.863873   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:45.864082   642 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:45.868176   642 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:37:45.877121  8664 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:45.881389   642 fs_manager.cc:730] Time spent opening block manager: real 0.011s	user 0.003s	sys 0.004s
I20260630 12:37:45.881819   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68"
format_stamp: "Formatted at 2026-06-30 12:37:39 on dist-test-slave-n1kv"
I20260630 12:37:45.882133   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:45.898940   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:45.900198   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:45.901914   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:45.905788  8671 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:37:45.946214   642 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:37:45.946549   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.042s	user 0.000s	sys 0.002s
I20260630 12:37:45.946866   642 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:37:45.953644  8671 tablet_bootstrap.cc:492] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:45.963984  8434 consensus_queue.cc:237] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:45.968688  8671 tablet_bootstrap.cc:492] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:45.969878  8671 tablet_bootstrap.cc:492] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap complete.
I20260630 12:37:45.970749  8671 ts_tablet_manager.cc:1403] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.001s
I20260630 12:37:45.973955  8671 raft_consensus.cc:359] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:45.974684  8671 raft_consensus.cc:740] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:45.975416  8360 raft_consensus.cc:1275] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:45.975684  8671 consensus_queue.cc:260] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:45.976533  8671 raft_consensus.cc:399] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:45.976982  8671 raft_consensus.cc:493] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:45.977421  8671 raft_consensus.cc:3060] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:45.977937  8565 consensus_queue.cc:1048] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:45.986501  8671 raft_consensus.cc:515] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:45.987511  8671 leader_election.cc:304] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:45.989568   642 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:37:45.990078   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.043s	user 0.043s	sys 0.001s
I20260630 12:37:45.994532  8671 leader_election.cc:290] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:46.002967  8679 raft_consensus.cc:2804] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:46.003816  8671 ts_tablet_manager.cc:1434] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.033s	user 0.006s	sys 0.021s
I20260630 12:37:46.006362  8677 raft_consensus.cc:2955] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.009207  8671 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:46.008687  8360 raft_consensus.cc:2955] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
W20260630 12:37:46.017113  8400 consensus_peers.cc:597] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c -> Peer 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): Couldn't send request to peer 318bc7866fa741539e7099db26145c0d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1367a940935f41988643c5f789f1704f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:46.017402  8679 raft_consensus.cc:697] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 LEADER]: Becoming Leader. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Running, Role: LEADER
I20260630 12:37:46.018500  8679 consensus_queue.cc:237] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:46.026711  8170 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 1367a940935f41988643c5f789f1704f with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 8)
W20260630 12:37:46.030159  8401 consensus_peers.cc:597] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:46.036976  8184 catalog_manager.cc:5697] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c reported cstate change: config changed from index -1 to 2, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:46.067658  8434 consensus_queue.cc:237] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.108554  8360 consensus_queue.cc:237] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
W20260630 12:37:46.110844  8400 consensus_peers.cc:597] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c -> Peer 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): Couldn't send request to peer 318bc7866fa741539e7099db26145c0d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2286a6a1533d4d6e86019917e03e8a6a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:46.116153  8361 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:46.121116  8677 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:46.122123  8401 consensus_peers.cc:597] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:46.127180  8671 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.128533  8671 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap complete.
I20260630 12:37:46.129485  8671 ts_tablet_manager.cc:1403] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.121s	user 0.047s	sys 0.049s
I20260630 12:37:46.132477  8671 raft_consensus.cc:359] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.133380  8671 raft_consensus.cc:740] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.134518  8671 consensus_queue.cc:260] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.137748  8671 ts_tablet_manager.cc:1434] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:46.139127  8671 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:46.144407  8677 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
W20260630 12:37:46.151153  8327 consensus_peers.cc:597] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce -> Peer b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): Couldn't send request to peer b9eb3bbcdd294b82b479fe07cbaa6a68. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:39397: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:46.151295  8359 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.162344  8170 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 2286a6a1533d4d6e86019917e03e8a6a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:37:46.163503  8671 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.164798  8671 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap complete.
I20260630 12:37:46.165684  8671 ts_tablet_manager.cc:1403] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.027s	user 0.025s	sys 0.000s
I20260630 12:37:46.168846  8671 raft_consensus.cc:359] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.169771  8671 raft_consensus.cc:740] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.169049  8184 catalog_manager.cc:5697] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c reported cstate change: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:46.170805  8671 consensus_queue.cc:260] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.173439  8671 ts_tablet_manager.cc:1434] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:46.174387  8671 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:46.180277  8434 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:46.182137  8567 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:46.195905  8326 consensus_peers.cc:597] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce -> Peer 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): Couldn't send request to peer 318bc7866fa741539e7099db26145c0d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3205fe6cfae446b3b1d3b4d38860389a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:46.198378  8671 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.199576  8671 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap complete.
I20260630 12:37:46.200328  8671 ts_tablet_manager.cc:1403] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.007s
I20260630 12:37:46.203088  8671 raft_consensus.cc:359] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.203843  8671 raft_consensus.cc:740] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.204749  8671 consensus_queue.cc:260] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.207261  8671 ts_tablet_manager.cc:1434] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:46.208451  8671 tablet_bootstrap.cc:492] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:46.210347  8721 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.211453  8434 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.225636  8171 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 3205fe6cfae446b3b1d3b4d38860389a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:37:46.229666  8184 catalog_manager.cc:5697] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c reported cstate change: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.235263  8671 tablet_bootstrap.cc:492] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.236817  8671 tablet_bootstrap.cc:492] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap complete.
I20260630 12:37:46.237865  8671 ts_tablet_manager.cc:1403] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.030s	user 0.022s	sys 0.004s
I20260630 12:37:46.241736  8671 raft_consensus.cc:359] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:46.242620  8671 raft_consensus.cc:740] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.243584  8671 consensus_queue.cc:260] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:46.244580  8671 raft_consensus.cc:399] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.245050  8671 raft_consensus.cc:493] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.245538  8671 raft_consensus.cc:3060] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:46.256275  8671 raft_consensus.cc:515] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:46.257758  8671 leader_election.cc:304] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: b9eb3bbcdd294b82b479fe07cbaa6a68; no voters: 
I20260630 12:37:46.258587  8671 leader_election.cc:290] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:46.258723  8679 raft_consensus.cc:2804] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:46.260075  8679 raft_consensus.cc:697] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 LEADER]: Becoming Leader. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Running, Role: LEADER
I20260630 12:37:46.260437  8671 ts_tablet_manager.cc:1434] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.022s	user 0.016s	sys 0.002s
I20260630 12:37:46.260950  8679 consensus_queue.cc:237] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:46.261605  8671 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap starting.
I20260630 12:37:46.278573   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:39397
I20260630 12:37:46.278671  8752 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:39397 every 8 connection(s)
I20260630 12:37:46.280588  8434 consensus_queue.cc:237] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.281729  8671 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.282836  8671 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Bootstrap complete.
I20260630 12:37:46.283571  8671 ts_tablet_manager.cc:1403] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.005s
I20260630 12:37:46.286856  8671 raft_consensus.cc:359] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:46.287952  8671 raft_consensus.cc:740] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9eb3bbcdd294b82b479fe07cbaa6a68, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.289209  8671 consensus_queue.cc:260] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [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: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:46.291527  8671 ts_tablet_manager.cc:1434] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
W20260630 12:37:46.299942  8400 consensus_peers.cc:597] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c -> Peer 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): Couldn't send request to peer 318bc7866fa741539e7099db26145c0d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fd003db3cf8345179129287884aa70f4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:46.300088  8359 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:46.302565  8677 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:46.306522  8753 heartbeater.cc:344] Connected to a master server at 127.0.160.190:41853
I20260630 12:37:46.307015  8753 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:46.308068  8753 heartbeater.cc:507] Master 127.0.160.190:41853 requested a full tablet report, sending...
I20260630 12:37:46.313812  8184 ts_manager.cc:194] Re-registered known tserver with Master: b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397)
I20260630 12:37:46.312760  8565 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.315982  8723 raft_consensus.cc:3060] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:46.322006  8723 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:46.322441  8184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43984
I20260630 12:37:46.321870  8359 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.324712  8677 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:46.326413  8753 heartbeater.cc:499] Master 127.0.160.190:41853 was elected leader, sending a full tablet report...
I20260630 12:37:46.338063  8170 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet fd003db3cf8345179129287884aa70f4 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 7)
I20260630 12:37:46.336151  8722 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.339404  8180 catalog_manager.cc:5697] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce reported cstate change: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.402426  8709 tablet_service.cc:1558] Processing DeleteTablet for tablet 55ed978e4ae545dc903c290c897c7b1b with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:45 UTC) from {username='slave'} at 127.0.0.1:49430
I20260630 12:37:46.404062  8761 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:46.404872  8761 raft_consensus.cc:2243] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:46.405469  8761 raft_consensus.cc:2272] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.408370  8761 ts_tablet_manager.cc:1916] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:46.411588  8709 tablet_service.cc:1558] Processing DeleteTablet for tablet c0970b5a032947f2a3e195e5d7366bf1 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:45 UTC) from {username='slave'} at 127.0.0.1:49430
I20260630 12:37:46.421627  8761 ts_tablet_manager.cc:1929] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:46.422104  8761 log.cc:1199] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root/wals/55ed978e4ae545dc903c290c897c7b1b
I20260630 12:37:46.422719  8761 ts_tablet_manager.cc:1950] T 55ed978e4ae545dc903c290c897c7b1b P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting consensus metadata
I20260630 12:37:46.425582  8761 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:46.425637  8171 catalog_manager.cc:5028] TS b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): tablet 55ed978e4ae545dc903c290c897c7b1b (table dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]) successfully deleted
I20260630 12:37:46.426606  8761 raft_consensus.cc:2243] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:46.427116  8761 raft_consensus.cc:2272] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.430089  8761 ts_tablet_manager.cc:1916] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:46.433722  8762 ts_tablet_manager.cc:933] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Initiating tablet copy from peer c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:46.435629  8762 tablet_copy_client.cc:323] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:33907
I20260630 12:37:46.446014  8761 ts_tablet_manager.cc:1929] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:46.446547  8761 log.cc:1199] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root/wals/c0970b5a032947f2a3e195e5d7366bf1
I20260630 12:37:46.447291  8761 ts_tablet_manager.cc:1950] T c0970b5a032947f2a3e195e5d7366bf1 P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting consensus metadata
I20260630 12:37:46.449016  8445 tablet_copy_service.cc:140] P c1cc92581dd340a888882419dca0db3c: Received BeginTabletCopySession request for tablet 1367a940935f41988643c5f789f1704f from peer 318bc7866fa741539e7099db26145c0d ({username='slave'} at 127.0.0.1:39386)
I20260630 12:37:46.449546  8445 tablet_copy_service.cc:161] P c1cc92581dd340a888882419dca0db3c: Beginning new tablet copy session on tablet 1367a940935f41988643c5f789f1704f from peer 318bc7866fa741539e7099db26145c0d at {username='slave'} at 127.0.0.1:39386: session id = 318bc7866fa741539e7099db26145c0d-1367a940935f41988643c5f789f1704f
I20260630 12:37:46.450157  8171 catalog_manager.cc:5028] TS b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): tablet c0970b5a032947f2a3e195e5d7366bf1 (table dugtrio [id=12c30f66ad2c42d1955c5cd8c41c37a6]) successfully deleted
I20260630 12:37:46.455667  8445 tablet_copy_source_session.cc:215] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:46.458585  8762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1367a940935f41988643c5f789f1704f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.471158  8762 tablet_copy_client.cc:806] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:46.471722  8762 tablet_copy_client.cc:670] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:46.475417  8762 tablet_copy_client.cc:538] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:46.482553  8762 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Bootstrap starting.
I20260630 12:37:46.498023  8762 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.498816  8762 tablet_bootstrap.cc:492] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Bootstrap complete.
I20260630 12:37:46.499430  8762 ts_tablet_manager.cc:1403] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.005s
I20260630 12:37:46.501745  8762 raft_consensus.cc:359] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.502416  8762 raft_consensus.cc:740] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 318bc7866fa741539e7099db26145c0d, State: Initialized, Role: LEARNER
I20260630 12:37:46.502972  8762 consensus_queue.cc:260] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.505172  8653 heartbeater.cc:499] Master 127.0.160.190:41853 was elected leader, sending a full tablet report...
I20260630 12:37:46.505496  8762 ts_tablet_manager.cc:1434] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:37:46.507426  8445 tablet_copy_service.cc:342] P c1cc92581dd340a888882419dca0db3c: Request end of tablet copy session 318bc7866fa741539e7099db26145c0d-1367a940935f41988643c5f789f1704f received from {username='slave'} at 127.0.0.1:39386
I20260630 12:37:46.507825  8445 tablet_copy_service.cc:434] P c1cc92581dd340a888882419dca0db3c: ending tablet copy session 318bc7866fa741539e7099db26145c0d-1367a940935f41988643c5f789f1704f on tablet 1367a940935f41988643c5f789f1704f with peer 318bc7866fa741539e7099db26145c0d
I20260630 12:37:46.548511  8722 raft_consensus.cc:2955] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
W20260630 12:37:46.631973  8232 auto_rebalancer.cc:639] Failed to schedule move for tablet 2286a6a1533d4d6e86019917e03e8a6a: Invalid argument: Server with UUID 318bc7866fa741539e7099db26145c0d is already a member of the config. RaftConfig: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
W20260630 12:37:46.646343  8232 auto_rebalancer.cc:639] Failed to schedule move for tablet 3205fe6cfae446b3b1d3b4d38860389a: Invalid argument: Server with UUID 318bc7866fa741539e7099db26145c0d is already a member of the config. RaftConfig: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.650808  8762 ts_tablet_manager.cc:933] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Initiating tablet copy from peer c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
W20260630 12:37:46.651294  8232 auto_rebalancer.cc:639] Failed to schedule move for tablet fd003db3cf8345179129287884aa70f4: Invalid argument: Server with UUID 318bc7866fa741539e7099db26145c0d is already a member of the config. RaftConfig: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.652366  8762 tablet_copy_client.cc:323] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:33907
I20260630 12:37:46.654162  8445 tablet_copy_service.cc:140] P c1cc92581dd340a888882419dca0db3c: Received BeginTabletCopySession request for tablet 2286a6a1533d4d6e86019917e03e8a6a from peer 318bc7866fa741539e7099db26145c0d ({username='slave'} at 127.0.0.1:39386)
I20260630 12:37:46.654737  8445 tablet_copy_service.cc:161] P c1cc92581dd340a888882419dca0db3c: Beginning new tablet copy session on tablet 2286a6a1533d4d6e86019917e03e8a6a from peer 318bc7866fa741539e7099db26145c0d at {username='slave'} at 127.0.0.1:39386: session id = 318bc7866fa741539e7099db26145c0d-2286a6a1533d4d6e86019917e03e8a6a
I20260630 12:37:46.656260  8772 ts_tablet_manager.cc:933] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Initiating tablet copy from peer 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:46.657927  8772 tablet_copy_client.cc:323] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:35131
I20260630 12:37:46.662830  8445 tablet_copy_source_session.cc:215] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:46.666306  8762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2286a6a1533d4d6e86019917e03e8a6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.668460  8371 tablet_copy_service.cc:140] P 7f50e69b6aa14e0a8f03d5bf824da5ce: Received BeginTabletCopySession request for tablet 3205fe6cfae446b3b1d3b4d38860389a from peer 318bc7866fa741539e7099db26145c0d ({username='slave'} at 127.0.0.1:53888)
I20260630 12:37:46.669183  8371 tablet_copy_service.cc:161] P 7f50e69b6aa14e0a8f03d5bf824da5ce: Beginning new tablet copy session on tablet 3205fe6cfae446b3b1d3b4d38860389a from peer 318bc7866fa741539e7099db26145c0d at {username='slave'} at 127.0.0.1:53888: session id = 318bc7866fa741539e7099db26145c0d-3205fe6cfae446b3b1d3b4d38860389a
I20260630 12:37:46.677608  8371 tablet_copy_source_session.cc:215] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:46.681114  8772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3205fe6cfae446b3b1d3b4d38860389a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.683256  8762 tablet_copy_client.cc:806] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:46.683949  8762 tablet_copy_client.cc:670] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:46.688324  8762 tablet_copy_client.cc:538] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:46.698719  8762 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Bootstrap starting.
I20260630 12:37:46.703310  8774 ts_tablet_manager.cc:933] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Initiating tablet copy from peer c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:46.705204  8722 raft_consensus.cc:3060] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:46.705720  8774 tablet_copy_client.cc:323] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:33907
I20260630 12:37:46.707319  8772 tablet_copy_client.cc:806] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:46.707921  8445 tablet_copy_service.cc:140] P c1cc92581dd340a888882419dca0db3c: Received BeginTabletCopySession request for tablet fd003db3cf8345179129287884aa70f4 from peer 318bc7866fa741539e7099db26145c0d ({username='slave'} at 127.0.0.1:39386)
I20260630 12:37:46.707955  8772 tablet_copy_client.cc:670] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:46.708642  8445 tablet_copy_service.cc:161] P c1cc92581dd340a888882419dca0db3c: Beginning new tablet copy session on tablet fd003db3cf8345179129287884aa70f4 from peer 318bc7866fa741539e7099db26145c0d at {username='slave'} at 127.0.0.1:39386: session id = 318bc7866fa741539e7099db26145c0d-fd003db3cf8345179129287884aa70f4
I20260630 12:37:46.712690  8722 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:46.715515  8721 consensus_queue.cc:1050] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:46.717270  8445 tablet_copy_source_session.cc:215] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:46.718029  8772 tablet_copy_client.cc:538] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:46.720779  8774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd003db3cf8345179129287884aa70f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.723246  8762 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.724668  8762 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Bootstrap complete.
I20260630 12:37:46.725776  8762 ts_tablet_manager.cc:1403] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Time spent bootstrapping tablet: real 0.027s	user 0.025s	sys 0.001s
I20260630 12:37:46.728511  8772 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Bootstrap starting.
I20260630 12:37:46.730121  8762 raft_consensus.cc:359] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.731058  8762 raft_consensus.cc:740] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 318bc7866fa741539e7099db26145c0d, State: Initialized, Role: LEARNER
I20260630 12:37:46.731441  8723 raft_consensus.cc:3060] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:46.731750  8762 consensus_queue.cc:260] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.734193  8762 ts_tablet_manager.cc:1434] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:46.736538  8444 tablet_copy_service.cc:342] P c1cc92581dd340a888882419dca0db3c: Request end of tablet copy session 318bc7866fa741539e7099db26145c0d-2286a6a1533d4d6e86019917e03e8a6a received from {username='slave'} at 127.0.0.1:39386
I20260630 12:37:46.737066  8444 tablet_copy_service.cc:434] P c1cc92581dd340a888882419dca0db3c: ending tablet copy session 318bc7866fa741539e7099db26145c0d-2286a6a1533d4d6e86019917e03e8a6a on tablet 2286a6a1533d4d6e86019917e03e8a6a with peer 318bc7866fa741539e7099db26145c0d
I20260630 12:37:46.742401  8722 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.750273  8774 tablet_copy_client.cc:806] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:46.751752  8774 tablet_copy_client.cc:670] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:46.756215  8774 tablet_copy_client.cc:538] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:46.757906  8723 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:46.759951  8759 consensus_queue.cc:1050] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:46.760495  8772 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.761538  8772 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Bootstrap complete.
I20260630 12:37:46.762259  8772 ts_tablet_manager.cc:1403] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Time spent bootstrapping tablet: real 0.034s	user 0.018s	sys 0.014s
I20260630 12:37:46.765501  8772 raft_consensus.cc:359] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.766396  8772 raft_consensus.cc:740] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 318bc7866fa741539e7099db26145c0d, State: Initialized, Role: LEARNER
I20260630 12:37:46.766525  8774 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Bootstrap starting.
I20260630 12:37:46.767131  8772 consensus_queue.cc:260] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [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: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.771906  8772 ts_tablet_manager.cc:1434] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:37:46.774034  8371 tablet_copy_service.cc:342] P 7f50e69b6aa14e0a8f03d5bf824da5ce: Request end of tablet copy session 318bc7866fa741539e7099db26145c0d-3205fe6cfae446b3b1d3b4d38860389a received from {username='slave'} at 127.0.0.1:53888
I20260630 12:37:46.774575  8371 tablet_copy_service.cc:434] P 7f50e69b6aa14e0a8f03d5bf824da5ce: ending tablet copy session 318bc7866fa741539e7099db26145c0d-3205fe6cfae446b3b1d3b4d38860389a on tablet 3205fe6cfae446b3b1d3b4d38860389a with peer 318bc7866fa741539e7099db26145c0d
I20260630 12:37:46.775887  8722 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:46.796550  8774 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:46.797592  8774 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Bootstrap complete.
I20260630 12:37:46.798420  8774 ts_tablet_manager.cc:1403] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Time spent bootstrapping tablet: real 0.032s	user 0.027s	sys 0.004s
I20260630 12:37:46.800657  8774 raft_consensus.cc:359] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.801348  8774 raft_consensus.cc:740] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 318bc7866fa741539e7099db26145c0d, State: Initialized, Role: LEARNER
I20260630 12:37:46.801874  8774 consensus_queue.cc:260] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:46.804522  8774 ts_tablet_manager.cc:1434] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:37:46.806362  8445 tablet_copy_service.cc:342] P c1cc92581dd340a888882419dca0db3c: Request end of tablet copy session 318bc7866fa741539e7099db26145c0d-fd003db3cf8345179129287884aa70f4 received from {username='slave'} at 127.0.0.1:39386
I20260630 12:37:46.806756  8445 tablet_copy_service.cc:434] P c1cc92581dd340a888882419dca0db3c: ending tablet copy session 318bc7866fa741539e7099db26145c0d-fd003db3cf8345179129287884aa70f4 on tablet fd003db3cf8345179129287884aa70f4 with peer 318bc7866fa741539e7099db26145c0d
I20260630 12:37:46.920012  8434 consensus_queue.cc:237] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.925200  8359 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:46.925388  8722 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:46.926705  8781 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:46.927479  8782 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:46.935019  8781 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:46.949486  8723 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:46.953593  8170 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet fd003db3cf8345179129287884aa70f4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:46.953796  8359 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:46.956408  8434 consensus_queue.cc:237] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:46.962905  8181 catalog_manager.cc:5697] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c reported cstate change: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.965791  8360 raft_consensus.cc:1275] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:46.967736  8723 raft_consensus.cc:1275] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:46.968350  8784 consensus_queue.cc:1048] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:46.970429  8782 consensus_queue.cc:1048] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:46.977819  8784 raft_consensus.cc:2955] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:46.981200  8723 raft_consensus.cc:2955] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:46.986174  8360 raft_consensus.cc:2955] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:46.988502  8170 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1367a940935f41988643c5f789f1704f with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:47.004066  8184 catalog_manager.cc:5697] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce reported cstate change: config changed from index 2 to 3, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New cstate: current_term: 1 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:47.017009  8618 tablet_service.cc:1558] Processing DeleteTablet for tablet fd003db3cf8345179129287884aa70f4 with delete_type TABLET_DATA_TOMBSTONED (TS 318bc7866fa741539e7099db26145c0d not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52990
I20260630 12:37:47.019166  8791 tablet_replica.cc:333] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: stopping tablet replica
I20260630 12:37:47.019107  8618 tablet_service.cc:1558] Processing DeleteTablet for tablet 1367a940935f41988643c5f789f1704f with delete_type TABLET_DATA_TOMBSTONED (TS 318bc7866fa741539e7099db26145c0d not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:52990
I20260630 12:37:47.020130  8791 raft_consensus.cc:2243] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:37:47.020663  8791 raft_consensus.cc:2272] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:37:47.023241  8791 ts_tablet_manager.cc:1916] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:47.034477  8628 raft_consensus.cc:1217] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:47.037670  8791 ts_tablet_manager.cc:1929] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:47.038255  8791 log.cc:1199] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root/wals/fd003db3cf8345179129287884aa70f4
I20260630 12:37:47.039911  8170 catalog_manager.cc:5028] TS 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): tablet fd003db3cf8345179129287884aa70f4 (table test-workload [id=991dc36b8dca436992d9c96809a0febe]) successfully deleted
I20260630 12:37:47.040057  8791 tablet_replica.cc:333] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: stopping tablet replica
I20260630 12:37:47.041090  8791 raft_consensus.cc:2243] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:47.041636  8791 raft_consensus.cc:2272] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:47.043843  8791 ts_tablet_manager.cc:1916] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:47.054903  8791 ts_tablet_manager.cc:1929] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:47.055320  8791 log.cc:1199] T 1367a940935f41988643c5f789f1704f P 318bc7866fa741539e7099db26145c0d: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root/wals/1367a940935f41988643c5f789f1704f
I20260630 12:37:47.056854  8170 catalog_manager.cc:5028] TS 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): tablet 1367a940935f41988643c5f789f1704f (table test-workload [id=991dc36b8dca436992d9c96809a0febe]) successfully deleted
I20260630 12:37:47.160068  8360 consensus_queue.cc:237] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } }
I20260630 12:37:47.165252  8434 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:47.165247  8723 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:47.166843  8721 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:47.167498  8567 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:47.173707  8721 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } }
I20260630 12:37:47.176651  8723 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } }
I20260630 12:37:47.178575  8434 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } }
I20260630 12:37:47.182430  8171 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3205fe6cfae446b3b1d3b4d38860389a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:47.187992  8181 catalog_manager.cc:5697] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce reported cstate change: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New cstate: current_term: 2 leader_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:47.198639  8618 tablet_service.cc:1558] Processing DeleteTablet for tablet 3205fe6cfae446b3b1d3b4d38860389a with delete_type TABLET_DATA_TOMBSTONED (TS 318bc7866fa741539e7099db26145c0d not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52990
I20260630 12:37:47.200037  8791 tablet_replica.cc:333] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: stopping tablet replica
I20260630 12:37:47.201041  8791 raft_consensus.cc:2243] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:37:47.201462  8791 raft_consensus.cc:2272] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:37:47.203994  8791 ts_tablet_manager.cc:1916] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:47.217206  8791 ts_tablet_manager.cc:1929] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:47.217680  8791 log.cc:1199] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root/wals/3205fe6cfae446b3b1d3b4d38860389a
I20260630 12:37:47.219491  8170 catalog_manager.cc:5028] TS 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): tablet 3205fe6cfae446b3b1d3b4d38860389a (table test-workload [id=991dc36b8dca436992d9c96809a0febe]) successfully deleted
I20260630 12:37:47.223588  8434 consensus_queue.cc:237] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } }
I20260630 12:37:47.229797  8360 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:47.230058  8723 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:47.231447  8783 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:47.232339  8785 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:47.238948  8785 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:47.241176  8723 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:47.242147  8360 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:47.250363  8170 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2286a6a1533d4d6e86019917e03e8a6a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:47.253464  8181 catalog_manager.cc:5697] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: config changed from index 3 to 4, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) evicted. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } }
I20260630 12:37:47.262706  8618 tablet_service.cc:1558] Processing DeleteTablet for tablet 2286a6a1533d4d6e86019917e03e8a6a with delete_type TABLET_DATA_TOMBSTONED (TS 318bc7866fa741539e7099db26145c0d not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52990
I20260630 12:37:47.263753  8791 tablet_replica.cc:333] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: stopping tablet replica
I20260630 12:37:47.264505  8791 raft_consensus.cc:2243] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:37:47.265012  8791 raft_consensus.cc:2272] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:37:47.267647  8791 ts_tablet_manager.cc:1916] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:47.280261  8791 ts_tablet_manager.cc:1929] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:47.280558  8791 log.cc:1199] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-3-root/wals/2286a6a1533d4d6e86019917e03e8a6a
I20260630 12:37:47.281853  8170 catalog_manager.cc:5028] TS 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): tablet 2286a6a1533d4d6e86019917e03e8a6a (table test-workload [id=991dc36b8dca436992d9c96809a0febe]) successfully deleted
I20260630 12:37:47.664286  8360 consensus_queue.cc:237] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [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: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:47.670951  8434 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:47.671455  8723 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
W20260630 12:37:47.671762  8326 consensus_peers.cc:597] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce -> Peer 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): Couldn't send request to peer 318bc7866fa741539e7099db26145c0d. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:47.672777  8793 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:47.673553  8792 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:47.679837  8567 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.681767  8434 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.682042  8723 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.693565  8184 catalog_manager.cc:5697] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c reported cstate change: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.698706  8434 consensus_queue.cc:237] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:47.705327  8360 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
W20260630 12:37:47.705343  8400 consensus_peers.cc:597] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c -> Peer 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): Couldn't send request to peer 318bc7866fa741539e7099db26145c0d. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:47.705575  8723 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:47.707285  8784 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:47.710412  8784 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:47.716202  8783 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.719010  8360 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.723827  8723 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.729943  8181 catalog_manager.cc:5697] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c reported cstate change: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.734696  8434 consensus_queue.cc:237] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [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: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:47.742512  8360 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
W20260630 12:37:47.743156  8400 consensus_peers.cc:597] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c -> Peer 318bc7866fa741539e7099db26145c0d (127.0.160.132:36339): Couldn't send request to peer 318bc7866fa741539e7099db26145c0d. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:47.744277  8784 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:47.744592  8723 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:47.746308  8784 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:47.751753  8785 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.753788  8360 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.755259  8723 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:47.768289  8184 catalog_manager.cc:5697] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: config changed from index 4 to 5, NON_VOTER 318bc7866fa741539e7099db26145c0d (127.0.160.132) added. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } } }
I20260630 12:37:48.167713  8796 ts_tablet_manager.cc:933] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Initiating tablet copy from peer 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131)
I20260630 12:37:48.169795  8796 tablet_copy_client.cc:323] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:35131
I20260630 12:37:48.171598  8371 tablet_copy_service.cc:140] P 7f50e69b6aa14e0a8f03d5bf824da5ce: Received BeginTabletCopySession request for tablet 3205fe6cfae446b3b1d3b4d38860389a from peer 318bc7866fa741539e7099db26145c0d ({username='slave'} at 127.0.0.1:53888)
I20260630 12:37:48.172104  8371 tablet_copy_service.cc:161] P 7f50e69b6aa14e0a8f03d5bf824da5ce: Beginning new tablet copy session on tablet 3205fe6cfae446b3b1d3b4d38860389a from peer 318bc7866fa741539e7099db26145c0d at {username='slave'} at 127.0.0.1:53888: session id = 318bc7866fa741539e7099db26145c0d-3205fe6cfae446b3b1d3b4d38860389a
I20260630 12:37:48.179203  8371 tablet_copy_source_session.cc:215] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:48.181957  8796 ts_tablet_manager.cc:1916] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:48.195487  8796 ts_tablet_manager.cc:1929] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 2.3
I20260630 12:37:48.196171  8796 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3205fe6cfae446b3b1d3b4d38860389a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:48.203339  8796 tablet_copy_client.cc:806] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:48.203967  8796 tablet_copy_client.cc:670] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:48.208341  8796 tablet_copy_client.cc:538] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:48.218657  8796 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Bootstrap starting.
I20260630 12:37:48.247165  8796 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Bootstrap replayed 1/1 log segments. Stats: ops{read=5 overwritten=0 applied=5 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:48.248121  8796 tablet_bootstrap.cc:492] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Bootstrap complete.
I20260630 12:37:48.248844  8796 ts_tablet_manager.cc:1403] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Time spent bootstrapping tablet: real 0.030s	user 0.020s	sys 0.008s
I20260630 12:37:48.251757  8796 raft_consensus.cc:359] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:48.252625  8796 raft_consensus.cc:740] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 318bc7866fa741539e7099db26145c0d, State: Initialized, Role: LEARNER
I20260630 12:37:48.253317  8796 consensus_queue.cc:260] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 2.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:48.255981  8796 ts_tablet_manager.cc:1434] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.005s
I20260630 12:37:48.257813  8371 tablet_copy_service.cc:342] P 7f50e69b6aa14e0a8f03d5bf824da5ce: Request end of tablet copy session 318bc7866fa741539e7099db26145c0d-3205fe6cfae446b3b1d3b4d38860389a received from {username='slave'} at 127.0.0.1:53888
I20260630 12:37:48.258266  8371 tablet_copy_service.cc:434] P 7f50e69b6aa14e0a8f03d5bf824da5ce: ending tablet copy session 318bc7866fa741539e7099db26145c0d-3205fe6cfae446b3b1d3b4d38860389a on tablet 3205fe6cfae446b3b1d3b4d38860389a with peer 318bc7866fa741539e7099db26145c0d
I20260630 12:37:48.297478  8796 ts_tablet_manager.cc:933] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Initiating tablet copy from peer c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:48.299240  8796 tablet_copy_client.cc:323] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:33907
I20260630 12:37:48.300861  8445 tablet_copy_service.cc:140] P c1cc92581dd340a888882419dca0db3c: Received BeginTabletCopySession request for tablet fd003db3cf8345179129287884aa70f4 from peer 318bc7866fa741539e7099db26145c0d ({username='slave'} at 127.0.0.1:39386)
I20260630 12:37:48.301398  8445 tablet_copy_service.cc:161] P c1cc92581dd340a888882419dca0db3c: Beginning new tablet copy session on tablet fd003db3cf8345179129287884aa70f4 from peer 318bc7866fa741539e7099db26145c0d at {username='slave'} at 127.0.0.1:39386: session id = 318bc7866fa741539e7099db26145c0d-fd003db3cf8345179129287884aa70f4
I20260630 12:37:48.304769  8801 ts_tablet_manager.cc:933] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Initiating tablet copy from peer c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907)
I20260630 12:37:48.306718  8801 tablet_copy_client.cc:323] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:33907
I20260630 12:37:48.308633  8444 tablet_copy_service.cc:140] P c1cc92581dd340a888882419dca0db3c: Received BeginTabletCopySession request for tablet 2286a6a1533d4d6e86019917e03e8a6a from peer 318bc7866fa741539e7099db26145c0d ({username='slave'} at 127.0.0.1:39386)
I20260630 12:37:48.309108  8445 tablet_copy_source_session.cc:215] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:48.309224  8444 tablet_copy_service.cc:161] P c1cc92581dd340a888882419dca0db3c: Beginning new tablet copy session on tablet 2286a6a1533d4d6e86019917e03e8a6a from peer 318bc7866fa741539e7099db26145c0d at {username='slave'} at 127.0.0.1:39386: session id = 318bc7866fa741539e7099db26145c0d-2286a6a1533d4d6e86019917e03e8a6a
I20260630 12:37:48.311584  8796 ts_tablet_manager.cc:1916] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:48.317835  8444 tablet_copy_source_session.cc:215] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:48.321138  8801 ts_tablet_manager.cc:1916] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:48.327082  8796 ts_tablet_manager.cc:1929] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 2.3
I20260630 12:37:48.328038  8796 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd003db3cf8345179129287884aa70f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:48.336686  8796 tablet_copy_client.cc:806] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:48.337320  8796 tablet_copy_client.cc:670] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:48.339799  8801 ts_tablet_manager.cc:1929] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 2.3
I20260630 12:37:48.340677  8801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2286a6a1533d4d6e86019917e03e8a6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:48.342578  8796 tablet_copy_client.cc:538] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:48.347952  8801 tablet_copy_client.cc:806] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:48.348594  8801 tablet_copy_client.cc:670] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:48.352283  8801 tablet_copy_client.cc:538] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:48.352669  8796 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Bootstrap starting.
I20260630 12:37:48.358810  8801 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Bootstrap starting.
I20260630 12:37:48.381814  8801 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Bootstrap replayed 1/1 log segments. Stats: ops{read=5 overwritten=0 applied=5 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:48.382138  8796 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Bootstrap replayed 1/1 log segments. Stats: ops{read=5 overwritten=0 applied=5 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:48.382688  8801 tablet_bootstrap.cc:492] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Bootstrap complete.
I20260630 12:37:48.383036  8796 tablet_bootstrap.cc:492] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Bootstrap complete.
I20260630 12:37:48.383452  8801 ts_tablet_manager.cc:1403] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.008s
I20260630 12:37:48.383896  8796 ts_tablet_manager.cc:1403] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Time spent bootstrapping tablet: real 0.031s	user 0.024s	sys 0.010s
I20260630 12:37:48.386229  8801 raft_consensus.cc:359] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:48.386951  8801 raft_consensus.cc:740] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 318bc7866fa741539e7099db26145c0d, State: Initialized, Role: LEARNER
I20260630 12:37:48.386586  8796 raft_consensus.cc:359] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:48.387495  8796 raft_consensus.cc:740] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 318bc7866fa741539e7099db26145c0d, State: Initialized, Role: LEARNER
I20260630 12:37:48.387599  8801 consensus_queue.cc:260] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 2.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:48.388116  8796 consensus_queue.cc:260] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 2.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: true } }
I20260630 12:37:48.390098  8801 ts_tablet_manager.cc:1434] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:48.390338  8796 ts_tablet_manager.cc:1434] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:48.392216  8444 tablet_copy_service.cc:342] P c1cc92581dd340a888882419dca0db3c: Request end of tablet copy session 318bc7866fa741539e7099db26145c0d-2286a6a1533d4d6e86019917e03e8a6a received from {username='slave'} at 127.0.0.1:39386
I20260630 12:37:48.392634  8444 tablet_copy_service.cc:434] P c1cc92581dd340a888882419dca0db3c: ending tablet copy session 318bc7866fa741539e7099db26145c0d-2286a6a1533d4d6e86019917e03e8a6a on tablet 2286a6a1533d4d6e86019917e03e8a6a with peer 318bc7866fa741539e7099db26145c0d
I20260630 12:37:48.393312  8445 tablet_copy_service.cc:342] P c1cc92581dd340a888882419dca0db3c: Request end of tablet copy session 318bc7866fa741539e7099db26145c0d-fd003db3cf8345179129287884aa70f4 received from {username='slave'} at 127.0.0.1:39386
I20260630 12:37:48.393713  8445 tablet_copy_service.cc:434] P c1cc92581dd340a888882419dca0db3c: ending tablet copy session 318bc7866fa741539e7099db26145c0d-fd003db3cf8345179129287884aa70f4 on tablet fd003db3cf8345179129287884aa70f4 with peer 318bc7866fa741539e7099db26145c0d
I20260630 12:37:48.687698  8628 raft_consensus.cc:1217] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.4->[2.5-2.5]   Dedup: 2.5->[]
I20260630 12:37:48.755995  8628 raft_consensus.cc:1217] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.4->[2.5-2.5]   Dedup: 2.5->[]
I20260630 12:37:48.845202  8628 raft_consensus.cc:1217] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.4->[2.5-2.5]   Dedup: 2.5->[]
I20260630 12:37:49.208761  8807 raft_consensus.cc:1064] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: attempting to promote NON_VOTER 318bc7866fa741539e7099db26145c0d to VOTER
I20260630 12:37:49.210835  8807 consensus_queue.cc:237] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 2.5, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } }
I20260630 12:37:49.217154  8628 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.217614  8360 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.218163  8723 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.219044  8808 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.220394  8807 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.221311  8810 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.243257  8808 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.245910  8723 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.249173  8360 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.255925  8628 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.265653  8180 catalog_manager.cc:5697] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce reported cstate change: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } attrs { replace: true } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.296448  8434 consensus_queue.cc:237] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 2.6, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } }
I20260630 12:37:49.307222  8360 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260630 12:37:49.307749  8628 raft_consensus.cc:1275] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260630 12:37:49.309623  8808 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:49.311182  8567 raft_consensus.cc:1064] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: attempting to promote NON_VOTER 318bc7866fa741539e7099db26145c0d to VOTER
I20260630 12:37:49.311036  8807 consensus_queue.cc:1048] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:49.314440  8567 consensus_queue.cc:237] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 2.5, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } }
I20260630 12:37:49.317610  8810 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.320755  8360 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.323346  8628 raft_consensus.cc:2955] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.329641  8170 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2286a6a1533d4d6e86019917e03e8a6a with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:49.335966  8182 catalog_manager.cc:5697] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c reported cstate change: config changed from index 6 to 7, VOTER b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129) evicted. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:49.340945  8723 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.342402  8434 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.342803  8567 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.344264  8628 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.345118  8819 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.346803  8821 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.355894  8709 tablet_service.cc:1558] Processing DeleteTablet for tablet 2286a6a1533d4d6e86019917e03e8a6a with delete_type TABLET_DATA_TOMBSTONED (TS b9eb3bbcdd294b82b479fe07cbaa6a68 not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:49430
I20260630 12:37:49.369351  8825 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:49.372105  8825 raft_consensus.cc:2243] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:49.373806  8825 raft_consensus.cc:2272] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:49.377410  8825 ts_tablet_manager.cc:1916] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:49.380435  8627 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.381114  8819 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 LEADER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.384672  8722 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.395273  8434 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.398517  8182 catalog_manager.cc:5697] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d reported cstate change: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } attrs { replace: true } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.411288  8825 ts_tablet_manager.cc:1929] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.6
I20260630 12:37:49.411906  8825 log.cc:1199] T 2286a6a1533d4d6e86019917e03e8a6a P b9eb3bbcdd294b82b479fe07cbaa6a68: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-0-root/wals/2286a6a1533d4d6e86019917e03e8a6a
I20260630 12:37:49.413908  8171 catalog_manager.cc:5028] TS b9eb3bbcdd294b82b479fe07cbaa6a68 (127.0.160.129:39397): tablet 2286a6a1533d4d6e86019917e03e8a6a (table test-workload [id=991dc36b8dca436992d9c96809a0febe]) successfully deleted
I20260630 12:37:49.418725  8360 consensus_queue.cc:237] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 2.6, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } }
I20260630 12:37:49.424031  8627 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260630 12:37:49.425330  8722 raft_consensus.cc:1275] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer 7f50e69b6aa14e0a8f03d5bf824da5ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260630 12:37:49.426791  8819 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:49.427711  8821 consensus_queue.cc:1048] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:49.434999  8567 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 LEADER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER c1cc92581dd340a888882419dca0db3c (127.0.160.131) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.436962  8627 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER c1cc92581dd340a888882419dca0db3c (127.0.160.131) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.438005  8722 raft_consensus.cc:2955] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER c1cc92581dd340a888882419dca0db3c (127.0.160.131) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.447088  8171 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3205fe6cfae446b3b1d3b4d38860389a with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:49.453967  8180 catalog_manager.cc:5697] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce reported cstate change: config changed from index 6 to 7, VOTER c1cc92581dd340a888882419dca0db3c (127.0.160.131) evicted. New cstate: current_term: 2 leader_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:49.466032  8422 tablet_service.cc:1558] Processing DeleteTablet for tablet 3205fe6cfae446b3b1d3b4d38860389a with delete_type TABLET_DATA_TOMBSTONED (TS c1cc92581dd340a888882419dca0db3c not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:39974
I20260630 12:37:49.468113  8826 tablet_replica.cc:333] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: stopping tablet replica
I20260630 12:37:49.469202  8826 raft_consensus.cc:2243] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:49.470254  8826 raft_consensus.cc:2272] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:49.474321  8826 ts_tablet_manager.cc:1916] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:49.475246  8807 raft_consensus.cc:1064] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: attempting to promote NON_VOTER 318bc7866fa741539e7099db26145c0d to VOTER
I20260630 12:37:49.478084  8807 consensus_queue.cc:237] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 2.5, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } }
I20260630 12:37:49.485435  8627 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 LEARNER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.485435  8360 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.487912  8722 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:37:49.489847  8810 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.490772  8784 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.491585  8808 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:49.494045  8826 ts_tablet_manager.cc:1929] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.6
I20260630 12:37:49.494534  8826 log.cc:1199] T 3205fe6cfae446b3b1d3b4d38860389a P c1cc92581dd340a888882419dca0db3c: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-2-root/wals/3205fe6cfae446b3b1d3b4d38860389a
I20260630 12:37:49.496344  8170 catalog_manager.cc:5028] TS c1cc92581dd340a888882419dca0db3c (127.0.160.131:33907): tablet 3205fe6cfae446b3b1d3b4d38860389a (table test-workload [id=991dc36b8dca436992d9c96809a0febe]) successfully deleted
I20260630 12:37:49.507656  8810 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.509141  8627 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.514072  8722 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.521021  8360 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.525264  8180 catalog_manager.cc:5697] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d reported cstate change: config changed from index 5 to 6, 318bc7866fa741539e7099db26145c0d (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "7f50e69b6aa14e0a8f03d5bf824da5ce" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35131 } attrs { replace: true } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.542434  8434 consensus_queue.cc:237] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 2.6, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } }
I20260630 12:37:49.548076  8627 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260630 12:37:49.548528  8722 raft_consensus.cc:1275] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Refusing update from remote peer c1cc92581dd340a888882419dca0db3c: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260630 12:37:49.549721  8808 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:49.550608  8784 consensus_queue.cc:1048] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:49.559020  8784 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.559413  8722 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.562557  8628 raft_consensus.cc:2955] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.574539  8170 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet fd003db3cf8345179129287884aa70f4 with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:49.575377  8182 catalog_manager.cc:5697] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 reported cstate change: config changed from index 6 to 7, VOTER 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130) evicted. New cstate: current_term: 2 leader_uuid: "c1cc92581dd340a888882419dca0db3c" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "b9eb3bbcdd294b82b479fe07cbaa6a68" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 39397 } } peers { permanent_uuid: "c1cc92581dd340a888882419dca0db3c" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 33907 } } peers { permanent_uuid: "318bc7866fa741539e7099db26145c0d" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 36339 } attrs { promote: false } } }
I20260630 12:37:49.588095  8348 tablet_service.cc:1558] Processing DeleteTablet for tablet fd003db3cf8345179129287884aa70f4 with delete_type TABLET_DATA_TOMBSTONED (TS 7f50e69b6aa14e0a8f03d5bf824da5ce not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:38290
I20260630 12:37:49.590217  8831 tablet_replica.cc:333] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: stopping tablet replica
I20260630 12:37:49.590974  8831 raft_consensus.cc:2243] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:49.591591  8831 raft_consensus.cc:2272] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:49.595048  8831 ts_tablet_manager.cc:1916] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:49.606988  8831 ts_tablet_manager.cc:1929] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.6
I20260630 12:37:49.607362  8831 log.cc:1199] T fd003db3cf8345179129287884aa70f4 P 7f50e69b6aa14e0a8f03d5bf824da5ce: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861050400-642-0/minicluster-data/ts-1-root/wals/fd003db3cf8345179129287884aa70f4
I20260630 12:37:49.608994  8171 catalog_manager.cc:5028] TS 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131): tablet fd003db3cf8345179129287884aa70f4 (table test-workload [id=991dc36b8dca436992d9c96809a0febe]) successfully deleted
W20260630 12:37:50.588135  8232 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver b9eb3bbcdd294b82b479fe07cbaa6a68 not available for placement
I20260630 12:37:51.329432   642 tablet_server.cc:179] TabletServer@127.0.160.129:39397 shutting down...
I20260630 12:37:51.347774   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.348547   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:51.349241   642 raft_consensus.cc:2243] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.349895   642 raft_consensus.cc:2272] T 1367a940935f41988643c5f789f1704f P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.352252   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:51.352748   642 raft_consensus.cc:2243] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.353453   642 raft_consensus.cc:2272] T fd003db3cf8345179129287884aa70f4 P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.355286   642 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:51.355728   642 raft_consensus.cc:2243] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.356370   642 raft_consensus.cc:2272] T 3205fe6cfae446b3b1d3b4d38860389a P b9eb3bbcdd294b82b479fe07cbaa6a68 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.380832   642 tablet_server.cc:196] TabletServer@127.0.160.129:39397 shutdown complete.
I20260630 12:37:51.397068   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:37:51.419773   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.420589   642 tablet_replica.cc:333] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce: stopping tablet replica
I20260630 12:37:51.421473   642 raft_consensus.cc:2243] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.422328   642 raft_consensus.cc:2272] T 3205fe6cfae446b3b1d3b4d38860389a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.424814   642 tablet_replica.cc:333] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce: stopping tablet replica
I20260630 12:37:51.425397   642 raft_consensus.cc:2243] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.426083   642 raft_consensus.cc:2272] T 2286a6a1533d4d6e86019917e03e8a6a P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.428169   642 tablet_replica.cc:333] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce: stopping tablet replica
I20260630 12:37:51.428637   642 raft_consensus.cc:2243] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.429198   642 raft_consensus.cc:2272] T 1367a940935f41988643c5f789f1704f P 7f50e69b6aa14e0a8f03d5bf824da5ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.454262   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:37:51.473191   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
W20260630 12:37:51.496181  8401 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.130:35131: connect: Connection refused (error 111) [suppressed 40 similar messages]
I20260630 12:37:51.501217   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260630 12:37:51.501448  8401 consensus_peers.cc:597] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c -> Peer 7f50e69b6aa14e0a8f03d5bf824da5ce (127.0.160.130:35131): Couldn't send request to peer 7f50e69b6aa14e0a8f03d5bf824da5ce. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.130:35131: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:51.502009   642 tablet_replica.cc:333] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c: stopping tablet replica
I20260630 12:37:51.502648   642 raft_consensus.cc:2243] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.503480   642 raft_consensus.cc:2272] T 2286a6a1533d4d6e86019917e03e8a6a P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.505748   642 tablet_replica.cc:333] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c: stopping tablet replica
I20260630 12:37:51.506318   642 raft_consensus.cc:2243] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.507104   642 raft_consensus.cc:2272] T 1367a940935f41988643c5f789f1704f P c1cc92581dd340a888882419dca0db3c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.509166   642 tablet_replica.cc:333] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c: stopping tablet replica
I20260630 12:37:51.509652   642 raft_consensus.cc:2243] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.510507   642 raft_consensus.cc:2272] T fd003db3cf8345179129287884aa70f4 P c1cc92581dd340a888882419dca0db3c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.535820   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:37:51.554142   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:37:51.573356   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.573971   642 tablet_replica.cc:333] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d: stopping tablet replica
I20260630 12:37:51.574476   642 raft_consensus.cc:2243] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.574990   642 raft_consensus.cc:2272] T fd003db3cf8345179129287884aa70f4 P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.577001   642 tablet_replica.cc:333] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d: stopping tablet replica
I20260630 12:37:51.577463   642 raft_consensus.cc:2243] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.577955   642 raft_consensus.cc:2272] T 3205fe6cfae446b3b1d3b4d38860389a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.579841   642 tablet_replica.cc:333] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d: stopping tablet replica
I20260630 12:37:51.580288   642 raft_consensus.cc:2243] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.580691   642 raft_consensus.cc:2272] T 2286a6a1533d4d6e86019917e03e8a6a P 318bc7866fa741539e7099db26145c0d [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:51.590569  8232 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 7f50e69b6aa14e0a8f03d5bf824da5ce not available for placement
I20260630 12:37:51.603775   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:37:51.616986   642 master.cc:562] Master@127.0.160.190:41853 shutting down...
I20260630 12:37:51.634840   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.635432   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.635782   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P dcad851266614a1cb36dd51250140aa6: stopping tablet replica
I20260630 12:37:51.655799   642 master.cc:584] Master@127.0.160.190:41853 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (12275 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:37:51.699915   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:38307
I20260630 12:37:51.701103   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:51.706024  8836 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.706073  8837 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.708436   642 server_base.cc:1061] running on GCE node
W20260630 12:37:51.708798  8839 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.709805   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:51.709997   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:51.710120   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823071710108 us; error 0 us; skew 500 ppm
I20260630 12:37:51.710561   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:51.712908   642 webserver.cc:533] Webserver started at http://127.0.160.190:46845/ using document root <none> and password file <none>
I20260630 12:37:51.713619   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:51.713775   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:51.714000   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:51.715086   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "3e09971c03234a4e8e1b707b0318574a"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-n1kv"
I20260630 12:37:51.720229   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:37:51.723820  8844 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.724629   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:51.725000   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "3e09971c03234a4e8e1b707b0318574a"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-n1kv"
I20260630 12:37:51.725303   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:51.739485   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:51.740767   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:51.779433   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:38307
I20260630 12:37:51.779538  8895 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:38307 every 8 connection(s)
I20260630 12:37:51.783377  8896 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:51.794478  8896 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a: Bootstrap starting.
I20260630 12:37:51.799319  8896 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:51.803539  8896 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a: No bootstrap required, opened a new log
I20260630 12:37:51.805920  8896 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3e09971c03234a4e8e1b707b0318574a" member_type: VOTER }
I20260630 12:37:51.806321  8896 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:51.806501  8896 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3e09971c03234a4e8e1b707b0318574a, State: Initialized, Role: FOLLOWER
I20260630 12:37:51.807008  8896 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3e09971c03234a4e8e1b707b0318574a" member_type: VOTER }
I20260630 12:37:51.807430  8896 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:51.807623  8896 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:51.807830  8896 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:51.812619  8896 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3e09971c03234a4e8e1b707b0318574a" member_type: VOTER }
I20260630 12:37:51.813218  8896 leader_election.cc:304] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [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: 3e09971c03234a4e8e1b707b0318574a; no voters: 
I20260630 12:37:51.814334  8896 leader_election.cc:290] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:51.814800  8899 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:51.816186  8899 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 1 LEADER]: Becoming Leader. State: Replica: 3e09971c03234a4e8e1b707b0318574a, State: Running, Role: LEADER
I20260630 12:37:51.816865  8899 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [LEADER]: Queue going to LEADER mode. State: All 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: "3e09971c03234a4e8e1b707b0318574a" member_type: VOTER }
I20260630 12:37:51.817334  8896 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:51.822044  8901 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3e09971c03234a4e8e1b707b0318574a. Latest consensus state: current_term: 1 leader_uuid: "3e09971c03234a4e8e1b707b0318574a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3e09971c03234a4e8e1b707b0318574a" member_type: VOTER } }
I20260630 12:37:51.822332  8900 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3e09971c03234a4e8e1b707b0318574a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3e09971c03234a4e8e1b707b0318574a" member_type: VOTER } }
I20260630 12:37:51.823012  8901 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:51.823203  8900 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:51.826368  8907 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:51.831717  8907 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:51.835084   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:51.840559  8907 catalog_manager.cc:1383] Generated new cluster ID: 26c76ecb4a8240ae8957bb90adc1b648
I20260630 12:37:51.840889  8907 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:51.867885  8907 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:51.869282  8907 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:51.884140  8907 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a: Generated new TSK 0
I20260630 12:37:51.884891  8907 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:51.902079   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:51.908036  8917 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.909302  8918 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.910830  8920 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.911566   642 server_base.cc:1061] running on GCE node
I20260630 12:37:51.912451   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:51.912635   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:51.912833   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823071912815 us; error 0 us; skew 500 ppm
I20260630 12:37:51.913436   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:51.915741   642 webserver.cc:533] Webserver started at http://127.0.160.129:43749/ using document root <none> and password file <none>
I20260630 12:37:51.916215   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:51.916397   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:51.916668   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:51.917778   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "ae9a74d87c864d6c94403157d1ed6ed9"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-n1kv"
I20260630 12:37:51.922319   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:51.926002  8925 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.926746   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:51.927091   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "ae9a74d87c864d6c94403157d1ed6ed9"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-n1kv"
I20260630 12:37:51.927443   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:51.949064   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:51.950264   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:51.951772   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:51.954217   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:51.954466   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.954720   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:51.954892   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.993741   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:40639
I20260630 12:37:51.993849  8987 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:40639 every 8 connection(s)
I20260630 12:37:51.999286   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.006259  8992 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.008232  8993 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.009635  8995 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.009907   642 server_base.cc:1061] running on GCE node
I20260630 12:37:52.010874   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.011072   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.011204   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823072011193 us; error 0 us; skew 500 ppm
I20260630 12:37:52.011641   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.014577   642 webserver.cc:533] Webserver started at http://127.0.160.130:46353/ using document root <none> and password file <none>
I20260630 12:37:52.015200   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.015424   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.015726   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.016240  8988 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38307
I20260630 12:37:52.016633  8988 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:52.017122   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "895df726bb13418da6b3f98b8b8f4363"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-n1kv"
I20260630 12:37:52.017457  8988 heartbeater.cc:507] Master 127.0.160.190:38307 requested a full tablet report, sending...
I20260630 12:37:52.019678  8861 ts_manager.cc:194] Registered new tserver with Master: ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129:40639)
I20260630 12:37:52.022370  8861 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40622
I20260630 12:37:52.023281   642 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:52.027063  9000 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.027791   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:52.028092   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "895df726bb13418da6b3f98b8b8f4363"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-n1kv"
I20260630 12:37:52.028381   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:52.041249   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.042378   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.043819   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:52.046250   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:52.046482   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.046737   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:52.046913   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.086395   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:34395
I20260630 12:37:52.086503  9062 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:34395 every 8 connection(s)
I20260630 12:37:52.091670   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.098909  9066 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.099452  9067 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.103036  9069 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.103744   642 server_base.cc:1061] running on GCE node
I20260630 12:37:52.104769  9063 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38307
I20260630 12:37:52.104982   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:52.105275  9063 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:52.105367   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.105675   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823072105655 us; error 0 us; skew 500 ppm
I20260630 12:37:52.106287  9063 heartbeater.cc:507] Master 127.0.160.190:38307 requested a full tablet report, sending...
I20260630 12:37:52.106420   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.108907  8861 ts_manager.cc:194] Registered new tserver with Master: 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395)
I20260630 12:37:52.109407   642 webserver.cc:533] Webserver started at http://127.0.160.131:34169/ using document root <none> and password file <none>
I20260630 12:37:52.110080   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.110335   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.110643   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.110926  8861 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40638
I20260630 12:37:52.112125   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "1baece7f404b4c6e9a96e9f8e468f239"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-n1kv"
I20260630 12:37:52.116796   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:37:52.120822  9074 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.121704   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:52.122030   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "1baece7f404b4c6e9a96e9f8e468f239"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-n1kv"
I20260630 12:37:52.122354   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:52.153157   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.154330   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.155800   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:52.158195   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:52.158455   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.158694   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:52.158869   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.200572   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:40663
I20260630 12:37:52.200690  9136 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:40663 every 8 connection(s)
I20260630 12:37:52.214972  9137 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38307
I20260630 12:37:52.215397  9137 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:52.216127  9137 heartbeater.cc:507] Master 127.0.160.190:38307 requested a full tablet report, sending...
I20260630 12:37:52.218153  8861 ts_manager.cc:194] Registered new tserver with Master: 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131:40663)
I20260630 12:37:52.218629   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014684946s
I20260630 12:37:52.220088  8861 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40646
I20260630 12:37:53.025731  8988 heartbeater.cc:499] Master 127.0.160.190:38307 was elected leader, sending a full tablet report...
I20260630 12:37:53.114212  9063 heartbeater.cc:499] Master 127.0.160.190:38307 was elected leader, sending a full tablet report...
I20260630 12:37:53.223417  9137 heartbeater.cc:499] Master 127.0.160.190:38307 was elected leader, sending a full tablet report...
I20260630 12:37:53.314281  8861 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40656:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:53.317052  8861 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:53.384893  9028 tablet_service.cc:1511] Processing CreateTablet for tablet 2b682919cb124fdc9f4c5e09a1e69ab3 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:53.388190  9028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b682919cb124fdc9f4c5e09a1e69ab3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.391530  9027 tablet_service.cc:1511] Processing CreateTablet for tablet 3308dd5eee7346cc91b976f92a459987 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:53.392884  9026 tablet_service.cc:1511] Processing CreateTablet for tablet c00824b0ea964dd88794a9d59e7045e7 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:53.393399  9027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3308dd5eee7346cc91b976f92a459987. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.395280  9102 tablet_service.cc:1511] Processing CreateTablet for tablet 2b682919cb124fdc9f4c5e09a1e69ab3 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:53.395934  9025 tablet_service.cc:1511] Processing CreateTablet for tablet 65f62bd86a4d485386d20b9cfadd85fc (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:53.396409  9026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c00824b0ea964dd88794a9d59e7045e7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.397186  9102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b682919cb124fdc9f4c5e09a1e69ab3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.397490  9025 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 65f62bd86a4d485386d20b9cfadd85fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.402408  9101 tablet_service.cc:1511] Processing CreateTablet for tablet 3308dd5eee7346cc91b976f92a459987 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:53.403288  9099 tablet_service.cc:1511] Processing CreateTablet for tablet 65f62bd86a4d485386d20b9cfadd85fc (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:53.404058  9101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3308dd5eee7346cc91b976f92a459987. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.404840  9099 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 65f62bd86a4d485386d20b9cfadd85fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.406561  9100 tablet_service.cc:1511] Processing CreateTablet for tablet c00824b0ea964dd88794a9d59e7045e7 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:53.408144  9100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c00824b0ea964dd88794a9d59e7045e7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.422784  8953 tablet_service.cc:1511] Processing CreateTablet for tablet 2b682919cb124fdc9f4c5e09a1e69ab3 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:53.424870  8953 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b682919cb124fdc9f4c5e09a1e69ab3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.426805  8952 tablet_service.cc:1511] Processing CreateTablet for tablet 3308dd5eee7346cc91b976f92a459987 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:53.438194  8952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3308dd5eee7346cc91b976f92a459987. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.428658  8951 tablet_service.cc:1511] Processing CreateTablet for tablet c00824b0ea964dd88794a9d59e7045e7 (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:53.442267  8951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c00824b0ea964dd88794a9d59e7045e7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.430600  8950 tablet_service.cc:1511] Processing CreateTablet for tablet 65f62bd86a4d485386d20b9cfadd85fc (DEFAULT_TABLE table=test-workload [id=61b3f232285f4a98a6e24594552dd86d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:53.446272  8950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 65f62bd86a4d485386d20b9cfadd85fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.479873  9157 tablet_bootstrap.cc:492] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363: Bootstrap starting.
I20260630 12:37:53.488480  9157 tablet_bootstrap.cc:654] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.495143  9158 tablet_bootstrap.cc:492] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239: Bootstrap starting.
I20260630 12:37:53.508734  9157 tablet_bootstrap.cc:492] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363: No bootstrap required, opened a new log
I20260630 12:37:53.509387  9157 ts_tablet_manager.cc:1403] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363: Time spent bootstrapping tablet: real 0.030s	user 0.008s	sys 0.007s
I20260630 12:37:53.511875  9159 tablet_bootstrap.cc:492] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9: Bootstrap starting.
I20260630 12:37:53.512866  9157 raft_consensus.cc:359] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.513962  9157 raft_consensus.cc:385] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.514295  9157 raft_consensus.cc:740] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 895df726bb13418da6b3f98b8b8f4363, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.515885  9158 tablet_bootstrap.cc:654] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.515267  9157 consensus_queue.cc:260] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.518838  9157 ts_tablet_manager.cc:1434] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:37:53.519474  9159 tablet_bootstrap.cc:654] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.520129  9157 tablet_bootstrap.cc:492] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363: Bootstrap starting.
I20260630 12:37:53.529054  9157 tablet_bootstrap.cc:654] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.530036  9159 tablet_bootstrap.cc:492] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9: No bootstrap required, opened a new log
I20260630 12:37:53.530068  9158 tablet_bootstrap.cc:492] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239: No bootstrap required, opened a new log
I20260630 12:37:53.530759  9159 ts_tablet_manager.cc:1403] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.009s
I20260630 12:37:53.530879  9158 ts_tablet_manager.cc:1403] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239: Time spent bootstrapping tablet: real 0.036s	user 0.012s	sys 0.009s
I20260630 12:37:53.534194  9158 raft_consensus.cc:359] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.534940  9158 raft_consensus.cc:385] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.535212  9158 raft_consensus.cc:740] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1baece7f404b4c6e9a96e9f8e468f239, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.536055  9158 consensus_queue.cc:260] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.537081  9159 raft_consensus.cc:359] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.537923  9159 raft_consensus.cc:385] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.538233  9159 raft_consensus.cc:740] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae9a74d87c864d6c94403157d1ed6ed9, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.538941  9157 tablet_bootstrap.cc:492] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363: No bootstrap required, opened a new log
I20260630 12:37:53.539085  9158 ts_tablet_manager.cc:1434] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:37:53.539634  9157 ts_tablet_manager.cc:1403] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260630 12:37:53.539141  9159 consensus_queue.cc:260] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.540423  9158 tablet_bootstrap.cc:492] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239: Bootstrap starting.
I20260630 12:37:53.543716  9157 raft_consensus.cc:359] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.544871  9157 raft_consensus.cc:385] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.545374  9157 raft_consensus.cc:740] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 895df726bb13418da6b3f98b8b8f4363, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.546700  9157 consensus_queue.cc:260] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.547732  9158 tablet_bootstrap.cc:654] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.549927  9157 ts_tablet_manager.cc:1434] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:37:53.551460  9157 tablet_bootstrap.cc:492] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363: Bootstrap starting.
I20260630 12:37:53.560413  9157 tablet_bootstrap.cc:654] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.577390  9159 ts_tablet_manager.cc:1434] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9: Time spent starting tablet: real 0.046s	user 0.019s	sys 0.025s
I20260630 12:37:53.578871  9159 tablet_bootstrap.cc:492] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9: Bootstrap starting.
I20260630 12:37:53.579423  9158 tablet_bootstrap.cc:492] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239: No bootstrap required, opened a new log
I20260630 12:37:53.580013  9157 tablet_bootstrap.cc:492] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363: No bootstrap required, opened a new log
I20260630 12:37:53.580040  9158 ts_tablet_manager.cc:1403] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239: Time spent bootstrapping tablet: real 0.040s	user 0.024s	sys 0.012s
I20260630 12:37:53.580857  9157 ts_tablet_manager.cc:1403] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363: Time spent bootstrapping tablet: real 0.030s	user 0.017s	sys 0.009s
I20260630 12:37:53.583529  9158 raft_consensus.cc:359] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.584328  9158 raft_consensus.cc:385] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.584158  9157 raft_consensus.cc:359] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.584790  9158 raft_consensus.cc:740] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1baece7f404b4c6e9a96e9f8e468f239, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.585335  9157 raft_consensus.cc:385] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.585526  9159 tablet_bootstrap.cc:654] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.585809  9157 raft_consensus.cc:740] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 895df726bb13418da6b3f98b8b8f4363, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.585997  9158 consensus_queue.cc:260] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.587167  9157 consensus_queue.cc:260] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.588443  9158 ts_tablet_manager.cc:1434] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:53.589582  9158 tablet_bootstrap.cc:492] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239: Bootstrap starting.
I20260630 12:37:53.590744  9157 ts_tablet_manager.cc:1434] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:37:53.594532  9157 tablet_bootstrap.cc:492] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363: Bootstrap starting.
I20260630 12:37:53.596303  9158 tablet_bootstrap.cc:654] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.602818  9157 tablet_bootstrap.cc:654] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.604592  9159 tablet_bootstrap.cc:492] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9: No bootstrap required, opened a new log
I20260630 12:37:53.604666  9158 tablet_bootstrap.cc:492] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239: No bootstrap required, opened a new log
I20260630 12:37:53.605489  9159 ts_tablet_manager.cc:1403] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.008s
I20260630 12:37:53.605578  9158 ts_tablet_manager.cc:1403] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260630 12:37:53.609045  9158 raft_consensus.cc:359] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.609845  9158 raft_consensus.cc:385] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.609570  9159 raft_consensus.cc:359] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.610381  9158 raft_consensus.cc:740] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1baece7f404b4c6e9a96e9f8e468f239, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.610699  9159 raft_consensus.cc:385] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.611192  9159 raft_consensus.cc:740] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae9a74d87c864d6c94403157d1ed6ed9, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.611487  9158 consensus_queue.cc:260] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.612265  9159 consensus_queue.cc:260] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.614564  9158 ts_tablet_manager.cc:1434] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:53.615442  9159 ts_tablet_manager.cc:1434] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.005s
I20260630 12:37:53.615705  9158 tablet_bootstrap.cc:492] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239: Bootstrap starting.
I20260630 12:37:53.616981  9159 tablet_bootstrap.cc:492] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9: Bootstrap starting.
I20260630 12:37:53.623252  9158 tablet_bootstrap.cc:654] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.626452  9159 tablet_bootstrap.cc:654] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.635592  9158 tablet_bootstrap.cc:492] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239: No bootstrap required, opened a new log
I20260630 12:37:53.636140  9158 ts_tablet_manager.cc:1403] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.006s
I20260630 12:37:53.639200  9158 raft_consensus.cc:359] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.639468  9159 tablet_bootstrap.cc:492] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9: No bootstrap required, opened a new log
I20260630 12:37:53.639849  9158 raft_consensus.cc:385] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.640146  9159 ts_tablet_manager.cc:1403] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.011s
I20260630 12:37:53.640309  9157 tablet_bootstrap.cc:492] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363: No bootstrap required, opened a new log
I20260630 12:37:53.640216  9158 raft_consensus.cc:740] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1baece7f404b4c6e9a96e9f8e468f239, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.640431  9161 raft_consensus.cc:493] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:53.641305  9157 ts_tablet_manager.cc:1403] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363: Time spent bootstrapping tablet: real 0.049s	user 0.019s	sys 0.024s
I20260630 12:37:53.641458  9161 raft_consensus.cc:515] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.641831  9158 consensus_queue.cc:260] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.643772  9159 raft_consensus.cc:359] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.644599  9159 raft_consensus.cc:385] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.644337  9157 raft_consensus.cc:359] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.645064  9159 raft_consensus.cc:740] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae9a74d87c864d6c94403157d1ed6ed9, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.645190  9157 raft_consensus.cc:385] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.645507  9157 raft_consensus.cc:740] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 895df726bb13418da6b3f98b8b8f4363, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.646364  9158 ts_tablet_manager.cc:1434] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:37:53.646536  9159 consensus_queue.cc:260] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.647095  9157 consensus_queue.cc:260] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.650388  9157 ts_tablet_manager.cc:1434] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:37:53.650795  9159 ts_tablet_manager.cc:1434] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:53.651650  9159 tablet_bootstrap.cc:492] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9: Bootstrap starting.
I20260630 12:37:53.656463  9159 tablet_bootstrap.cc:654] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.660106  9166 raft_consensus.cc:493] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:53.660764  9166 raft_consensus.cc:515] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.661347  9161 leader_election.cc:290] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129:40639), 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131:40663)
I20260630 12:37:53.668087  9166 leader_election.cc:290] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395), 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131:40663)
I20260630 12:37:53.682117  8963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00824b0ea964dd88794a9d59e7045e7" candidate_uuid: "895df726bb13418da6b3f98b8b8f4363" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" is_pre_election: true
I20260630 12:37:53.683431  8963 raft_consensus.cc:2468] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 895df726bb13418da6b3f98b8b8f4363 in term 0.
I20260630 12:37:53.682186  9165 raft_consensus.cc:493] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:53.685459  9165 raft_consensus.cc:515] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.691954  9165 leader_election.cc:290] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395), ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129:40639)
I20260630 12:37:53.695300  9004 leader_election.cc:304] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 895df726bb13418da6b3f98b8b8f4363, ae9a74d87c864d6c94403157d1ed6ed9; no voters: 
I20260630 12:37:53.698269  9161 raft_consensus.cc:2804] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:53.698835  9161 raft_consensus.cc:493] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:53.699179  9161 raft_consensus.cc:3060] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.711808  9161 raft_consensus.cc:515] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.712051  9112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00824b0ea964dd88794a9d59e7045e7" candidate_uuid: "895df726bb13418da6b3f98b8b8f4363" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1baece7f404b4c6e9a96e9f8e468f239" is_pre_election: true
I20260630 12:37:53.718293  9112 raft_consensus.cc:2468] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 895df726bb13418da6b3f98b8b8f4363 in term 0.
I20260630 12:37:53.718653  9159 tablet_bootstrap.cc:492] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9: No bootstrap required, opened a new log
I20260630 12:37:53.719280  9159 ts_tablet_manager.cc:1403] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9: Time spent bootstrapping tablet: real 0.068s	user 0.013s	sys 0.019s
I20260630 12:37:53.719393  9161 leader_election.cc:290] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [CANDIDATE]: Term 1 election: Requested vote from peers ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129:40639), 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131:40663)
I20260630 12:37:53.720595  8963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00824b0ea964dd88794a9d59e7045e7" candidate_uuid: "895df726bb13418da6b3f98b8b8f4363" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae9a74d87c864d6c94403157d1ed6ed9"
I20260630 12:37:53.721283  8963 raft_consensus.cc:3060] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.722437  9159 raft_consensus.cc:359] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.723237  9159 raft_consensus.cc:385] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.723542  9159 raft_consensus.cc:740] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae9a74d87c864d6c94403157d1ed6ed9, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.724121  9038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363" is_pre_election: true
I20260630 12:37:53.724852  9038 raft_consensus.cc:2468] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ae9a74d87c864d6c94403157d1ed6ed9 in term 0.
I20260630 12:37:53.724366  9159 consensus_queue.cc:260] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.725107  9112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00824b0ea964dd88794a9d59e7045e7" candidate_uuid: "895df726bb13418da6b3f98b8b8f4363" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1baece7f404b4c6e9a96e9f8e468f239"
I20260630 12:37:53.725860  9112 raft_consensus.cc:3060] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.726584  8929 leader_election.cc:304] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 895df726bb13418da6b3f98b8b8f4363, ae9a74d87c864d6c94403157d1ed6ed9; no voters: 
I20260630 12:37:53.727730  9159 ts_tablet_manager.cc:1434] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.002s
I20260630 12:37:53.728773  9166 raft_consensus.cc:2804] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:53.729179  9166 raft_consensus.cc:493] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:53.729513  9166 raft_consensus.cc:3060] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.738716  8963 raft_consensus.cc:2468] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 895df726bb13418da6b3f98b8b8f4363 in term 1.
I20260630 12:37:53.739279  9112 raft_consensus.cc:2468] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 895df726bb13418da6b3f98b8b8f4363 in term 1.
I20260630 12:37:53.740182  9004 leader_election.cc:304] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 895df726bb13418da6b3f98b8b8f4363, ae9a74d87c864d6c94403157d1ed6ed9; no voters: 
I20260630 12:37:53.741619  9161 raft_consensus.cc:2804] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:53.742579  9165 raft_consensus.cc:493] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:53.743130  9165 raft_consensus.cc:515] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.744233  9038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b682919cb124fdc9f4c5e09a1e69ab3" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363" is_pre_election: true
I20260630 12:37:53.744902  9038 raft_consensus.cc:2468] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1baece7f404b4c6e9a96e9f8e468f239 in term 0.
I20260630 12:37:53.745294  9165 leader_election.cc:290] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129:40639), 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395)
I20260630 12:37:53.745788  9161 raft_consensus.cc:697] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 1 LEADER]: Becoming Leader. State: Replica: 895df726bb13418da6b3f98b8b8f4363, State: Running, Role: LEADER
I20260630 12:37:53.746992  9078 leader_election.cc:304] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1baece7f404b4c6e9a96e9f8e468f239, 895df726bb13418da6b3f98b8b8f4363; no voters: 
I20260630 12:37:53.747720  9038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363" is_pre_election: true
I20260630 12:37:53.747923  9165 raft_consensus.cc:2804] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:53.748265  8962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b682919cb124fdc9f4c5e09a1e69ab3" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" is_pre_election: true
I20260630 12:37:53.748409  9165 raft_consensus.cc:493] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:53.748461  9038 raft_consensus.cc:2468] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1baece7f404b4c6e9a96e9f8e468f239 in term 0.
I20260630 12:37:53.748603  8961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" is_pre_election: true
I20260630 12:37:53.749064  8962 raft_consensus.cc:2468] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1baece7f404b4c6e9a96e9f8e468f239 in term 0.
I20260630 12:37:53.749979  9078 leader_election.cc:304] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1baece7f404b4c6e9a96e9f8e468f239, 895df726bb13418da6b3f98b8b8f4363; no voters: 
I20260630 12:37:53.749027  9165 raft_consensus.cc:3060] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.749821  9161 consensus_queue.cc:237] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.752403  9185 raft_consensus.cc:2804] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:53.752846  9185 raft_consensus.cc:493] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:53.753206  9185 raft_consensus.cc:3060] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.757272  9166 raft_consensus.cc:515] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.758978  8961 raft_consensus.cc:2393] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1baece7f404b4c6e9a96e9f8e468f239 in current term 1: Already voted for candidate ae9a74d87c864d6c94403157d1ed6ed9 in this term.
I20260630 12:37:53.758725  9165 raft_consensus.cc:515] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.760903  9038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363"
I20260630 12:37:53.761569  9038 raft_consensus.cc:3060] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.761998  9037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b682919cb124fdc9f4c5e09a1e69ab3" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363"
I20260630 12:37:53.762691  9037 raft_consensus.cc:3060] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.762624  9185 raft_consensus.cc:515] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.757283  9112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1baece7f404b4c6e9a96e9f8e468f239" is_pre_election: true
I20260630 12:37:53.765913  9112 raft_consensus.cc:2393] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ae9a74d87c864d6c94403157d1ed6ed9 in current term 1: Already voted for candidate 1baece7f404b4c6e9a96e9f8e468f239 in this term.
I20260630 12:37:53.768507  9185 leader_election.cc:290] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [CANDIDATE]: Term 1 election: Requested vote from peers ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129:40639), 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395)
I20260630 12:37:53.769599  9036 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363"
I20260630 12:37:53.769873  9166 leader_election.cc:290] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [CANDIDATE]: Term 1 election: Requested vote from peers 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395), 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131:40663)
I20260630 12:37:53.770968  9112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1baece7f404b4c6e9a96e9f8e468f239"
I20260630 12:37:53.771763  9112 raft_consensus.cc:2393] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ae9a74d87c864d6c94403157d1ed6ed9 in current term 1: Already voted for candidate 1baece7f404b4c6e9a96e9f8e468f239 in this term.
I20260630 12:37:53.772442  8961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "65f62bd86a4d485386d20b9cfadd85fc" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae9a74d87c864d6c94403157d1ed6ed9"
I20260630 12:37:53.773272  8961 raft_consensus.cc:2393] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1baece7f404b4c6e9a96e9f8e468f239 in current term 1: Already voted for candidate ae9a74d87c864d6c94403157d1ed6ed9 in this term.
I20260630 12:37:53.774240  9038 raft_consensus.cc:2468] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae9a74d87c864d6c94403157d1ed6ed9 in term 1.
I20260630 12:37:53.774788  9037 raft_consensus.cc:2468] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1baece7f404b4c6e9a96e9f8e468f239 in term 1.
I20260630 12:37:53.775194  9078 leader_election.cc:304] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [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: 1baece7f404b4c6e9a96e9f8e468f239; no voters: 895df726bb13418da6b3f98b8b8f4363, ae9a74d87c864d6c94403157d1ed6ed9
I20260630 12:37:53.776116  9165 leader_election.cc:290] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [CANDIDATE]: Term 1 election: Requested vote from peers 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395), ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129:40639)
I20260630 12:37:53.775902  8929 leader_election.cc:304] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [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: 895df726bb13418da6b3f98b8b8f4363, ae9a74d87c864d6c94403157d1ed6ed9; no voters: 1baece7f404b4c6e9a96e9f8e468f239
I20260630 12:37:53.776765  9165 raft_consensus.cc:2749] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:53.777639  9166 raft_consensus.cc:2804] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:53.777570  8961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b682919cb124fdc9f4c5e09a1e69ab3" candidate_uuid: "1baece7f404b4c6e9a96e9f8e468f239" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae9a74d87c864d6c94403157d1ed6ed9"
I20260630 12:37:53.778659  9166 raft_consensus.cc:697] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Becoming Leader. State: Replica: ae9a74d87c864d6c94403157d1ed6ed9, State: Running, Role: LEADER
I20260630 12:37:53.779603  9078 leader_election.cc:304] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1baece7f404b4c6e9a96e9f8e468f239, 895df726bb13418da6b3f98b8b8f4363; no voters: 
I20260630 12:37:53.779603  9166 consensus_queue.cc:237] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.778801  8961 raft_consensus.cc:3060] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.782078  9185 raft_consensus.cc:2804] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:53.782582  9185 raft_consensus.cc:697] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 LEADER]: Becoming Leader. State: Replica: 1baece7f404b4c6e9a96e9f8e468f239, State: Running, Role: LEADER
I20260630 12:37:53.783552  9185 consensus_queue.cc:237] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } }
I20260630 12:37:53.784096  8858 catalog_manager.cc:5697] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 reported cstate change: term changed from 0 to 1, leader changed from <none> to 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "895df726bb13418da6b3f98b8b8f4363" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:53.789193  9184 raft_consensus.cc:493] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:53.789769  9184 raft_consensus.cc:515] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.793764  9038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3308dd5eee7346cc91b976f92a459987" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363" is_pre_election: true
I20260630 12:37:53.789770  8961 raft_consensus.cc:2468] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1baece7f404b4c6e9a96e9f8e468f239 in term 1.
I20260630 12:37:53.794467  9038 raft_consensus.cc:2468] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ae9a74d87c864d6c94403157d1ed6ed9 in term 0.
I20260630 12:37:53.796049  8929 leader_election.cc:304] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 895df726bb13418da6b3f98b8b8f4363, ae9a74d87c864d6c94403157d1ed6ed9; no voters: 
I20260630 12:37:53.797312  9166 raft_consensus.cc:2804] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:53.797834  9166 raft_consensus.cc:493] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:53.798305  9166 raft_consensus.cc:3060] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.802098  8859 catalog_manager.cc:5697] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "1baece7f404b4c6e9a96e9f8e468f239" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:53.804301  8858 catalog_manager.cc:5697] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 reported cstate change: term changed from 0 to 1, leader changed from <none> to ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:53.815999  9184 leader_election.cc:290] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395), 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131:40663)
I20260630 12:37:53.817395  9112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3308dd5eee7346cc91b976f92a459987" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1baece7f404b4c6e9a96e9f8e468f239" is_pre_election: true
I20260630 12:37:53.818971  9112 raft_consensus.cc:2468] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ae9a74d87c864d6c94403157d1ed6ed9 in term 0.
I20260630 12:37:53.824723  9166 raft_consensus.cc:515] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.828068  9038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3308dd5eee7346cc91b976f92a459987" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "895df726bb13418da6b3f98b8b8f4363"
I20260630 12:37:53.828377  9166 leader_election.cc:290] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [CANDIDATE]: Term 1 election: Requested vote from peers 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395), 1baece7f404b4c6e9a96e9f8e468f239 (127.0.160.131:40663)
I20260630 12:37:53.828761  9038 raft_consensus.cc:3060] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.829195  9112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3308dd5eee7346cc91b976f92a459987" candidate_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1baece7f404b4c6e9a96e9f8e468f239"
I20260630 12:37:53.829932  9112 raft_consensus.cc:3060] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:37:53.834071  8909 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:53.834860  9038 raft_consensus.cc:2468] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae9a74d87c864d6c94403157d1ed6ed9 in term 1.
I20260630 12:37:53.836073  8929 leader_election.cc:304] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 895df726bb13418da6b3f98b8b8f4363, ae9a74d87c864d6c94403157d1ed6ed9; no voters: 
I20260630 12:37:53.836903  9166 raft_consensus.cc:2804] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:53.837441  9166 raft_consensus.cc:697] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Becoming Leader. State: Replica: ae9a74d87c864d6c94403157d1ed6ed9, State: Running, Role: LEADER
I20260630 12:37:53.837757  9112 raft_consensus.cc:2468] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae9a74d87c864d6c94403157d1ed6ed9 in term 1.
I20260630 12:37:53.838295  9166 consensus_queue.cc:237] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:53.846421  8858 catalog_manager.cc:5697] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 reported cstate change: term changed from 0 to 1, leader changed from <none> to ae9a74d87c864d6c94403157d1ed6ed9 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:53.913241   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.919911  9190 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.920496  9191 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.922046  9193 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:53.923026   642 server_base.cc:1061] running on GCE node
I20260630 12:37:53.924584   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.924823   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:53.925103   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823073925083 us; error 0 us; skew 500 ppm
I20260630 12:37:53.925648   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.928530   642 webserver.cc:533] Webserver started at http://127.0.160.132:32987/ using document root <none> and password file <none>
I20260630 12:37:53.929203   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.929492   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.929880   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.931342   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "60838e433eec4509bbd7140eeb8f1dd2"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-n1kv"
I20260630 12:37:53.936329   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:53.940074  9198 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.941002   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:53.941365   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "60838e433eec4509bbd7140eeb8f1dd2"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-n1kv"
I20260630 12:37:53.941680   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:53.951613   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.952905   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.954500   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:53.956889   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:53.957175   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.957418   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:53.957604   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.999650   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:46165
I20260630 12:37:53.999779  9260 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:46165 every 8 connection(s)
I20260630 12:37:54.014986  9261 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38307
I20260630 12:37:54.015357  9261 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:54.016038  9261 heartbeater.cc:507] Master 127.0.160.190:38307 requested a full tablet report, sending...
I20260630 12:37:54.018205  8858 ts_manager.cc:194] Registered new tserver with Master: 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165)
I20260630 12:37:54.019868  8858 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37816
I20260630 12:37:54.192230  9166 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.206333  9166 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.219376  9185 consensus_queue.cc:1048] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.232024  9185 consensus_queue.cc:1048] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.274979  9161 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.281939  9166 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.290550  9276 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.299145  9184 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:54.856542  8961 consensus_queue.cc:237] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: true } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } }
I20260630 12:37:54.862779  9038 raft_consensus.cc:1275] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:54.864734  9111 raft_consensus.cc:1275] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:54.864595  9267 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:54.866256  9166 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:54.872205  9267 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: true } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.874351  9038 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: true } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.875890  9111 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: true } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
W20260630 12:37:54.877794  8927 consensus_peers.cc:597] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 -> Peer 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): Couldn't send request to peer 60838e433eec4509bbd7140eeb8f1dd2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3308dd5eee7346cc91b976f92a459987. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:54.889385  8859 catalog_manager.cc:5697] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 reported cstate change: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: true } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.891954  8961 consensus_queue.cc:237] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: true } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } }
I20260630 12:37:54.898000  9111 raft_consensus.cc:1275] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:54.898648  9038 raft_consensus.cc:1275] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:37:54.898818  8927 consensus_peers.cc:597] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 -> Peer 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): Couldn't send request to peer 60838e433eec4509bbd7140eeb8f1dd2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 65f62bd86a4d485386d20b9cfadd85fc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:54.899981  9184 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:54.901001  9267 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:54.910882  9166 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: true } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.912894  9111 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: true } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.914073  9038 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: true } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.935314  8858 catalog_manager.cc:5697] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 reported cstate change: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: true } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.945750  9038 consensus_queue.cc:237] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: true } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } }
I20260630 12:37:54.956014  9111 raft_consensus.cc:1275] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer 895df726bb13418da6b3f98b8b8f4363: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:54.957304  8961 raft_consensus.cc:1275] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Refusing update from remote peer 895df726bb13418da6b3f98b8b8f4363: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:54.960528  9161 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:54.962364  9276 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:54.968852  9161 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: true } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.971066  8961 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: true } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
W20260630 12:37:54.979363  9002 consensus_peers.cc:597] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 -> Peer 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): Couldn't send request to peer 60838e433eec4509bbd7140eeb8f1dd2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c00824b0ea964dd88794a9d59e7045e7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:54.976482  9111 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: true } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:54.982707  8861 catalog_manager.cc:5697] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 reported cstate change: config changed from index -1 to 2, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "895df726bb13418da6b3f98b8b8f4363" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:54.984630  8962 consensus_queue.cc:237] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } }
I20260630 12:37:54.996315  9038 raft_consensus.cc:1275] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:37:54.996387  8927 consensus_peers.cc:597] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 -> Peer 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): Couldn't send request to peer 60838e433eec4509bbd7140eeb8f1dd2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3308dd5eee7346cc91b976f92a459987. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:54.998298  9288 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:54.997053  9111 raft_consensus.cc:1275] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:55.001757  9288 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:55.005334  9289 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.011662  9038 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.013324  9111 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
W20260630 12:37:55.016266  8909 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:55.016682  8909 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:55.022198  9261 heartbeater.cc:499] Master 127.0.160.190:38307 was elected leader, sending a full tablet report...
I20260630 12:37:55.022487  8962 consensus_queue.cc:237] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } }
I20260630 12:37:55.020857  8858 catalog_manager.cc:5697] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:55.032356  9038 raft_consensus.cc:1275] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:55.032603  9111 raft_consensus.cc:1275] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:37:55.032958  8927 consensus_peers.cc:597] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 -> Peer 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): Couldn't send request to peer 60838e433eec4509bbd7140eeb8f1dd2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 65f62bd86a4d485386d20b9cfadd85fc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:55.034706  9289 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:55.035538  9288 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:55.047369  9166 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.049156  9038 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.050971  9111 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.055603  8962 consensus_queue.cc:237] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:55.063724  8858 catalog_manager.cc:5697] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
W20260630 12:37:55.066449  8909 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:55.066866  8909 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:55.072175  9038 consensus_queue.cc:237] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } }
I20260630 12:37:55.074693  9111 raft_consensus.cc:1275] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:55.075707  9037 raft_consensus.cc:1275] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:55.077981  9166 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:55.079779  9112 raft_consensus.cc:1275] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer 895df726bb13418da6b3f98b8b8f4363: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:37:55.082190  9002 consensus_peers.cc:597] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 -> Peer 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): Couldn't send request to peer 60838e433eec4509bbd7140eeb8f1dd2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c00824b0ea964dd88794a9d59e7045e7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:55.083150  9276 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:55.084255  9166 consensus_queue.cc:1048] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:55.083168  8961 raft_consensus.cc:1275] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Refusing update from remote peer 895df726bb13418da6b3f98b8b8f4363: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:55.088433  9276 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:55.094795  9161 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.096836  8961 consensus_queue.cc:237] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } }
I20260630 12:37:55.100131  9184 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } }
I20260630 12:37:55.100584  8962 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.105710  9111 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } }
I20260630 12:37:55.107882  9110 raft_consensus.cc:1275] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:37:55.111610  8909 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:55.111969  8909 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:55.111068  9166 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.006s
I20260630 12:37:55.116986  8859 catalog_manager.cc:5697] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "895df726bb13418da6b3f98b8b8f4363" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:55.118230  9038 raft_consensus.cc:1275] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Refusing update from remote peer ae9a74d87c864d6c94403157d1ed6ed9: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:55.120766  9038 raft_consensus.cc:2955] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } }
I20260630 12:37:55.125084  9289 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } }
I20260630 12:37:55.127269  9111 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } }
I20260630 12:37:55.110980  9112 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } peers { permanent_uuid: "60838e433eec4509bbd7140eeb8f1dd2" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 46165 } attrs { promote: true } } }
I20260630 12:37:55.128762  8858 catalog_manager.cc:5697] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 reported cstate change: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } attrs { replace: false } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } }
I20260630 12:37:55.133023  9166 consensus_queue.cc:1048] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:55.138132  9037 raft_consensus.cc:2955] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } } }
I20260630 12:37:55.141603  8848 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 65f62bd86a4d485386d20b9cfadd85fc with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:55.147181  8848 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3308dd5eee7346cc91b976f92a459987 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:55.159142  9037 consensus_queue.cc:237] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [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: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } }
I20260630 12:37:55.165305  8962 raft_consensus.cc:1275] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Refusing update from remote peer 895df726bb13418da6b3f98b8b8f4363: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:55.165477  9112 raft_consensus.cc:1275] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Refusing update from remote peer 895df726bb13418da6b3f98b8b8f4363: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:55.165428  8861 catalog_manager.cc:5697] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 reported cstate change: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New cstate: current_term: 1 leader_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } attrs { replace: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:55.167320  9161 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:55.173095  9161 consensus_queue.cc:1048] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:55.175297  9275 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } }
I20260630 12:37:55.188439  8848 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c00824b0ea964dd88794a9d59e7045e7 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:55.192958  8962 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } }
I20260630 12:37:55.194809  9111 raft_consensus.cc:2955] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } } }
W20260630 12:37:55.200127  8848 catalog_manager.cc:5220] ChangeConfig:REMOVE_PEER RPC for tablet c00824b0ea964dd88794a9d59e7045e7 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER failed with leader 895df726bb13418da6b3f98b8b8f4363 (127.0.160.130:34395) due to CAS failure; no further retry: Illegal state: Request specified cas_config_opid_index of 3 but the committed config has opid_index of 4
I20260630 12:37:55.204680  8861 catalog_manager.cc:5697] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 reported cstate change: config changed from index 3 to 4, NON_VOTER 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132) evicted. New cstate: current_term: 1 leader_uuid: "895df726bb13418da6b3f98b8b8f4363" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ae9a74d87c864d6c94403157d1ed6ed9" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 40639 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "895df726bb13418da6b3f98b8b8f4363" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1baece7f404b4c6e9a96e9f8e468f239" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 40663 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:55.213347  9226 tablet_service.cc:1558] Processing DeleteTablet for tablet 3308dd5eee7346cc91b976f92a459987 with delete_type TABLET_DATA_TOMBSTONED (TS 60838e433eec4509bbd7140eeb8f1dd2 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39540
I20260630 12:37:55.213683  9225 tablet_service.cc:1558] Processing DeleteTablet for tablet 65f62bd86a4d485386d20b9cfadd85fc with delete_type TABLET_DATA_TOMBSTONED (TS 60838e433eec4509bbd7140eeb8f1dd2 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39540
W20260630 12:37:55.218588  8846 catalog_manager.cc:4995] TS 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): delete failed for tablet 3308dd5eee7346cc91b976f92a459987 because the tablet was not found. No further retry: Not found: Tablet not found: 3308dd5eee7346cc91b976f92a459987
W20260630 12:37:55.219502  8846 catalog_manager.cc:4995] TS 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): delete failed for tablet 65f62bd86a4d485386d20b9cfadd85fc because the tablet was not found. No further retry: Not found: Tablet not found: 65f62bd86a4d485386d20b9cfadd85fc
I20260630 12:37:55.223935   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:37:55.230433  9225 tablet_service.cc:1558] Processing DeleteTablet for tablet c00824b0ea964dd88794a9d59e7045e7 with delete_type TABLET_DATA_TOMBSTONED (TS 60838e433eec4509bbd7140eeb8f1dd2 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39540
W20260630 12:37:55.234790  8846 catalog_manager.cc:4995] TS 60838e433eec4509bbd7140eeb8f1dd2 (127.0.160.132:46165): delete failed for tablet c00824b0ea964dd88794a9d59e7045e7 because the tablet was not found. No further retry: Not found: Tablet not found: c00824b0ea964dd88794a9d59e7045e7
I20260630 12:37:55.250152   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:55.250977   642 tablet_replica.cc:333] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9: stopping tablet replica
I20260630 12:37:55.251633   642 raft_consensus.cc:2243] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:55.252593   642 raft_consensus.cc:2272] T 65f62bd86a4d485386d20b9cfadd85fc P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.255038   642 tablet_replica.cc:333] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9: stopping tablet replica
I20260630 12:37:55.255828   642 raft_consensus.cc:2243] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:55.256749   642 raft_consensus.cc:2272] T 3308dd5eee7346cc91b976f92a459987 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.259196   642 tablet_replica.cc:333] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9: stopping tablet replica
I20260630 12:37:55.259711   642 raft_consensus.cc:2243] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.260111   642 raft_consensus.cc:2272] T 2b682919cb124fdc9f4c5e09a1e69ab3 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.262087   642 tablet_replica.cc:333] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9: stopping tablet replica
I20260630 12:37:55.262529   642 raft_consensus.cc:2243] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.263083   642 raft_consensus.cc:2272] T c00824b0ea964dd88794a9d59e7045e7 P ae9a74d87c864d6c94403157d1ed6ed9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.288138   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:37:55.302008   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:37:55.323740   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:55.324568   642 tablet_replica.cc:333] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363: stopping tablet replica
I20260630 12:37:55.325269   642 raft_consensus.cc:2243] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:55.326177   642 raft_consensus.cc:2272] T c00824b0ea964dd88794a9d59e7045e7 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.328568   642 tablet_replica.cc:333] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363: stopping tablet replica
I20260630 12:37:55.329257   642 raft_consensus.cc:2243] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.329859   642 raft_consensus.cc:2272] T 3308dd5eee7346cc91b976f92a459987 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.332254   642 tablet_replica.cc:333] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363: stopping tablet replica
I20260630 12:37:55.332757   642 raft_consensus.cc:2243] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.333204   642 raft_consensus.cc:2272] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.335008   642 tablet_replica.cc:333] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363: stopping tablet replica
I20260630 12:37:55.335450   642 raft_consensus.cc:2243] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.335983   642 raft_consensus.cc:2272] T 65f62bd86a4d485386d20b9cfadd85fc P 895df726bb13418da6b3f98b8b8f4363 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.360298   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:37:55.374671   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:37:55.396783   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:55.397650   642 tablet_replica.cc:333] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239: stopping tablet replica
I20260630 12:37:55.398274   642 raft_consensus.cc:2243] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.398873   642 raft_consensus.cc:2272] T c00824b0ea964dd88794a9d59e7045e7 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.401298   642 tablet_replica.cc:333] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239: stopping tablet replica
I20260630 12:37:55.401803   642 raft_consensus.cc:2243] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:55.402536   642 raft_consensus.cc:2272] T 2b682919cb124fdc9f4c5e09a1e69ab3 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.404851   642 tablet_replica.cc:333] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239: stopping tablet replica
I20260630 12:37:55.405460   642 raft_consensus.cc:2243] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.406014   642 raft_consensus.cc:2272] T 3308dd5eee7346cc91b976f92a459987 P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.408690   642 tablet_replica.cc:333] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239: stopping tablet replica
I20260630 12:37:55.409230   642 raft_consensus.cc:2243] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:55.409781   642 raft_consensus.cc:2272] T 65f62bd86a4d485386d20b9cfadd85fc P 1baece7f404b4c6e9a96e9f8e468f239 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.432849   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:37:55.448173   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:37:55.466750   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:55.483223   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:37:55.491957   642 master.cc:562] Master@127.0.160.190:38307 shutting down...
I20260630 12:37:55.510756   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:55.511358   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:55.511725   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3e09971c03234a4e8e1b707b0318574a: stopping tablet replica
I20260630 12:37:55.532626   642 master.cc:584] Master@127.0.160.190:38307 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3869 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:37:55.569530   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:40269
I20260630 12:37:55.570668   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.575781  9296 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:55.577364  9297 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:55.577364  9299 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:55.577972   642 server_base.cc:1061] running on GCE node
I20260630 12:37:55.579104   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.579288   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:55.579474   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823075579460 us; error 0 us; skew 500 ppm
I20260630 12:37:55.579967   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.582582   642 webserver.cc:533] Webserver started at http://127.0.160.190:33755/ using document root <none> and password file <none>
I20260630 12:37:55.583043   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.583199   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.583421   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.584520   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "82cdb5b4173f4c92905f0da352af1ddb"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.589260   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:37:55.592852  9304 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.593732   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:55.594061   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "82cdb5b4173f4c92905f0da352af1ddb"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.594374   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:55.619143   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:55.620402   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:55.659516   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:40269
I20260630 12:37:55.659636  9355 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:40269 every 8 connection(s)
I20260630 12:37:55.663525  9356 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.675642  9356 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb: Bootstrap starting.
I20260630 12:37:55.680840  9356 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.685709  9356 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb: No bootstrap required, opened a new log
I20260630 12:37:55.687999  9356 raft_consensus.cc:359] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82cdb5b4173f4c92905f0da352af1ddb" member_type: VOTER }
I20260630 12:37:55.688449  9356 raft_consensus.cc:385] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.688704  9356 raft_consensus.cc:740] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82cdb5b4173f4c92905f0da352af1ddb, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.689352  9356 consensus_queue.cc:260] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "82cdb5b4173f4c92905f0da352af1ddb" member_type: VOTER }
I20260630 12:37:55.689862  9356 raft_consensus.cc:399] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:55.690099  9356 raft_consensus.cc:493] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:55.690389  9356 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:55.695514  9356 raft_consensus.cc:515] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82cdb5b4173f4c92905f0da352af1ddb" member_type: VOTER }
I20260630 12:37:55.696130  9356 leader_election.cc:304] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [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: 82cdb5b4173f4c92905f0da352af1ddb; no voters: 
I20260630 12:37:55.697381  9356 leader_election.cc:290] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:55.697795  9359 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:55.699143  9359 raft_consensus.cc:697] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 1 LEADER]: Becoming Leader. State: Replica: 82cdb5b4173f4c92905f0da352af1ddb, State: Running, Role: LEADER
I20260630 12:37:55.699807  9359 consensus_queue.cc:237] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [LEADER]: Queue going to LEADER mode. State: All 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: "82cdb5b4173f4c92905f0da352af1ddb" member_type: VOTER }
I20260630 12:37:55.700402  9356 sys_catalog.cc:565] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:55.702653  9360 sys_catalog.cc:455] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "82cdb5b4173f4c92905f0da352af1ddb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82cdb5b4173f4c92905f0da352af1ddb" member_type: VOTER } }
I20260630 12:37:55.702643  9361 sys_catalog.cc:455] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 82cdb5b4173f4c92905f0da352af1ddb. Latest consensus state: current_term: 1 leader_uuid: "82cdb5b4173f4c92905f0da352af1ddb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82cdb5b4173f4c92905f0da352af1ddb" member_type: VOTER } }
I20260630 12:37:55.703414  9360 sys_catalog.cc:458] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:55.703508  9361 sys_catalog.cc:458] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:55.708398  9364 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:55.713711  9364 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:55.716894   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:55.723068  9364 catalog_manager.cc:1383] Generated new cluster ID: e108f7f10f68400a9aaeafc519cdcbef
I20260630 12:37:55.723381  9364 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:55.757046  9364 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:55.758416  9364 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:55.772540  9364 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb: Generated new TSK 0
I20260630 12:37:55.773221  9364 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:55.784415   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.790380  9377 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:55.791601  9378 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:55.793367   642 server_base.cc:1061] running on GCE node
W20260630 12:37:55.793879  9380 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:55.794786   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.795123   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:55.795306   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823075795286 us; error 0 us; skew 500 ppm
I20260630 12:37:55.795886   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.798406   642 webserver.cc:533] Webserver started at http://127.0.160.129:38681/ using document root <none> and password file <none>
I20260630 12:37:55.798849   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.799006   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.799225   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.800279   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "e9582e46aa5f44c682b57f0e547aad1e"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.805073   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:37:55.808524  9385 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.809389   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:55.809707   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "e9582e46aa5f44c682b57f0e547aad1e"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.810012   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:55.823103   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:55.824285   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:55.825888   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:55.828310   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:55.828559   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.828802   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:55.829015   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:55.867132   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:45179
I20260630 12:37:55.867244  9447 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:45179 every 8 connection(s)
I20260630 12:37:55.872385   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.879390  9452 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:55.879841  9453 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:55.883985  9455 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:55.884824   642 server_base.cc:1061] running on GCE node
I20260630 12:37:55.885390  9448 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40269
I20260630 12:37:55.885852  9448 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:55.886159   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.886439   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:55.886631   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823075886614 us; error 0 us; skew 500 ppm
I20260630 12:37:55.886767  9448 heartbeater.cc:507] Master 127.0.160.190:40269 requested a full tablet report, sending...
I20260630 12:37:55.887225   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.889189  9321 ts_manager.cc:194] Registered new tserver with Master: e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179)
I20260630 12:37:55.889923   642 webserver.cc:533] Webserver started at http://127.0.160.130:44605/ using document root <none> and password file <none>
I20260630 12:37:55.890447   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.890647   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.890909   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.891230  9321 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47914
I20260630 12:37:55.892102   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.896571   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:37:55.899938  9460 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.900777   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:55.901131   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.901381   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:55.916103   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:55.917305   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:55.918768   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:55.921028   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:55.921226   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.921489   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:55.921644   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.960656   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:36387
I20260630 12:37:55.960773  9522 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:36387 every 8 connection(s)
I20260630 12:37:55.965463   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.972872  9526 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:55.973886  9527 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:55.976713   642 server_base.cc:1061] running on GCE node
W20260630 12:37:55.977197  9530 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:55.978384   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.978680   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:55.978883   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823075978865 us; error 0 us; skew 500 ppm
I20260630 12:37:55.978955  9523 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40269
I20260630 12:37:55.979403  9523 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:55.979657   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.980392  9523 heartbeater.cc:507] Master 127.0.160.190:40269 requested a full tablet report, sending...
I20260630 12:37:55.982633   642 webserver.cc:533] Webserver started at http://127.0.160.131:35367/ using document root <none> and password file <none>
I20260630 12:37:55.983099  9321 ts_manager.cc:194] Registered new tserver with Master: 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387)
I20260630 12:37:55.983372   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.983675   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.983980   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.985100  9321 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47922
I20260630 12:37:55.985517   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "bf585792edcc44e0bc7a93845170eaa2"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.990746   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:55.994109  9534 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.994917   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:55.995193   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "bf585792edcc44e0bc7a93845170eaa2"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-n1kv"
I20260630 12:37:55.995447   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:56.023463   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:56.024592   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:56.026120   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:56.028477   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:56.028702   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:56.028990   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:56.029155   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:56.069021   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:35131
I20260630 12:37:56.069128  9596 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:35131 every 8 connection(s)
I20260630 12:37:56.083233  9597 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40269
I20260630 12:37:56.083788  9597 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:56.084594  9597 heartbeater.cc:507] Master 127.0.160.190:40269 requested a full tablet report, sending...
I20260630 12:37:56.086659  9321 ts_manager.cc:194] Registered new tserver with Master: bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:56.087188   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014866988s
I20260630 12:37:56.088543  9321 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47928
I20260630 12:37:56.893981  9448 heartbeater.cc:499] Master 127.0.160.190:40269 was elected leader, sending a full tablet report...
I20260630 12:37:56.988209  9523 heartbeater.cc:499] Master 127.0.160.190:40269 was elected leader, sending a full tablet report...
I20260630 12:37:57.091542  9597 heartbeater.cc:499] Master 127.0.160.190:40269 was elected leader, sending a full tablet report...
I20260630 12:37:57.149355  9321 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47942:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:57.151810  9321 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:57.212241  9488 tablet_service.cc:1511] Processing CreateTablet for tablet e2549da0c1944498b8dd6a4054fde532 (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:57.212540  9412 tablet_service.cc:1511] Processing CreateTablet for tablet a33b2dccf7864a8681b4215cd1a2437b (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:57.212540  9413 tablet_service.cc:1511] Processing CreateTablet for tablet e2549da0c1944498b8dd6a4054fde532 (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:57.213762  9488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2549da0c1944498b8dd6a4054fde532. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.214077  9412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a33b2dccf7864a8681b4215cd1a2437b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.214707  9413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2549da0c1944498b8dd6a4054fde532. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.216769  9487 tablet_service.cc:1511] Processing CreateTablet for tablet a33b2dccf7864a8681b4215cd1a2437b (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:57.217375  9411 tablet_service.cc:1511] Processing CreateTablet for tablet e635f261737d4579809d1065c769ce7e (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:57.218282  9487 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a33b2dccf7864a8681b4215cd1a2437b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.221208  9486 tablet_service.cc:1511] Processing CreateTablet for tablet e635f261737d4579809d1065c769ce7e (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:57.222725  9486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e635f261737d4579809d1065c769ce7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.226996  9485 tablet_service.cc:1511] Processing CreateTablet for tablet 0f5fa9aa40b24d62baac9c99d01174ff (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:57.228479  9485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f5fa9aa40b24d62baac9c99d01174ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.230965  9410 tablet_service.cc:1511] Processing CreateTablet for tablet 0f5fa9aa40b24d62baac9c99d01174ff (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:57.233315  9409 tablet_service.cc:1511] Processing CreateTablet for tablet ecdb370944a144e2bcd3d47f30b74c5c (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:57.237447  9408 tablet_service.cc:1511] Processing CreateTablet for tablet 7009dca31a5c4478a7a7ecc071930166 (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:57.240505  9484 tablet_service.cc:1511] Processing CreateTablet for tablet ecdb370944a144e2bcd3d47f30b74c5c (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:57.242506  9484 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ecdb370944a144e2bcd3d47f30b74c5c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.246681  9483 tablet_service.cc:1511] Processing CreateTablet for tablet 7009dca31a5c4478a7a7ecc071930166 (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:57.249315  9411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e635f261737d4579809d1065c769ce7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.252866  9408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7009dca31a5c4478a7a7ecc071930166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.248780  9483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7009dca31a5c4478a7a7ecc071930166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.262084  9410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f5fa9aa40b24d62baac9c99d01174ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.265520  9409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ecdb370944a144e2bcd3d47f30b74c5c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.274155  9562 tablet_service.cc:1511] Processing CreateTablet for tablet e2549da0c1944498b8dd6a4054fde532 (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:57.275226  9561 tablet_service.cc:1511] Processing CreateTablet for tablet a33b2dccf7864a8681b4215cd1a2437b (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:57.276306  9562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2549da0c1944498b8dd6a4054fde532. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.277304  9561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a33b2dccf7864a8681b4215cd1a2437b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.282509  9560 tablet_service.cc:1511] Processing CreateTablet for tablet e635f261737d4579809d1065c769ce7e (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:57.284104  9560 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e635f261737d4579809d1065c769ce7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.294462  9559 tablet_service.cc:1511] Processing CreateTablet for tablet 0f5fa9aa40b24d62baac9c99d01174ff (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:57.295990  9559 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f5fa9aa40b24d62baac9c99d01174ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.303303  9558 tablet_service.cc:1511] Processing CreateTablet for tablet ecdb370944a144e2bcd3d47f30b74c5c (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:57.305080  9558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ecdb370944a144e2bcd3d47f30b74c5c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.312594  9557 tablet_service.cc:1511] Processing CreateTablet for tablet 7009dca31a5c4478a7a7ecc071930166 (DEFAULT_TABLE table=test-workload [id=9878b21618d343669c05067d55c31010]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:57.314291  9557 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7009dca31a5c4478a7a7ecc071930166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:57.352664  9618 tablet_bootstrap.cc:492] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1: Bootstrap starting.
I20260630 12:37:57.354411  9619 tablet_bootstrap.cc:492] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2: Bootstrap starting.
I20260630 12:37:57.356316  9617 tablet_bootstrap.cc:492] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e: Bootstrap starting.
I20260630 12:37:57.362378  9619 tablet_bootstrap.cc:654] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.362704  9617 tablet_bootstrap.cc:654] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.365468  9618 tablet_bootstrap.cc:654] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.386896  9618 tablet_bootstrap.cc:492] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1: No bootstrap required, opened a new log
I20260630 12:37:57.387439  9618 ts_tablet_manager.cc:1403] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent bootstrapping tablet: real 0.035s	user 0.009s	sys 0.003s
I20260630 12:37:57.392962  9619 tablet_bootstrap.cc:492] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2: No bootstrap required, opened a new log
I20260630 12:37:57.393335  9617 tablet_bootstrap.cc:492] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e: No bootstrap required, opened a new log
I20260630 12:37:57.393540  9619 ts_tablet_manager.cc:1403] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2: Time spent bootstrapping tablet: real 0.041s	user 0.013s	sys 0.008s
I20260630 12:37:57.393834  9617 ts_tablet_manager.cc:1403] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e: Time spent bootstrapping tablet: real 0.038s	user 0.016s	sys 0.004s
I20260630 12:37:57.396528  9619 raft_consensus.cc:359] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.397413  9619 raft_consensus.cc:385] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.396957  9617 raft_consensus.cc:359] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.397738  9619 raft_consensus.cc:740] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.397836  9617 raft_consensus.cc:385] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.398226  9617 raft_consensus.cc:740] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9582e46aa5f44c682b57f0e547aad1e, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.398590  9619 consensus_queue.cc:260] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.399000  9617 consensus_queue.cc:260] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.401664  9619 ts_tablet_manager.cc:1434] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:57.402004  9617 ts_tablet_manager.cc:1434] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:57.402776  9619 tablet_bootstrap.cc:492] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2: Bootstrap starting.
I20260630 12:37:57.403031  9617 tablet_bootstrap.cc:492] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e: Bootstrap starting.
I20260630 12:37:57.408164  9618 raft_consensus.cc:359] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.409080  9618 raft_consensus.cc:385] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.409386  9618 raft_consensus.cc:740] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.410035  9619 tablet_bootstrap.cc:654] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.410197  9618 consensus_queue.cc:260] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.414060  9617 tablet_bootstrap.cc:654] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.417851  9619 tablet_bootstrap.cc:492] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2: No bootstrap required, opened a new log
I20260630 12:37:57.418507  9619 ts_tablet_manager.cc:1403] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260630 12:37:57.421856  9618 ts_tablet_manager.cc:1434] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent starting tablet: real 0.034s	user 0.010s	sys 0.004s
I20260630 12:37:57.421644  9619 raft_consensus.cc:359] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.422643  9619 raft_consensus.cc:385] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.423023  9619 raft_consensus.cc:740] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.423344  9618 tablet_bootstrap.cc:492] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1: Bootstrap starting.
I20260630 12:37:57.423964  9619 consensus_queue.cc:260] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.426685  9619 ts_tablet_manager.cc:1434] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:57.427801  9619 tablet_bootstrap.cc:492] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2: Bootstrap starting.
I20260630 12:37:57.427855  9617 tablet_bootstrap.cc:492] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e: No bootstrap required, opened a new log
I20260630 12:37:57.428618  9617 ts_tablet_manager.cc:1403] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.008s
I20260630 12:37:57.430725  9618 tablet_bootstrap.cc:654] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.431638  9617 raft_consensus.cc:359] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.432444  9617 raft_consensus.cc:385] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.432765  9617 raft_consensus.cc:740] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9582e46aa5f44c682b57f0e547aad1e, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.434197  9619 tablet_bootstrap.cc:654] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.433825  9617 consensus_queue.cc:260] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.436896  9617 ts_tablet_manager.cc:1434] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260630 12:37:57.437148  9623 raft_consensus.cc:493] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.437851  9623 raft_consensus.cc:515] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.450738  9617 tablet_bootstrap.cc:492] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e: Bootstrap starting.
I20260630 12:37:57.460067  9618 tablet_bootstrap.cc:492] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1: No bootstrap required, opened a new log
I20260630 12:37:57.460806  9623 leader_election.cc:290] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387), e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179)
I20260630 12:37:57.460211  9617 tablet_bootstrap.cc:654] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.463798  9619 tablet_bootstrap.cc:492] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2: No bootstrap required, opened a new log
I20260630 12:37:57.464511  9619 ts_tablet_manager.cc:1403] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2: Time spent bootstrapping tablet: real 0.037s	user 0.023s	sys 0.012s
W20260630 12:37:57.467742  9524 tablet.cc:2406] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:57.470197  9624 raft_consensus.cc:493] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.470706  9624 raft_consensus.cc:515] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.460803  9618 ts_tablet_manager.cc:1403] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent bootstrapping tablet: real 0.038s	user 0.008s	sys 0.026s
I20260630 12:37:57.477725  9624 leader_election.cc:290] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.478312  9624 raft_consensus.cc:493] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.478746  9624 raft_consensus.cc:515] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.479110  9619 raft_consensus.cc:359] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.480180  9619 raft_consensus.cc:385] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.480540  9619 raft_consensus.cc:740] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.488749  9619 consensus_queue.cc:260] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.490989  9617 tablet_bootstrap.cc:492] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e: No bootstrap required, opened a new log
I20260630 12:37:57.491214  9619 ts_tablet_manager.cc:1434] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2: Time spent starting tablet: real 0.024s	user 0.006s	sys 0.000s
I20260630 12:37:57.491565  9617 ts_tablet_manager.cc:1403] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e: Time spent bootstrapping tablet: real 0.041s	user 0.012s	sys 0.000s
I20260630 12:37:57.492285  9619 tablet_bootstrap.cc:492] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2: Bootstrap starting.
I20260630 12:37:57.480861  9624 leader_election.cc:290] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.494546  9617 raft_consensus.cc:359] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.495330  9617 raft_consensus.cc:385] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.495639  9617 raft_consensus.cc:740] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9582e46aa5f44c682b57f0e547aad1e, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.483412  9618 raft_consensus.cc:359] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.486788  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2549da0c1944498b8dd6a4054fde532" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:57.496591  9618 raft_consensus.cc:385] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.496981  9423 raft_consensus.cc:2468] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 0.
I20260630 12:37:57.497429  9618 raft_consensus.cc:740] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.498839  9617 consensus_queue.cc:260] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.499496  9618 consensus_queue.cc:260] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.502053  9617 ts_tablet_manager.cc:1434] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.001s
I20260630 12:37:57.503289  9617 tablet_bootstrap.cc:492] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e: Bootstrap starting.
I20260630 12:37:57.504415  9618 ts_tablet_manager.cc:1434] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent starting tablet: real 0.030s	user 0.005s	sys 0.003s
I20260630 12:37:57.505416  9538 leader_election.cc:304] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.506407  9623 raft_consensus.cc:2804] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.506789  9623 raft_consensus.cc:493] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.507128  9623 raft_consensus.cc:3060] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.513890  9619 tablet_bootstrap.cc:654] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.516677  9617 tablet_bootstrap.cc:654] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.518187  9623 raft_consensus.cc:515] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.520838  9618 tablet_bootstrap.cc:492] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1: Bootstrap starting.
I20260630 12:37:57.525796  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2549da0c1944498b8dd6a4054fde532" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e"
I20260630 12:37:57.526467  9423 raft_consensus.cc:3060] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.530301  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2549da0c1944498b8dd6a4054fde532" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" is_pre_election: true
I20260630 12:37:57.531068  9498 raft_consensus.cc:2468] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 0.
I20260630 12:37:57.533061  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2549da0c1944498b8dd6a4054fde532" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
I20260630 12:37:57.533560  9498 raft_consensus.cc:3060] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.533933  9423 raft_consensus.cc:2468] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 1.
I20260630 12:37:57.535187  9538 leader_election.cc:304] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.544168  9617 tablet_bootstrap.cc:492] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e: No bootstrap required, opened a new log
I20260630 12:37:57.544939  9617 ts_tablet_manager.cc:1403] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e: Time spent bootstrapping tablet: real 0.042s	user 0.006s	sys 0.020s
I20260630 12:37:57.545573  9639 raft_consensus.cc:2804] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.549036  9623 leader_election.cc:290] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 election: Requested vote from peers 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387), e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179)
I20260630 12:37:57.548799  9617 raft_consensus.cc:359] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.549921  9617 raft_consensus.cc:385] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.550297  9617 raft_consensus.cc:740] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9582e46aa5f44c682b57f0e547aad1e, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.551153  9639 raft_consensus.cc:697] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 1 LEADER]: Becoming Leader. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Running, Role: LEADER
I20260630 12:37:57.549371  9498 raft_consensus.cc:2468] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 1.
I20260630 12:37:57.558699  9617 consensus_queue.cc:260] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.561220  9618 tablet_bootstrap.cc:654] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.561431  9617 ts_tablet_manager.cc:1434] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.001s
I20260630 12:37:57.562522  9617 tablet_bootstrap.cc:492] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e: Bootstrap starting.
I20260630 12:37:57.566550  9619 tablet_bootstrap.cc:492] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2: No bootstrap required, opened a new log
I20260630 12:37:57.567126  9619 ts_tablet_manager.cc:1403] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2: Time spent bootstrapping tablet: real 0.075s	user 0.020s	sys 0.012s
I20260630 12:37:57.567994  9640 raft_consensus.cc:493] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.569579  9617 tablet_bootstrap.cc:654] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.553038  9639 consensus_queue.cc:237] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.572937  9572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2549da0c1944498b8dd6a4054fde532" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:57.572563  9619 raft_consensus.cc:359] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.574254  9619 raft_consensus.cc:385] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.574380  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:57.574582  9619 raft_consensus.cc:740] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.575434  9619 consensus_queue.cc:260] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.569279  9640 raft_consensus.cc:515] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.578048  9619 ts_tablet_manager.cc:1434] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260630 12:37:57.578384  9571 raft_consensus.cc:2468] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9582e46aa5f44c682b57f0e547aad1e in term 0.
I20260630 12:37:57.579208  9619 tablet_bootstrap.cc:492] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2: Bootstrap starting.
I20260630 12:37:57.580470  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:57.580708  9618 tablet_bootstrap.cc:492] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1: No bootstrap required, opened a new log
I20260630 12:37:57.581238  9423 raft_consensus.cc:2468] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 0.
I20260630 12:37:57.581403  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2549da0c1944498b8dd6a4054fde532" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" is_pre_election: true
I20260630 12:37:57.582693  9388 leader_election.cc:304] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.582993  9497 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" is_pre_election: true
I20260630 12:37:57.583369  9640 leader_election.cc:290] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387)
I20260630 12:37:57.583432  9624 raft_consensus.cc:2804] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.584064  9624 raft_consensus.cc:493] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.584261  9498 raft_consensus.cc:2393] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e9582e46aa5f44c682b57f0e547aad1e in current term 1: Already voted for candidate bf585792edcc44e0bc7a93845170eaa2 in this term.
I20260630 12:37:57.584429  9624 raft_consensus.cc:3060] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.583791  9538 leader_election.cc:304] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.581374  9618 ts_tablet_manager.cc:1403] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent bootstrapping tablet: real 0.061s	user 0.009s	sys 0.004s
I20260630 12:37:57.585923  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" is_pre_election: true
W20260630 12:37:57.587558  9386 leader_election.cc:343] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:57.588743  9386 leader_election.cc:304] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [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: e9582e46aa5f44c682b57f0e547aad1e; no voters: 83f55b53ece149e4b64a53d3fc5f73a1, bf585792edcc44e0bc7a93845170eaa2
W20260630 12:37:57.588905  9535 leader_election.cc:343] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:57.590474  9633 raft_consensus.cc:2749] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:57.592809  9619 tablet_bootstrap.cc:654] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.594502  9618 raft_consensus.cc:359] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.586333  9640 raft_consensus.cc:2804] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.595470  9618 raft_consensus.cc:385] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.596204  9618 raft_consensus.cc:740] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.597391  9618 consensus_queue.cc:260] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.596182  9640 raft_consensus.cc:493] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.599058  9640 raft_consensus.cc:3060] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.600431  9624 raft_consensus.cc:515] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.603328  9318 catalog_manager.cc:5697] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 reported cstate change: term changed from 0 to 1, leader changed from <none> to bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "bf585792edcc44e0bc7a93845170eaa2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:57.604283  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
I20260630 12:37:57.605392  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2"
I20260630 12:37:57.606359  9624 leader_election.cc:290] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 1 election: Requested vote from peers 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
W20260630 12:37:57.606359  9386 leader_election.cc:343] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:57.609179  9617 tablet_bootstrap.cc:492] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e: No bootstrap required, opened a new log
I20260630 12:37:57.609975  9617 ts_tablet_manager.cc:1403] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e: Time spent bootstrapping tablet: real 0.048s	user 0.015s	sys 0.008s
I20260630 12:37:57.611909  9639 raft_consensus.cc:493] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.612442  9639 raft_consensus.cc:515] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.613003  9617 raft_consensus.cc:359] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.613788  9617 raft_consensus.cc:385] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.614063  9617 raft_consensus.cc:740] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9582e46aa5f44c682b57f0e547aad1e, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.614703  9639 leader_election.cc:290] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387)
I20260630 12:37:57.614825  9617 consensus_queue.cc:260] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.616688  9617 ts_tablet_manager.cc:1434] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:37:57.609179  9619 tablet_bootstrap.cc:492] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2: No bootstrap required, opened a new log
I20260630 12:37:57.617342  9619 ts_tablet_manager.cc:1403] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2: Time spent bootstrapping tablet: real 0.038s	user 0.010s	sys 0.005s
I20260630 12:37:57.617815  9617 tablet_bootstrap.cc:492] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e: Bootstrap starting.
I20260630 12:37:57.617686  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ecdb370944a144e2bcd3d47f30b74c5c" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:57.618404  9423 raft_consensus.cc:2468] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 0.
I20260630 12:37:57.619637  9538 leader_election.cc:304] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.619987  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ecdb370944a144e2bcd3d47f30b74c5c" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" is_pre_election: true
I20260630 12:37:57.623116  9617 tablet_bootstrap.cc:654] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.623383  9639 raft_consensus.cc:2804] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.623799  9639 raft_consensus.cc:493] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.620592  9619 raft_consensus.cc:359] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.624729  9619 raft_consensus.cc:385] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.625130  9619 raft_consensus.cc:740] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.624287  9639 raft_consensus.cc:3060] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.626543  9619 consensus_queue.cc:260] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
W20260630 12:37:57.627718  9535 leader_election.cc:343] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:57.628444  9619 ts_tablet_manager.cc:1434] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.001s
I20260630 12:37:57.629631  9619 tablet_bootstrap.cc:492] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2: Bootstrap starting.
I20260630 12:37:57.620846  9640 raft_consensus.cc:515] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.630537  9571 raft_consensus.cc:2393] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e9582e46aa5f44c682b57f0e547aad1e in current term 1: Already voted for candidate bf585792edcc44e0bc7a93845170eaa2 in this term.
I20260630 12:37:57.632351  9388 leader_election.cc:304] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [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: e9582e46aa5f44c682b57f0e547aad1e; no voters: 83f55b53ece149e4b64a53d3fc5f73a1, bf585792edcc44e0bc7a93845170eaa2
I20260630 12:37:57.633522  9624 raft_consensus.cc:2749] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:57.636015  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e"
I20260630 12:37:57.636775  9423 raft_consensus.cc:2393] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate bf585792edcc44e0bc7a93845170eaa2 in current term 1: Already voted for candidate e9582e46aa5f44c682b57f0e547aad1e in this term.
I20260630 12:37:57.636941  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
W20260630 12:37:57.638330  9535 leader_election.cc:343] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:57.638759  9535 leader_election.cc:304] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [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: bf585792edcc44e0bc7a93845170eaa2; no voters: 83f55b53ece149e4b64a53d3fc5f73a1, e9582e46aa5f44c682b57f0e547aad1e
I20260630 12:37:57.639263  9619 tablet_bootstrap.cc:654] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.639904  9623 raft_consensus.cc:2749] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:57.640653  9640 leader_election.cc:290] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 election: Requested vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387)
I20260630 12:37:57.644493  9618 ts_tablet_manager.cc:1434] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent starting tablet: real 0.053s	user 0.007s	sys 0.001s
I20260630 12:37:57.645438  9639 raft_consensus.cc:515] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.646673  9617 tablet_bootstrap.cc:492] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e: No bootstrap required, opened a new log
I20260630 12:37:57.647408  9617 ts_tablet_manager.cc:1403] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e: Time spent bootstrapping tablet: real 0.030s	user 0.006s	sys 0.016s
I20260630 12:37:57.649521  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ecdb370944a144e2bcd3d47f30b74c5c" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
I20260630 12:37:57.650873  9639 leader_election.cc:290] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 election: Requested vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387)
I20260630 12:37:57.651490  9617 raft_consensus.cc:359] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.652415  9617 raft_consensus.cc:385] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.652736  9617 raft_consensus.cc:740] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9582e46aa5f44c682b57f0e547aad1e, State: Initialized, Role: FOLLOWER
W20260630 12:37:57.653666  9535 leader_election.cc:343] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:57.653586  9617 consensus_queue.cc:260] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.654671  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ecdb370944a144e2bcd3d47f30b74c5c" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e"
I20260630 12:37:57.655318  9423 raft_consensus.cc:3060] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.656373  9617 ts_tablet_manager.cc:1434] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260630 12:37:57.654716  9619 tablet_bootstrap.cc:492] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2: No bootstrap required, opened a new log
I20260630 12:37:57.657310  9619 ts_tablet_manager.cc:1403] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.007s
I20260630 12:37:57.660243  9619 raft_consensus.cc:359] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.660925  9619 raft_consensus.cc:385] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.661320  9619 raft_consensus.cc:740] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.663267  9423 raft_consensus.cc:2468] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 1.
I20260630 12:37:57.662214  9619 consensus_queue.cc:260] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.664641  9618 tablet_bootstrap.cc:492] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1: Bootstrap starting.
I20260630 12:37:57.664492  9538 leader_election.cc:304] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [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: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e; no voters: 83f55b53ece149e4b64a53d3fc5f73a1
I20260630 12:37:57.665897  9639 raft_consensus.cc:2804] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.666592  9619 ts_tablet_manager.cc:1434] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:37:57.666669  9639 raft_consensus.cc:697] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 1 LEADER]: Becoming Leader. State: Replica: bf585792edcc44e0bc7a93845170eaa2, State: Running, Role: LEADER
I20260630 12:37:57.668217  9639 consensus_queue.cc:237] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.671676  9618 tablet_bootstrap.cc:654] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.676997  9618 tablet_bootstrap.cc:492] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1: No bootstrap required, opened a new log
I20260630 12:37:57.677526  9618 ts_tablet_manager.cc:1403] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:37:57.679442  9321 catalog_manager.cc:5697] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 reported cstate change: term changed from 0 to 1, leader changed from <none> to bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "bf585792edcc44e0bc7a93845170eaa2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:57.680397  9618 raft_consensus.cc:359] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.681216  9618 raft_consensus.cc:385] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.681504  9618 raft_consensus.cc:740] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.682278  9618 consensus_queue.cc:260] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.684403  9618 ts_tablet_manager.cc:1434] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:37:57.685475  9618 tablet_bootstrap.cc:492] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1: Bootstrap starting.
I20260630 12:37:57.690913  9618 tablet_bootstrap.cc:654] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.695785  9618 tablet_bootstrap.cc:492] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1: No bootstrap required, opened a new log
I20260630 12:37:57.696254  9618 ts_tablet_manager.cc:1403] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent bootstrapping tablet: real 0.011s	user 0.009s	sys 0.000s
I20260630 12:37:57.698516  9618 raft_consensus.cc:359] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.699055  9618 raft_consensus.cc:385] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.699291  9618 raft_consensus.cc:740] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.699839  9618 consensus_queue.cc:260] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.701814  9618 ts_tablet_manager.cc:1434] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:37:57.702801  9618 tablet_bootstrap.cc:492] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1: Bootstrap starting.
I20260630 12:37:57.708052  9618 tablet_bootstrap.cc:654] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:57.712884  9618 tablet_bootstrap.cc:492] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1: No bootstrap required, opened a new log
I20260630 12:37:57.713472  9618 ts_tablet_manager.cc:1403] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent bootstrapping tablet: real 0.011s	user 0.001s	sys 0.009s
W20260630 12:37:57.713943  9369 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:57.716013  9618 raft_consensus.cc:359] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.716733  9618 raft_consensus.cc:385] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:57.716988  9618 raft_consensus.cc:740] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Initialized, Role: FOLLOWER
I20260630 12:37:57.717677  9618 consensus_queue.cc:260] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.719730  9618 ts_tablet_manager.cc:1434] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.001s
I20260630 12:37:57.733959  9625 raft_consensus.cc:493] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.734521  9625 raft_consensus.cc:515] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.736776  9625 leader_election.cc:290] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.746460  9639 raft_consensus.cc:493] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.747079  9639 raft_consensus.cc:515] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.747606  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:57.747712  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:57.748504  9423 raft_consensus.cc:2468] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 0.
I20260630 12:37:57.748560  9571 raft_consensus.cc:2468] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 0.
I20260630 12:37:57.749267  9639 leader_election.cc:290] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387)
I20260630 12:37:57.749956  9464 leader_election.cc:304] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f55b53ece149e4b64a53d3fc5f73a1, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.749996  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:57.750571  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" is_pre_election: true
I20260630 12:37:57.750835  9423 raft_consensus.cc:2468] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bf585792edcc44e0bc7a93845170eaa2 in term 0.
I20260630 12:37:57.750976  9625 raft_consensus.cc:2804] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.751471  9625 raft_consensus.cc:493] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.751806  9625 raft_consensus.cc:3060] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.752802  9538 leader_election.cc:304] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.753614  9639 raft_consensus.cc:2804] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.753937  9639 raft_consensus.cc:493] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.754202  9639 raft_consensus.cc:3060] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.757436  9625 raft_consensus.cc:515] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.758611  9498 raft_consensus.cc:2393] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bf585792edcc44e0bc7a93845170eaa2 in current term 1: Already voted for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in this term.
I20260630 12:37:57.760036  9625 leader_election.cc:290] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 election: Requested vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.759940  9639 raft_consensus.cc:515] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.760326  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e"
I20260630 12:37:57.761128  9423 raft_consensus.cc:3060] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.761983  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2"
I20260630 12:37:57.762247  9639 leader_election.cc:290] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [CANDIDATE]: Term 1 election: Requested vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387)
I20260630 12:37:57.762791  9571 raft_consensus.cc:2393] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 83f55b53ece149e4b64a53d3fc5f73a1 in current term 1: Already voted for candidate bf585792edcc44e0bc7a93845170eaa2 in this term.
I20260630 12:37:57.763011  9422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e"
I20260630 12:37:57.764307  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a33b2dccf7864a8681b4215cd1a2437b" candidate_uuid: "bf585792edcc44e0bc7a93845170eaa2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
I20260630 12:37:57.765072  9498 raft_consensus.cc:2393] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate bf585792edcc44e0bc7a93845170eaa2 in current term 1: Already voted for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in this term.
I20260630 12:37:57.765928  9535 leader_election.cc:304] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [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: bf585792edcc44e0bc7a93845170eaa2; no voters: 83f55b53ece149e4b64a53d3fc5f73a1, e9582e46aa5f44c682b57f0e547aad1e
I20260630 12:37:57.766132  9625 raft_consensus.cc:493] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.766750  9639 raft_consensus.cc:2749] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:57.766649  9625 raft_consensus.cc:515] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.768074  9423 raft_consensus.cc:2468] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 1.
I20260630 12:37:57.768636  9625 leader_election.cc:290] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.769589  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e635f261737d4579809d1065c769ce7e" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:57.769675  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e635f261737d4579809d1065c769ce7e" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:57.769752  9464 leader_election.cc:304] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [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: 83f55b53ece149e4b64a53d3fc5f73a1, e9582e46aa5f44c682b57f0e547aad1e; no voters: bf585792edcc44e0bc7a93845170eaa2
I20260630 12:37:57.770165  9571 raft_consensus.cc:2468] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 0.
I20260630 12:37:57.770499  9423 raft_consensus.cc:2468] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 0.
I20260630 12:37:57.771044  9625 raft_consensus.cc:2804] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.771175  9463 leader_election.cc:304] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f55b53ece149e4b64a53d3fc5f73a1, bf585792edcc44e0bc7a93845170eaa2; no voters: 
I20260630 12:37:57.772418  9625 raft_consensus.cc:697] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 LEADER]: Becoming Leader. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Running, Role: LEADER
I20260630 12:37:57.773005  9653 raft_consensus.cc:2804] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.773442  9653 raft_consensus.cc:493] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.773280  9625 consensus_queue.cc:237] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.773851  9653 raft_consensus.cc:3060] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.780198  9653 raft_consensus.cc:515] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.780488  9321 catalog_manager.cc:5697] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:57.781917  9653 leader_election.cc:290] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 election: Requested vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.782773  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e635f261737d4579809d1065c769ce7e" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e"
I20260630 12:37:57.783041  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e635f261737d4579809d1065c769ce7e" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2"
I20260630 12:37:57.783327  9423 raft_consensus.cc:3060] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.783686  9571 raft_consensus.cc:3060] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.790278  9571 raft_consensus.cc:2468] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 1.
I20260630 12:37:57.790205  9423 raft_consensus.cc:2468] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 1.
I20260630 12:37:57.791586  9463 leader_election.cc:304] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f55b53ece149e4b64a53d3fc5f73a1, bf585792edcc44e0bc7a93845170eaa2; no voters: 
I20260630 12:37:57.792392  9653 raft_consensus.cc:2804] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.792738  9653 raft_consensus.cc:697] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 LEADER]: Becoming Leader. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Running, Role: LEADER
I20260630 12:37:57.793505  9653 consensus_queue.cc:237] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.800411  9321 catalog_manager.cc:5697] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:57.916601  9653 raft_consensus.cc:493] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.917181  9653 raft_consensus.cc:515] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.919088  9653 leader_election.cc:290] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.919874  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f5fa9aa40b24d62baac9c99d01174ff" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:57.920136  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f5fa9aa40b24d62baac9c99d01174ff" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:57.920699  9423 raft_consensus.cc:2468] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 0.
I20260630 12:37:57.920797  9571 raft_consensus.cc:2468] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 0.
I20260630 12:37:57.921813  9464 leader_election.cc:304] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f55b53ece149e4b64a53d3fc5f73a1, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:57.922586  9653 raft_consensus.cc:2804] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.922971  9653 raft_consensus.cc:493] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.923285  9653 raft_consensus.cc:3060] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.928288  9653 raft_consensus.cc:515] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.930274  9653 leader_election.cc:290] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 election: Requested vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:57.931049  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f5fa9aa40b24d62baac9c99d01174ff" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e"
I20260630 12:37:57.931308  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f5fa9aa40b24d62baac9c99d01174ff" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2"
I20260630 12:37:57.931612  9423 raft_consensus.cc:3060] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.931890  9571 raft_consensus.cc:3060] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.936944  9571 raft_consensus.cc:2468] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 1.
I20260630 12:37:57.936966  9423 raft_consensus.cc:2468] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f55b53ece149e4b64a53d3fc5f73a1 in term 1.
I20260630 12:37:57.938145  9463 leader_election.cc:304] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f55b53ece149e4b64a53d3fc5f73a1, bf585792edcc44e0bc7a93845170eaa2; no voters: 
I20260630 12:37:57.938879  9653 raft_consensus.cc:2804] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.939317  9653 raft_consensus.cc:697] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 LEADER]: Becoming Leader. State: Replica: 83f55b53ece149e4b64a53d3fc5f73a1, State: Running, Role: LEADER
I20260630 12:37:57.940198  9653 consensus_queue.cc:237] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:57.947073  9321 catalog_manager.cc:5697] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:57.977654  9639 consensus_queue.cc:1048] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:57.990224  9639 consensus_queue.cc:1048] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.062769  9653 raft_consensus.cc:493] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:58.063278  9653 raft_consensus.cc:515] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:58.065019  9653 leader_election.cc:290] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:58.065924  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:58.066026  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:58.066700  9423 raft_consensus.cc:2393] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 83f55b53ece149e4b64a53d3fc5f73a1 in current term 1: Already voted for candidate e9582e46aa5f44c682b57f0e547aad1e in this term.
I20260630 12:37:58.066784  9571 raft_consensus.cc:2393] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 83f55b53ece149e4b64a53d3fc5f73a1 in current term 1: Already voted for candidate bf585792edcc44e0bc7a93845170eaa2 in this term.
I20260630 12:37:58.067873  9463 leader_election.cc:304] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [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: 83f55b53ece149e4b64a53d3fc5f73a1; no voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e
I20260630 12:37:58.068564  9653 raft_consensus.cc:3060] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.071014  9625 raft_consensus.cc:493] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:58.071704  9625 raft_consensus.cc:515] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:58.074321  9625 leader_election.cc:290] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129:45179), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:58.075155  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ecdb370944a144e2bcd3d47f30b74c5c" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9582e46aa5f44c682b57f0e547aad1e" is_pre_election: true
I20260630 12:37:58.076025  9423 raft_consensus.cc:2393] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 83f55b53ece149e4b64a53d3fc5f73a1 in current term 1: Already voted for candidate bf585792edcc44e0bc7a93845170eaa2 in this term.
I20260630 12:37:58.077807  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ecdb370944a144e2bcd3d47f30b74c5c" candidate_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:58.079253  9463 leader_election.cc:304] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [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: 83f55b53ece149e4b64a53d3fc5f73a1; no voters: bf585792edcc44e0bc7a93845170eaa2, e9582e46aa5f44c682b57f0e547aad1e
I20260630 12:37:58.080062  9653 raft_consensus.cc:2749] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:58.080749  9653 raft_consensus.cc:3060] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.086311  9653 raft_consensus.cc:2749] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:58.180051  9653 consensus_queue.cc:1048] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.189072  9639 consensus_queue.cc:1048] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.189908  9653 consensus_queue.cc:1048] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.204088  9654 consensus_queue.cc:1048] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.214154  9640 consensus_queue.cc:1048] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.219579  9625 consensus_queue.cc:1048] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.449450  9625 consensus_queue.cc:1048] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.460376  9654 consensus_queue.cc:1048] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:58.718770  9369 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:59.400974  9673 raft_consensus.cc:493] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:59.401517  9673 raft_consensus.cc:515] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:59.403329  9673 leader_election.cc:290] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:59.404170  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" is_pre_election: true
I20260630 12:37:59.404378  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2" is_pre_election: true
I20260630 12:37:59.404742  9498 raft_consensus.cc:2468] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9582e46aa5f44c682b57f0e547aad1e in term 1.
I20260630 12:37:59.405010  9571 raft_consensus.cc:2468] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9582e46aa5f44c682b57f0e547aad1e in term 1.
I20260630 12:37:59.405985  9386 leader_election.cc:304] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [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: 83f55b53ece149e4b64a53d3fc5f73a1, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:59.406726  9673 raft_consensus.cc:2804] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:59.407019  9673 raft_consensus.cc:493] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:59.407284  9673 raft_consensus.cc:3060] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:59.412310  9673 raft_consensus.cc:515] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:59.413955  9673 leader_election.cc:290] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [CANDIDATE]: Term 2 election: Requested vote from peers 83f55b53ece149e4b64a53d3fc5f73a1 (127.0.160.130:36387), bf585792edcc44e0bc7a93845170eaa2 (127.0.160.131:35131)
I20260630 12:37:59.414901  9498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f55b53ece149e4b64a53d3fc5f73a1"
I20260630 12:37:59.414921  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7009dca31a5c4478a7a7ecc071930166" candidate_uuid: "e9582e46aa5f44c682b57f0e547aad1e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bf585792edcc44e0bc7a93845170eaa2"
I20260630 12:37:59.415550  9498 raft_consensus.cc:3060] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:59.415642  9571 raft_consensus.cc:3060] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:59.421003  9571 raft_consensus.cc:2468] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e9582e46aa5f44c682b57f0e547aad1e in term 2.
I20260630 12:37:59.421015  9498 raft_consensus.cc:2468] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e9582e46aa5f44c682b57f0e547aad1e in term 2.
I20260630 12:37:59.422240  9386 leader_election.cc:304] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [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: 83f55b53ece149e4b64a53d3fc5f73a1, e9582e46aa5f44c682b57f0e547aad1e; no voters: 
I20260630 12:37:59.422948  9673 raft_consensus.cc:2804] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:59.423874  9673 raft_consensus.cc:697] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 2 LEADER]: Becoming Leader. State: Replica: e9582e46aa5f44c682b57f0e547aad1e, State: Running, Role: LEADER
I20260630 12:37:59.424646  9673 consensus_queue.cc:237] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [LEADER]: Queue going to LEADER 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: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } }
I20260630 12:37:59.431433  9321 catalog_manager.cc:5697] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e reported cstate change: term changed from 0 to 2, leader changed from <none> to e9582e46aa5f44c682b57f0e547aad1e (127.0.160.129). New cstate: current_term: 2 leader_uuid: "e9582e46aa5f44c682b57f0e547aad1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9582e46aa5f44c682b57f0e547aad1e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:59.856114  9571 raft_consensus.cc:1275] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 2 FOLLOWER]: Refusing update from remote peer e9582e46aa5f44c682b57f0e547aad1e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:59.857442  9673 consensus_queue.cc:1048] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [LEADER]: Connected to new peer: Peer: permanent_uuid: "bf585792edcc44e0bc7a93845170eaa2" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 35131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:59.867889  9498 raft_consensus.cc:1275] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 2 FOLLOWER]: Refusing update from remote peer e9582e46aa5f44c682b57f0e547aad1e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:59.869719  9674 consensus_queue.cc:1048] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f55b53ece149e4b64a53d3fc5f73a1" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:00.016902  9686 meta_cache.cc:1261] Time spent looking up entry by key: real 0.054s	user 0.002s	sys 0.000s
W20260630 12:38:00.350718  9699 log.cc:927] Time spent T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2: Append to log took a long time: real 0.117s	user 0.005s	sys 0.000s
W20260630 12:38:00.954051  9463 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:35131, user_credentials={real_user=slave}} blocked reactor thread for 46574.3us
W20260630 12:38:01.522576  9538 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.129:45179, user_credentials={real_user=slave}} blocked reactor thread for 71871.2us
I20260630 12:38:01.659780   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:01.695992   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:01.696705   642 tablet_replica.cc:333] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e: stopping tablet replica
I20260630 12:38:01.697517   642 raft_consensus.cc:2243] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.698143   642 raft_consensus.cc:2272] T a33b2dccf7864a8681b4215cd1a2437b P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.700862   642 tablet_replica.cc:333] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e: stopping tablet replica
I20260630 12:38:01.701545   642 raft_consensus.cc:2243] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.702126   642 raft_consensus.cc:2272] T ecdb370944a144e2bcd3d47f30b74c5c P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.704871   642 tablet_replica.cc:333] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e: stopping tablet replica
I20260630 12:38:01.705551   642 raft_consensus.cc:2243] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.706076   642 raft_consensus.cc:2272] T 0f5fa9aa40b24d62baac9c99d01174ff P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.708770   642 tablet_replica.cc:333] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e: stopping tablet replica
I20260630 12:38:01.709407   642 raft_consensus.cc:2243] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:38:01.710227   642 raft_consensus.cc:2272] T 7009dca31a5c4478a7a7ecc071930166 P e9582e46aa5f44c682b57f0e547aad1e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.712826   642 tablet_replica.cc:333] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e: stopping tablet replica
I20260630 12:38:01.713397   642 raft_consensus.cc:2243] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.713912   642 raft_consensus.cc:2272] T e635f261737d4579809d1065c769ce7e P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.717010   642 tablet_replica.cc:333] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e: stopping tablet replica
I20260630 12:38:01.717594   642 raft_consensus.cc:2243] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.718171   642 raft_consensus.cc:2272] T e2549da0c1944498b8dd6a4054fde532 P e9582e46aa5f44c682b57f0e547aad1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.745887   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:38:01.762956   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:38:01.786687   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:01.787364   642 tablet_replica.cc:333] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1: stopping tablet replica
I20260630 12:38:01.787987   642 raft_consensus.cc:2243] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:01.788992   642 raft_consensus.cc:2272] T e635f261737d4579809d1065c769ce7e P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.791632   642 tablet_replica.cc:333] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1: stopping tablet replica
I20260630 12:38:01.792233   642 raft_consensus.cc:2243] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.792800   642 raft_consensus.cc:2272] T e2549da0c1944498b8dd6a4054fde532 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.795636   642 tablet_replica.cc:333] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1: stopping tablet replica
I20260630 12:38:01.796260   642 raft_consensus.cc:2243] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.796841   642 raft_consensus.cc:2272] T 7009dca31a5c4478a7a7ecc071930166 P 83f55b53ece149e4b64a53d3fc5f73a1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.799654   642 tablet_replica.cc:333] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1: stopping tablet replica
I20260630 12:38:01.800252   642 raft_consensus.cc:2243] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.800783   642 raft_consensus.cc:2272] T ecdb370944a144e2bcd3d47f30b74c5c P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.803570   642 tablet_replica.cc:333] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1: stopping tablet replica
I20260630 12:38:01.804164   642 raft_consensus.cc:2243] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:01.805101   642 raft_consensus.cc:2272] T 0f5fa9aa40b24d62baac9c99d01174ff P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.807874   642 tablet_replica.cc:333] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1: stopping tablet replica
I20260630 12:38:01.808403   642 raft_consensus.cc:2243] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:01.809309   642 raft_consensus.cc:2272] T a33b2dccf7864a8681b4215cd1a2437b P 83f55b53ece149e4b64a53d3fc5f73a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.836663   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:01.853513   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:01.875664   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:01.876272   642 tablet_replica.cc:333] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2: stopping tablet replica
I20260630 12:38:01.876878   642 raft_consensus.cc:2243] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.877463   642 raft_consensus.cc:2272] T 0f5fa9aa40b24d62baac9c99d01174ff P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.880227   642 tablet_replica.cc:333] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2: stopping tablet replica
I20260630 12:38:01.880820   642 raft_consensus.cc:2243] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:01.881711   642 raft_consensus.cc:2272] T ecdb370944a144e2bcd3d47f30b74c5c P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.884618   642 tablet_replica.cc:333] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2: stopping tablet replica
I20260630 12:38:01.885284   642 raft_consensus.cc:2243] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.885804   642 raft_consensus.cc:2272] T e635f261737d4579809d1065c769ce7e P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.888571   642 tablet_replica.cc:333] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2: stopping tablet replica
I20260630 12:38:01.889211   642 raft_consensus.cc:2243] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:01.890108   642 raft_consensus.cc:2272] T e2549da0c1944498b8dd6a4054fde532 P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.892688   642 tablet_replica.cc:333] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2: stopping tablet replica
I20260630 12:38:01.893280   642 raft_consensus.cc:2243] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.893819   642 raft_consensus.cc:2272] T 7009dca31a5c4478a7a7ecc071930166 P bf585792edcc44e0bc7a93845170eaa2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.896482   642 tablet_replica.cc:333] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2: stopping tablet replica
I20260630 12:38:01.897063   642 raft_consensus.cc:2243] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:01.897680   642 raft_consensus.cc:2272] T a33b2dccf7864a8681b4215cd1a2437b P bf585792edcc44e0bc7a93845170eaa2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.924969   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:01.941509   642 master.cc:562] Master@127.0.160.190:40269 shutting down...
I20260630 12:38:01.963135   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:01.963696   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:01.963969   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 82cdb5b4173f4c92905f0da352af1ddb: stopping tablet replica
I20260630 12:38:01.984120   642 master.cc:584] Master@127.0.160.190:40269 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (6447 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:38:02.016901   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:34207
I20260630 12:38:02.018049   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:02.023135  9749 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.023255  9748 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.024679  9751 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:02.025527   642 server_base.cc:1061] running on GCE node
I20260630 12:38:02.026394   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:02.026679   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:02.026881   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823082026865 us; error 0 us; skew 500 ppm
I20260630 12:38:02.027632   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:02.030062   642 webserver.cc:533] Webserver started at http://127.0.160.190:43849/ using document root <none> and password file <none>
I20260630 12:38:02.030535   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:02.030723   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:02.031006   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:02.032081   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "4023415f60cd4761a6e5dfc7cb656127"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.036577   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:02.039956  9756 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.040712   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:02.041071   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "4023415f60cd4761a6e5dfc7cb656127"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.041371   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:02.053224   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:02.054287   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:02.091287   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:34207
I20260630 12:38:02.091372  9807 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:34207 every 8 connection(s)
I20260630 12:38:02.095350  9808 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:02.106775  9808 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127: Bootstrap starting.
I20260630 12:38:02.111213  9808 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.115438  9808 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127: No bootstrap required, opened a new log
I20260630 12:38:02.117550  9808 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4023415f60cd4761a6e5dfc7cb656127" member_type: VOTER }
I20260630 12:38:02.117970  9808 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.118243  9808 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4023415f60cd4761a6e5dfc7cb656127, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.118887  9808 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4023415f60cd4761a6e5dfc7cb656127" member_type: VOTER }
I20260630 12:38:02.119354  9808 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:02.119591  9808 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:02.119864  9808 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.124895  9808 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4023415f60cd4761a6e5dfc7cb656127" member_type: VOTER }
I20260630 12:38:02.125555  9808 leader_election.cc:304] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [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: 4023415f60cd4761a6e5dfc7cb656127; no voters: 
I20260630 12:38:02.126730  9808 leader_election.cc:290] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:02.127111  9811 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.128582  9811 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 1 LEADER]: Becoming Leader. State: Replica: 4023415f60cd4761a6e5dfc7cb656127, State: Running, Role: LEADER
I20260630 12:38:02.129300  9811 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [LEADER]: Queue going to LEADER mode. State: All 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: "4023415f60cd4761a6e5dfc7cb656127" member_type: VOTER }
I20260630 12:38:02.129889  9808 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:02.134161  9812 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4023415f60cd4761a6e5dfc7cb656127" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4023415f60cd4761a6e5dfc7cb656127" member_type: VOTER } }
I20260630 12:38:02.135038  9812 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:02.136642  9813 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4023415f60cd4761a6e5dfc7cb656127. Latest consensus state: current_term: 1 leader_uuid: "4023415f60cd4761a6e5dfc7cb656127" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4023415f60cd4761a6e5dfc7cb656127" member_type: VOTER } }
I20260630 12:38:02.137459  9819 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:02.137568  9813 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:02.142575  9819 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:02.151188   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:02.154175  9819 catalog_manager.cc:1383] Generated new cluster ID: 2dceab6066354897a74ef644874daec7
I20260630 12:38:02.154515  9819 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:02.184293  9819 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:02.185755  9819 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:02.203649  9819 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127: Generated new TSK 0
I20260630 12:38:02.204325  9819 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:02.218727   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:02.224658  9829 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.225651  9830 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.227423  9832 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:02.227900   642 server_base.cc:1061] running on GCE node
I20260630 12:38:02.228844   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:02.229126   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:02.229336   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823082229316 us; error 0 us; skew 500 ppm
I20260630 12:38:02.229882   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:02.232452   642 webserver.cc:533] Webserver started at http://127.0.160.129:42529/ using document root <none> and password file <none>
I20260630 12:38:02.232990   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:02.233207   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:02.233484   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:02.234606   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "425cbab24fd342e6be9781ae8333791b"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.239287   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:02.242620  9837 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.243445   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:02.243745   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "425cbab24fd342e6be9781ae8333791b"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.244029   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:02.265597   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:02.266762   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:02.268168   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:02.270515   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:02.270750   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.270990   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:02.271162   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.309530   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:37957
I20260630 12:38:02.309638  9899 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:37957 every 8 connection(s)
I20260630 12:38:02.314568   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:02.321166  9904 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.323151  9905 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.324257  9907 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:02.325109   642 server_base.cc:1061] running on GCE node
I20260630 12:38:02.326718   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:02.326972   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:02.327174   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823082327156 us; error 0 us; skew 500 ppm
I20260630 12:38:02.327883   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:02.330093  9900 heartbeater.cc:344] Connected to a master server at 127.0.160.190:34207
I20260630 12:38:02.330590  9900 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:02.330825   642 webserver.cc:533] Webserver started at http://127.0.160.130:38355/ using document root <none> and password file <none>
I20260630 12:38:02.331478   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:02.331574  9900 heartbeater.cc:507] Master 127.0.160.190:34207 requested a full tablet report, sending...
I20260630 12:38:02.331738   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:02.332192   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:02.333508   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "5e3ed83f25304dd0a6a8178d35bc647e"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.334158  9773 ts_manager.cc:194] Registered new tserver with Master: 425cbab24fd342e6be9781ae8333791b (127.0.160.129:37957)
I20260630 12:38:02.336652  9773 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34022
I20260630 12:38:02.339342   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:38:02.342903  9912 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.371809   642 fs_manager.cc:730] Time spent opening block manager: real 0.030s	user 0.002s	sys 0.000s
I20260630 12:38:02.373225   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "5e3ed83f25304dd0a6a8178d35bc647e"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.374218   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:02.400516   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:02.401913   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:02.403546   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:02.406450   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:02.406651   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.406991   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:02.407167   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.451231   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:42599
I20260630 12:38:02.451429  9975 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:42599 every 8 connection(s)
I20260630 12:38:02.458477   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:02.467049  9979 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.467980  9980 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.471330  9982 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:02.472388   642 server_base.cc:1061] running on GCE node
I20260630 12:38:02.473171  9976 heartbeater.cc:344] Connected to a master server at 127.0.160.190:34207
I20260630 12:38:02.473601   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:02.473624  9976 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:02.473984   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:02.474224   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823082474205 us; error 0 us; skew 500 ppm
I20260630 12:38:02.474776  9976 heartbeater.cc:507] Master 127.0.160.190:34207 requested a full tablet report, sending...
I20260630 12:38:02.474934   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:02.477931  9773 ts_manager.cc:194] Registered new tserver with Master: 5e3ed83f25304dd0a6a8178d35bc647e (127.0.160.130:42599)
I20260630 12:38:02.478397   642 webserver.cc:533] Webserver started at http://127.0.160.131:32915/ using document root <none> and password file <none>
I20260630 12:38:02.479012   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:02.479251   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:02.479605   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:02.480185  9773 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34034
I20260630 12:38:02.481386   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "406441fb14ff450b81a03d546bc63321"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.486454   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:02.490105  9987 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.490935   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:02.491209   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "406441fb14ff450b81a03d546bc63321"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n1kv"
I20260630 12:38:02.491473   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:02.509233   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:02.510450   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:02.512274   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:02.514685   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:02.514896   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.515156   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:02.515295   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:02.559273   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:38943
I20260630 12:38:02.559365 10049 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:38943 every 8 connection(s)
I20260630 12:38:02.575351 10050 heartbeater.cc:344] Connected to a master server at 127.0.160.190:34207
I20260630 12:38:02.575768 10050 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:02.576664 10050 heartbeater.cc:507] Master 127.0.160.190:34207 requested a full tablet report, sending...
I20260630 12:38:02.578974  9773 ts_manager.cc:194] Registered new tserver with Master: 406441fb14ff450b81a03d546bc63321 (127.0.160.131:38943)
I20260630 12:38:02.579109   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01624322s
I20260630 12:38:02.581044  9773 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34046
I20260630 12:38:03.340065  9900 heartbeater.cc:499] Master 127.0.160.190:34207 was elected leader, sending a full tablet report...
I20260630 12:38:03.483388  9976 heartbeater.cc:499] Master 127.0.160.190:34207 was elected leader, sending a full tablet report...
I20260630 12:38:03.584321 10050 heartbeater.cc:499] Master 127.0.160.190:34207 was elected leader, sending a full tablet report...
I20260630 12:38:03.645180  9773 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34058:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:38:03.647631  9773 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:38:03.714105  9941 tablet_service.cc:1511] Processing CreateTablet for tablet 1a2e0c7138bf4643a85859ec7d4917e6 (DEFAULT_TABLE table=test-workload [id=85f18ced030e4002942d6449bed44a10]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:03.715565  9941 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a2e0c7138bf4643a85859ec7d4917e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:03.716521 10015 tablet_service.cc:1511] Processing CreateTablet for tablet 1a2e0c7138bf4643a85859ec7d4917e6 (DEFAULT_TABLE table=test-workload [id=85f18ced030e4002942d6449bed44a10]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:03.717873 10015 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a2e0c7138bf4643a85859ec7d4917e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:03.717634  9865 tablet_service.cc:1511] Processing CreateTablet for tablet 1a2e0c7138bf4643a85859ec7d4917e6 (DEFAULT_TABLE table=test-workload [id=85f18ced030e4002942d6449bed44a10]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:03.719388  9865 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a2e0c7138bf4643a85859ec7d4917e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:03.736769 10070 tablet_bootstrap.cc:492] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321: Bootstrap starting.
I20260630 12:38:03.741999 10072 tablet_bootstrap.cc:492] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b: Bootstrap starting.
I20260630 12:38:03.744305 10070 tablet_bootstrap.cc:654] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:03.744444 10071 tablet_bootstrap.cc:492] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e: Bootstrap starting.
I20260630 12:38:03.751056 10072 tablet_bootstrap.cc:654] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:03.751365 10071 tablet_bootstrap.cc:654] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:03.753166 10070 tablet_bootstrap.cc:492] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321: No bootstrap required, opened a new log
I20260630 12:38:03.753752 10070 ts_tablet_manager.cc:1403] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.006s
I20260630 12:38:03.756867 10072 tablet_bootstrap.cc:492] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b: No bootstrap required, opened a new log
I20260630 12:38:03.756999 10071 tablet_bootstrap.cc:492] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e: No bootstrap required, opened a new log
I20260630 12:38:03.757529 10072 ts_tablet_manager.cc:1403] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.003s
I20260630 12:38:03.757617 10071 ts_tablet_manager.cc:1403] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:38:03.757472 10070 raft_consensus.cc:359] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.758922 10070 raft_consensus.cc:385] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:03.759253 10070 raft_consensus.cc:740] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 406441fb14ff450b81a03d546bc63321, State: Initialized, Role: FOLLOWER
I20260630 12:38:03.760280 10070 consensus_queue.cc:260] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.761068 10072 raft_consensus.cc:359] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.761900 10072 raft_consensus.cc:385] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:03.762281 10072 raft_consensus.cc:740] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 425cbab24fd342e6be9781ae8333791b, State: Initialized, Role: FOLLOWER
I20260630 12:38:03.761530 10071 raft_consensus.cc:359] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.762871 10071 raft_consensus.cc:385] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:03.763301 10071 raft_consensus.cc:740] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e3ed83f25304dd0a6a8178d35bc647e, State: Initialized, Role: FOLLOWER
I20260630 12:38:03.763154 10072 consensus_queue.cc:260] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.764518 10071 consensus_queue.cc:260] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.770876 10071 ts_tablet_manager.cc:1434] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.004s
I20260630 12:38:03.777150 10070 ts_tablet_manager.cc:1434] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.015s
I20260630 12:38:03.777329 10077 raft_consensus.cc:493] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:03.777878 10072 ts_tablet_manager.cc:1434] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.012s
I20260630 12:38:03.777992 10077 raft_consensus.cc:515] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.790710 10077 leader_election.cc:290] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 406441fb14ff450b81a03d546bc63321 (127.0.160.131:38943), 5e3ed83f25304dd0a6a8178d35bc647e (127.0.160.130:42599)
I20260630 12:38:03.804744 10025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a2e0c7138bf4643a85859ec7d4917e6" candidate_uuid: "425cbab24fd342e6be9781ae8333791b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406441fb14ff450b81a03d546bc63321" is_pre_election: true
I20260630 12:38:03.805455  9951 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a2e0c7138bf4643a85859ec7d4917e6" candidate_uuid: "425cbab24fd342e6be9781ae8333791b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" is_pre_election: true
I20260630 12:38:03.805647 10025 raft_consensus.cc:2468] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 425cbab24fd342e6be9781ae8333791b in term 0.
I20260630 12:38:03.806212  9951 raft_consensus.cc:2468] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 425cbab24fd342e6be9781ae8333791b in term 0.
I20260630 12:38:03.807106  9839 leader_election.cc:304] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 406441fb14ff450b81a03d546bc63321, 425cbab24fd342e6be9781ae8333791b; no voters: 
I20260630 12:38:03.807971 10077 raft_consensus.cc:2804] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:03.808384 10077 raft_consensus.cc:493] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:03.808670 10077 raft_consensus.cc:3060] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:03.815188 10077 raft_consensus.cc:515] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.817282 10077 leader_election.cc:290] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [CANDIDATE]: Term 1 election: Requested vote from peers 406441fb14ff450b81a03d546bc63321 (127.0.160.131:38943), 5e3ed83f25304dd0a6a8178d35bc647e (127.0.160.130:42599)
I20260630 12:38:03.818078 10025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a2e0c7138bf4643a85859ec7d4917e6" candidate_uuid: "425cbab24fd342e6be9781ae8333791b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406441fb14ff450b81a03d546bc63321"
I20260630 12:38:03.818337  9951 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a2e0c7138bf4643a85859ec7d4917e6" candidate_uuid: "425cbab24fd342e6be9781ae8333791b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e3ed83f25304dd0a6a8178d35bc647e"
I20260630 12:38:03.818670 10025 raft_consensus.cc:3060] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:03.819012  9951 raft_consensus.cc:3060] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:03.826035 10025 raft_consensus.cc:2468] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 425cbab24fd342e6be9781ae8333791b in term 1.
I20260630 12:38:03.826035  9951 raft_consensus.cc:2468] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 425cbab24fd342e6be9781ae8333791b in term 1.
I20260630 12:38:03.827323  9839 leader_election.cc:304] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 406441fb14ff450b81a03d546bc63321, 425cbab24fd342e6be9781ae8333791b; no voters: 
I20260630 12:38:03.828042 10077 raft_consensus.cc:2804] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:03.828545 10077 raft_consensus.cc:697] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 1 LEADER]: Becoming Leader. State: Replica: 425cbab24fd342e6be9781ae8333791b, State: Running, Role: LEADER
I20260630 12:38:03.829280 10077 consensus_queue.cc:237] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } }
I20260630 12:38:03.838622  9773 catalog_manager.cc:5697] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b reported cstate change: term changed from 0 to 1, leader changed from <none> to 425cbab24fd342e6be9781ae8333791b (127.0.160.129). New cstate: current_term: 1 leader_uuid: "425cbab24fd342e6be9781ae8333791b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "425cbab24fd342e6be9781ae8333791b" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 37957 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:03.984973  9951 raft_consensus.cc:1275] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 1 FOLLOWER]: Refusing update from remote peer 425cbab24fd342e6be9781ae8333791b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:03.984973 10025 raft_consensus.cc:1275] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 1 FOLLOWER]: Refusing update from remote peer 425cbab24fd342e6be9781ae8333791b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:03.986969 10077 consensus_queue.cc:1048] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [LEADER]: Connected to new peer: Peer: permanent_uuid: "406441fb14ff450b81a03d546bc63321" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38943 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:03.987811 10079 consensus_queue.cc:1048] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [LEADER]: Connected to new peer: Peer: permanent_uuid: "5e3ed83f25304dd0a6a8178d35bc647e" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42599 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:04.440649   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:04.472446   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:04.473265   642 tablet_replica.cc:333] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b: stopping tablet replica
I20260630 12:38:04.473963   642 raft_consensus.cc:2243] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:04.474839   642 raft_consensus.cc:2272] T 1a2e0c7138bf4643a85859ec7d4917e6 P 425cbab24fd342e6be9781ae8333791b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.487102   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:38:04.499763   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:38:04.520459   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:04.521240   642 tablet_replica.cc:333] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e: stopping tablet replica
I20260630 12:38:04.521961   642 raft_consensus.cc:2243] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.522504   642 raft_consensus.cc:2272] T 1a2e0c7138bf4643a85859ec7d4917e6 P 5e3ed83f25304dd0a6a8178d35bc647e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.544440   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:04.555281   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:04.576845   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:04.577518   642 tablet_replica.cc:333] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321: stopping tablet replica
I20260630 12:38:04.578016   642 raft_consensus.cc:2243] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.578550   642 raft_consensus.cc:2272] T 1a2e0c7138bf4643a85859ec7d4917e6 P 406441fb14ff450b81a03d546bc63321 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.599419   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:04.609678   642 master.cc:562] Master@127.0.160.190:34207 shutting down...
I20260630 12:38:04.630512   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:04.631054   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.631347   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4023415f60cd4761a6e5dfc7cb656127: stopping tablet replica
I20260630 12:38:04.651448   642 master.cc:584] Master@127.0.160.190:34207 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2669 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:38:04.689680   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:38365
I20260630 12:38:04.690866   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.695863 10104 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:04.695935 10103 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:04.698455   642 server_base.cc:1061] running on GCE node
W20260630 12:38:04.698717 10106 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:04.699599   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.699816   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:04.699985   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823084699968 us; error 0 us; skew 500 ppm
I20260630 12:38:04.700493   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.702791   642 webserver.cc:533] Webserver started at http://127.0.160.190:37781/ using document root <none> and password file <none>
I20260630 12:38:04.703291   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.703493   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.703752   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.704816   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "a8f511e5d16248c19141a4fc6d96ed13"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-n1kv"
I20260630 12:38:04.709395   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:04.712764 10111 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.713613   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:04.713905   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "a8f511e5d16248c19141a4fc6d96ed13"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-n1kv"
I20260630 12:38:04.714198   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:04.730401   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.731561   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.769279   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:38365
I20260630 12:38:04.769374 10162 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:38365 every 8 connection(s)
I20260630 12:38:04.773280 10163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.784754 10163 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13: Bootstrap starting.
I20260630 12:38:04.789680 10163 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.794065 10163 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13: No bootstrap required, opened a new log
I20260630 12:38:04.796268 10163 raft_consensus.cc:359] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8f511e5d16248c19141a4fc6d96ed13" member_type: VOTER }
I20260630 12:38:04.796679 10163 raft_consensus.cc:385] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.796988 10163 raft_consensus.cc:740] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8f511e5d16248c19141a4fc6d96ed13, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.797669 10163 consensus_queue.cc:260] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a8f511e5d16248c19141a4fc6d96ed13" member_type: VOTER }
I20260630 12:38:04.798169 10163 raft_consensus.cc:399] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:04.798398 10163 raft_consensus.cc:493] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:04.798667 10163 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.803551 10163 raft_consensus.cc:515] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8f511e5d16248c19141a4fc6d96ed13" member_type: VOTER }
I20260630 12:38:04.804111 10163 leader_election.cc:304] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [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: a8f511e5d16248c19141a4fc6d96ed13; no voters: 
I20260630 12:38:04.805326 10163 leader_election.cc:290] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:04.805827 10166 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:04.807209 10166 raft_consensus.cc:697] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 1 LEADER]: Becoming Leader. State: Replica: a8f511e5d16248c19141a4fc6d96ed13, State: Running, Role: LEADER
I20260630 12:38:04.807906 10166 consensus_queue.cc:237] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [LEADER]: Queue going to LEADER mode. State: All 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: "a8f511e5d16248c19141a4fc6d96ed13" member_type: VOTER }
I20260630 12:38:04.808305 10163 sys_catalog.cc:565] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:04.813336 10168 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8f511e5d16248c19141a4fc6d96ed13. Latest consensus state: current_term: 1 leader_uuid: "a8f511e5d16248c19141a4fc6d96ed13" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8f511e5d16248c19141a4fc6d96ed13" member_type: VOTER } }
I20260630 12:38:04.813942 10167 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a8f511e5d16248c19141a4fc6d96ed13" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8f511e5d16248c19141a4fc6d96ed13" member_type: VOTER } }
I20260630 12:38:04.814388 10168 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:04.814571 10167 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:04.816959 10175 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:04.825295 10175 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:04.826386   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:04.835112 10175 catalog_manager.cc:1383] Generated new cluster ID: 3156898c0a7647ff82b2d838e5941b82
I20260630 12:38:04.835440 10175 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:04.860860 10175 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:04.862263 10175 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:04.882392 10175 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13: Generated new TSK 0
I20260630 12:38:04.883069 10175 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:04.893115   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.899107 10184 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:04.899945 10185 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:04.902351   642 server_base.cc:1061] running on GCE node
W20260630 12:38:04.902302 10187 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:04.903574   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.903797   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:04.903963   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823084903947 us; error 0 us; skew 500 ppm
I20260630 12:38:04.904465   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.906877   642 webserver.cc:533] Webserver started at http://127.0.160.129:37645/ using document root <none> and password file <none>
I20260630 12:38:04.907377   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.907578   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.907842   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.909014   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "4f899f1bd5f345e686b4d893b2ac2d01"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-n1kv"
I20260630 12:38:04.913612   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:38:04.917520 10192 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.918387   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:38:04.918709   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "4f899f1bd5f345e686b4d893b2ac2d01"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-n1kv"
I20260630 12:38:04.919004   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:04.929850   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.930981   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.932564   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:04.934953   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:04.935257   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.935504   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:04.935673   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.976820   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:46035
I20260630 12:38:04.976970 10254 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:46035 every 8 connection(s)
I20260630 12:38:04.982034   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.989992 10259 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:04.990213 10260 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:04.994123 10262 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:04.995198   642 server_base.cc:1061] running on GCE node
I20260630 12:38:04.996048 10255 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38365
I20260630 12:38:04.996559 10255 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:04.997690 10255 heartbeater.cc:507] Master 127.0.160.190:38365 requested a full tablet report, sending...
I20260630 12:38:04.998059   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.998382   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:04.998597   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823084998578 us; error 0 us; skew 500 ppm
I20260630 12:38:04.999285   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:05.000569 10128 ts_manager.cc:194] Registered new tserver with Master: 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035)
I20260630 12:38:05.002100   642 webserver.cc:533] Webserver started at http://127.0.160.130:43729/ using document root <none> and password file <none>
I20260630 12:38:05.002678   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:05.002717 10128 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37472
I20260630 12:38:05.002916   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:05.003315   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:05.004645   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "1b0122b2946c4f5a9e60d33d19dce5a0"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-n1kv"
I20260630 12:38:05.009708   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:05.013175 10267 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.014015   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:05.014320   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "1b0122b2946c4f5a9e60d33d19dce5a0"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-n1kv"
I20260630 12:38:05.014618   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:05.029373   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:05.030499   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:05.031997   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:05.034469   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:05.034729   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.034965   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:05.035132   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.074643   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:34177
I20260630 12:38:05.074745 10329 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:34177 every 8 connection(s)
I20260630 12:38:05.079615   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:05.086772 10333 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:05.087356 10334 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:05.090961 10336 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:05.094719 10330 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38365
I20260630 12:38:05.095149   642 server_base.cc:1061] running on GCE node
I20260630 12:38:05.095288 10330 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:05.096391 10330 heartbeater.cc:507] Master 127.0.160.190:38365 requested a full tablet report, sending...
I20260630 12:38:05.096421   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:05.096887   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:05.097149   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823085097129 us; error 0 us; skew 500 ppm
I20260630 12:38:05.097880   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:05.099273 10128 ts_manager.cc:194] Registered new tserver with Master: 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177)
I20260630 12:38:05.100607   642 webserver.cc:533] Webserver started at http://127.0.160.131:43295/ using document root <none> and password file <none>
I20260630 12:38:05.101059 10128 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37480
I20260630 12:38:05.101243   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:05.101567   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:05.101871   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:05.103154   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "bdc19a0075484b788865b79458ee5431"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-n1kv"
I20260630 12:38:05.107980   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:05.111757 10341 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.112594   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:05.112972   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "bdc19a0075484b788865b79458ee5431"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-n1kv"
I20260630 12:38:05.113261   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:05.125942   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:05.127005   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:05.128435   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:05.130700   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:05.130918   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.131181   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:05.131342   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.170557   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:36091
I20260630 12:38:05.170742 10403 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:36091 every 8 connection(s)
I20260630 12:38:05.184481 10404 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38365
I20260630 12:38:05.184983 10404 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:05.185735 10404 heartbeater.cc:507] Master 127.0.160.190:38365 requested a full tablet report, sending...
I20260630 12:38:05.187812 10128 ts_manager.cc:194] Registered new tserver with Master: bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:05.188603   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014712878s
I20260630 12:38:05.189579 10128 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37484
I20260630 12:38:06.006112 10255 heartbeater.cc:499] Master 127.0.160.190:38365 was elected leader, sending a full tablet report...
I20260630 12:38:06.103900 10330 heartbeater.cc:499] Master 127.0.160.190:38365 was elected leader, sending a full tablet report...
I20260630 12:38:06.192411 10404 heartbeater.cc:499] Master 127.0.160.190:38365 was elected leader, sending a full tablet report...
I20260630 12:38:06.245653 10128 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37492:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:38:06.305030 10295 tablet_service.cc:1511] Processing CreateTablet for tablet 00d170be5f464ed2bd0fc4d39909a166 (DEFAULT_TABLE table=test-workload [id=cb17357a802648108ab9703c677182f5]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:06.306483 10295 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00d170be5f464ed2bd0fc4d39909a166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.309089 10294 tablet_service.cc:1511] Processing CreateTablet for tablet 03c86556e5cd480087f8d56be1106890 (DEFAULT_TABLE table=test-workload [id=cb17357a802648108ab9703c677182f5]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:06.309571 10369 tablet_service.cc:1511] Processing CreateTablet for tablet cd3bc003249542d19dc24ca76e5001b8 (DEFAULT_TABLE table=test-workload [id=cb17357a802648108ab9703c677182f5]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:06.310778 10294 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03c86556e5cd480087f8d56be1106890. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.311074 10369 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd3bc003249542d19dc24ca76e5001b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.322568 10368 tablet_service.cc:1511] Processing CreateTablet for tablet bddf9da9c80749c995e6854b0218f3af (DEFAULT_TABLE table=test-workload [id=cb17357a802648108ab9703c677182f5]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:06.323983 10368 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bddf9da9c80749c995e6854b0218f3af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.331908 10424 tablet_bootstrap.cc:492] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:06.334939 10220 tablet_service.cc:1511] Processing CreateTablet for tablet 424f39e4451f46d1adea168f59d752a8 (DEFAULT_TABLE table=test-workload [id=cb17357a802648108ab9703c677182f5]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:06.335700 10219 tablet_service.cc:1511] Processing CreateTablet for tablet 2743c59d264b43e7bd85538a8a7deab3 (DEFAULT_TABLE table=test-workload [id=cb17357a802648108ab9703c677182f5]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:06.336514 10220 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 424f39e4451f46d1adea168f59d752a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.337610 10219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2743c59d264b43e7bd85538a8a7deab3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.340250 10424 tablet_bootstrap.cc:654] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.351706 10425 tablet_bootstrap.cc:492] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:06.358580 10425 tablet_bootstrap.cc:654] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.365810 10424 tablet_bootstrap.cc:492] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:06.366227 10425 tablet_bootstrap.cc:492] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:06.366386 10424 ts_tablet_manager.cc:1403] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.035s	user 0.017s	sys 0.008s
I20260630 12:38:06.366916 10425 ts_tablet_manager.cc:1403] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:38:06.369818 10424 raft_consensus.cc:359] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.370007 10425 raft_consensus.cc:359] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.370386 10428 tablet_bootstrap.cc:492] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:06.370530 10424 raft_consensus.cc:385] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.370639 10425 raft_consensus.cc:385] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.371223 10424 raft_consensus.cc:740] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.371340 10425 raft_consensus.cc:740] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.372123 10424 consensus_queue.cc:260] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.372730 10424 raft_consensus.cc:399] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:06.372402 10425 consensus_queue.cc:260] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.373057 10424 raft_consensus.cc:493] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:06.373265 10425 raft_consensus.cc:399] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:06.373438 10424 raft_consensus.cc:3060] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.373692 10425 raft_consensus.cc:493] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:06.374119 10425 raft_consensus.cc:3060] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.378062 10428 tablet_bootstrap.cc:654] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.380450 10424 raft_consensus.cc:515] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.381251 10424 leader_election.cc:304] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [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: 1b0122b2946c4f5a9e60d33d19dce5a0; no voters: 
I20260630 12:38:06.382612 10425 raft_consensus.cc:515] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.383180 10424 leader_election.cc:290] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:06.383491 10425 leader_election.cc:304] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [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: bdc19a0075484b788865b79458ee5431; no voters: 
I20260630 12:38:06.383788 10430 raft_consensus.cc:2804] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.384343 10428 tablet_bootstrap.cc:492] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:06.385079 10428 ts_tablet_manager.cc:1403] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.005s
I20260630 12:38:06.389219 10428 raft_consensus.cc:359] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.389657 10430 raft_consensus.cc:697] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 LEADER]: Becoming Leader. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Running, Role: LEADER
I20260630 12:38:06.390117 10428 raft_consensus.cc:385] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.390810 10428 raft_consensus.cc:740] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.390985 10430 consensus_queue.cc:237] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [LEADER]: Queue going to LEADER mode. State: All 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: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.392360 10424 ts_tablet_manager.cc:1434] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.026s	user 0.020s	sys 0.004s
I20260630 12:38:06.392127 10428 consensus_queue.cc:260] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.393217 10428 raft_consensus.cc:399] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:06.393671 10428 raft_consensus.cc:493] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:06.394186 10428 raft_consensus.cc:3060] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.395004 10424 tablet_bootstrap.cc:492] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:06.401461 10425 leader_election.cc:290] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:06.401983 10432 raft_consensus.cc:2804] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.405652 10424 tablet_bootstrap.cc:654] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.405788 10428 raft_consensus.cc:515] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.407013 10428 leader_election.cc:304] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [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: 4f899f1bd5f345e686b4d893b2ac2d01; no voters: 
I20260630 12:38:06.411733 10432 raft_consensus.cc:697] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 1 LEADER]: Becoming Leader. State: Replica: bdc19a0075484b788865b79458ee5431, State: Running, Role: LEADER
I20260630 12:38:06.413020 10432 consensus_queue.cc:237] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [LEADER]: Queue going to LEADER mode. State: All 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: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.417415 10428 leader_election.cc:290] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:06.414610 10128 catalog_manager.cc:5697] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:06.419683 10425 ts_tablet_manager.cc:1434] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.052s	user 0.014s	sys 0.030s
I20260630 12:38:06.421149 10425 tablet_bootstrap.cc:492] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:06.431627 10437 raft_consensus.cc:2804] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.435132 10437 raft_consensus.cc:697] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Becoming Leader. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Running, Role: LEADER
I20260630 12:38:06.436794 10437 consensus_queue.cc:237] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Queue going to LEADER mode. State: All 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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.438468 10428 ts_tablet_manager.cc:1434] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.053s	user 0.020s	sys 0.017s
I20260630 12:38:06.438565 10425 tablet_bootstrap.cc:654] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.440132 10424 tablet_bootstrap.cc:492] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:06.440565 10428 tablet_bootstrap.cc:492] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:06.440707 10424 ts_tablet_manager.cc:1403] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.046s	user 0.010s	sys 0.015s
I20260630 12:38:06.444108 10424 raft_consensus.cc:359] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.444757 10424 raft_consensus.cc:385] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.445082 10424 raft_consensus.cc:740] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.445858 10424 consensus_queue.cc:260] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.446532 10424 raft_consensus.cc:399] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:06.446846 10424 raft_consensus.cc:493] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:06.447183 10424 raft_consensus.cc:3060] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.447700 10428 tablet_bootstrap.cc:654] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.468300 10128 catalog_manager.cc:5697] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdc19a0075484b788865b79458ee5431 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "bdc19a0075484b788865b79458ee5431" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:06.470458 10424 raft_consensus.cc:515] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.471673 10424 leader_election.cc:304] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [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: 1b0122b2946c4f5a9e60d33d19dce5a0; no voters: 
I20260630 12:38:06.479310 10430 raft_consensus.cc:2804] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.480098 10430 raft_consensus.cc:697] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 LEADER]: Becoming Leader. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Running, Role: LEADER
I20260630 12:38:06.481148 10430 consensus_queue.cc:237] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [LEADER]: Queue going to LEADER mode. State: All 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: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } }
I20260630 12:38:06.488186 10424 leader_election.cc:290] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:06.491601 10127 catalog_manager.cc:5697] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:06.498667 10428 tablet_bootstrap.cc:492] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:06.499182 10425 tablet_bootstrap.cc:492] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:06.499486 10428 ts_tablet_manager.cc:1403] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.059s	user 0.034s	sys 0.016s
I20260630 12:38:06.499873 10425 ts_tablet_manager.cc:1403] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.079s	user 0.016s	sys 0.045s
I20260630 12:38:06.503126 10425 raft_consensus.cc:359] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.503860 10425 raft_consensus.cc:385] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.503602 10428 raft_consensus.cc:359] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.504303 10425 raft_consensus.cc:740] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.504513 10428 raft_consensus.cc:385] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.504999 10428 raft_consensus.cc:740] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.505558 10425 consensus_queue.cc:260] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.505770 10428 consensus_queue.cc:260] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.506597 10425 raft_consensus.cc:399] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:06.506855 10428 raft_consensus.cc:399] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:06.505492 10424 ts_tablet_manager.cc:1434] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.064s	user 0.016s	sys 0.005s
I20260630 12:38:06.507117 10425 raft_consensus.cc:493] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:06.507416 10428 raft_consensus.cc:493] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:06.507833 10425 raft_consensus.cc:3060] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.507845 10428 raft_consensus.cc:3060] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.516870 10425 raft_consensus.cc:515] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.517840 10425 leader_election.cc:304] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [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: bdc19a0075484b788865b79458ee5431; no voters: 
I20260630 12:38:06.518604 10425 leader_election.cc:290] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:06.519157 10436 raft_consensus.cc:2804] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.518807 10428 raft_consensus.cc:515] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.519738 10436 raft_consensus.cc:697] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 1 LEADER]: Becoming Leader. State: Replica: bdc19a0075484b788865b79458ee5431, State: Running, Role: LEADER
I20260630 12:38:06.520017 10428 leader_election.cc:304] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [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: 4f899f1bd5f345e686b4d893b2ac2d01; no voters: 
I20260630 12:38:06.520701 10425 ts_tablet_manager.cc:1434] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.007s
I20260630 12:38:06.521039 10428 leader_election.cc:290] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:06.521345 10440 raft_consensus.cc:2804] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.521867 10440 raft_consensus.cc:697] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Becoming Leader. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Running, Role: LEADER
I20260630 12:38:06.520571 10436 consensus_queue.cc:237] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [LEADER]: Queue going to LEADER mode. State: All 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: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:06.522586 10440 consensus_queue.cc:237] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Queue going to LEADER mode. State: All 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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } }
I20260630 12:38:06.523984 10428 ts_tablet_manager.cc:1434] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.024s	user 0.015s	sys 0.010s
I20260630 12:38:06.531333 10127 catalog_manager.cc:5697] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdc19a0075484b788865b79458ee5431 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "bdc19a0075484b788865b79458ee5431" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:06.536533 10128 catalog_manager.cc:5697] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:06.539217 10126 catalog_manager.cc:5697] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:07.394989 10126 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37494:
name: "test-workload-rf3"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:38:07.397578 10126 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload-rf3 in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:38:07.440155 10219 tablet_service.cc:1511] Processing CreateTablet for tablet ab7c93c65733440d8f6d1728da8fc407 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:07.441531 10219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab7c93c65733440d8f6d1728da8fc407. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.441576 10295 tablet_service.cc:1511] Processing CreateTablet for tablet ab7c93c65733440d8f6d1728da8fc407 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:07.442996 10295 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab7c93c65733440d8f6d1728da8fc407. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.442808 10369 tablet_service.cc:1511] Processing CreateTablet for tablet ab7c93c65733440d8f6d1728da8fc407 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:07.444103 10369 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab7c93c65733440d8f6d1728da8fc407. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.447187 10294 tablet_service.cc:1511] Processing CreateTablet for tablet 7a367e322ac9462a98833460428b89e5 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:07.448534 10294 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a367e322ac9462a98833460428b89e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.448220 10220 tablet_service.cc:1511] Processing CreateTablet for tablet 7a367e322ac9462a98833460428b89e5 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:07.449548 10220 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a367e322ac9462a98833460428b89e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.455174 10293 tablet_service.cc:1511] Processing CreateTablet for tablet 4a7367072ebf41639acc45e28f51d733 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:07.456677 10293 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a7367072ebf41639acc45e28f51d733. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.459331 10218 tablet_service.cc:1511] Processing CreateTablet for tablet 4a7367072ebf41639acc45e28f51d733 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:07.460806 10218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a7367072ebf41639acc45e28f51d733. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.463492 10292 tablet_service.cc:1511] Processing CreateTablet for tablet 9bd23a03670a4b77aa60c136607ac9ce (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:07.464974 10292 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9bd23a03670a4b77aa60c136607ac9ce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.466421 10368 tablet_service.cc:1511] Processing CreateTablet for tablet 7a367e322ac9462a98833460428b89e5 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:07.467830 10368 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a367e322ac9462a98833460428b89e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.467895 10217 tablet_service.cc:1511] Processing CreateTablet for tablet 9bd23a03670a4b77aa60c136607ac9ce (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:07.469362 10217 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9bd23a03670a4b77aa60c136607ac9ce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.472368 10291 tablet_service.cc:1511] Processing CreateTablet for tablet 02cf425a2ec548d582cfcd04b547b374 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:07.472877 10367 tablet_service.cc:1511] Processing CreateTablet for tablet 4a7367072ebf41639acc45e28f51d733 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:07.473910 10291 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02cf425a2ec548d582cfcd04b547b374. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.474247 10367 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a7367072ebf41639acc45e28f51d733. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.480306 10216 tablet_service.cc:1511] Processing CreateTablet for tablet 02cf425a2ec548d582cfcd04b547b374 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:07.480441 10290 tablet_service.cc:1511] Processing CreateTablet for tablet 241be5fce11a49cc8bfaaa37980b734b (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:07.481909 10216 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02cf425a2ec548d582cfcd04b547b374. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.481971 10290 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 241be5fce11a49cc8bfaaa37980b734b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.486187 10215 tablet_service.cc:1511] Processing CreateTablet for tablet 241be5fce11a49cc8bfaaa37980b734b (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:07.487655 10215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 241be5fce11a49cc8bfaaa37980b734b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.491173 10366 tablet_service.cc:1511] Processing CreateTablet for tablet 9bd23a03670a4b77aa60c136607ac9ce (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:07.492599 10366 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9bd23a03670a4b77aa60c136607ac9ce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.494269 10365 tablet_service.cc:1511] Processing CreateTablet for tablet 02cf425a2ec548d582cfcd04b547b374 (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:07.500326 10365 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02cf425a2ec548d582cfcd04b547b374. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.513411 10364 tablet_service.cc:1511] Processing CreateTablet for tablet 241be5fce11a49cc8bfaaa37980b734b (DEFAULT_TABLE table=test-workload-rf3 [id=7093300ae4f34993bc589575744defd9]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:07.514947 10364 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 241be5fce11a49cc8bfaaa37980b734b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.523777 10483 tablet_bootstrap.cc:492] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:07.528574 10484 tablet_bootstrap.cc:492] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:07.534967 10483 tablet_bootstrap.cc:654] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.535904 10484 tablet_bootstrap.cc:654] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.539075 10485 tablet_bootstrap.cc:492] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:07.549599 10485 tablet_bootstrap.cc:654] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.569432 10483 tablet_bootstrap.cc:492] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:07.569985 10483 ts_tablet_manager.cc:1403] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.047s	user 0.011s	sys 0.005s
I20260630 12:38:07.570487 10484 tablet_bootstrap.cc:492] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:07.571051 10484 ts_tablet_manager.cc:1403] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.043s	user 0.004s	sys 0.007s
I20260630 12:38:07.573028 10483 raft_consensus.cc:359] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.573791 10483 raft_consensus.cc:385] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.574084 10483 raft_consensus.cc:740] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.574803 10483 consensus_queue.cc:260] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.577736 10483 ts_tablet_manager.cc:1434] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:07.578843 10483 tablet_bootstrap.cc:492] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:07.584671 10485 tablet_bootstrap.cc:492] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:07.585309 10485 ts_tablet_manager.cc:1403] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.047s	user 0.014s	sys 0.000s
I20260630 12:38:07.586051 10483 tablet_bootstrap.cc:654] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.595588 10483 tablet_bootstrap.cc:492] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:07.596292 10483 ts_tablet_manager.cc:1403] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.003s
I20260630 12:38:07.597050 10485 raft_consensus.cc:359] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.595135 10484 raft_consensus.cc:359] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.597853 10485 raft_consensus.cc:385] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.598058 10484 raft_consensus.cc:385] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.599998 10485 raft_consensus.cc:740] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.600376 10484 raft_consensus.cc:740] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.601156 10485 consensus_queue.cc:260] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.601364 10484 consensus_queue.cc:260] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.599750 10483 raft_consensus.cc:359] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.604764 10483 raft_consensus.cc:385] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.605119 10483 raft_consensus.cc:740] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.605885 10483 consensus_queue.cc:260] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.607872 10483 ts_tablet_manager.cc:1434] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.011s	user 0.000s	sys 0.004s
I20260630 12:38:07.608793 10485 ts_tablet_manager.cc:1434] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260630 12:38:07.609970 10485 tablet_bootstrap.cc:492] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:07.610379 10484 ts_tablet_manager.cc:1434] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.039s	user 0.007s	sys 0.003s
I20260630 12:38:07.611542 10484 tablet_bootstrap.cc:492] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:07.608850 10483 tablet_bootstrap.cc:492] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:07.618534 10484 tablet_bootstrap.cc:654] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.621371 10483 tablet_bootstrap.cc:654] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.623549 10485 tablet_bootstrap.cc:654] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.623761 10441 raft_consensus.cc:493] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:07.624498 10441 raft_consensus.cc:515] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.637233 10483 tablet_bootstrap.cc:492] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:07.637282 10441 leader_election.cc:290] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.638172 10483 ts_tablet_manager.cc:1403] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.030s	user 0.009s	sys 0.004s
I20260630 12:38:07.644361 10484 tablet_bootstrap.cc:492] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:07.645231 10484 ts_tablet_manager.cc:1403] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.034s	user 0.012s	sys 0.013s
I20260630 12:38:07.651824 10485 tablet_bootstrap.cc:492] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:07.652665 10485 ts_tablet_manager.cc:1403] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.043s	user 0.008s	sys 0.004s
I20260630 12:38:07.657294 10484 raft_consensus.cc:359] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.656844 10485 raft_consensus.cc:359] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.658560 10484 raft_consensus.cc:385] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.659039 10485 raft_consensus.cc:385] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.659170 10484 raft_consensus.cc:740] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.659631 10485 raft_consensus.cc:740] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.660810 10484 consensus_queue.cc:260] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.663235 10484 ts_tablet_manager.cc:1434] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:38:07.664345 10484 tablet_bootstrap.cc:492] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:07.666918 10483 raft_consensus.cc:359] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.667738 10483 raft_consensus.cc:385] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.668076 10483 raft_consensus.cc:740] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.668903 10483 consensus_queue.cc:260] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.670068 10485 consensus_queue.cc:260] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.672475 10485 ts_tablet_manager.cc:1434] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260630 12:38:07.673517 10485 tablet_bootstrap.cc:492] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:07.677467 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bd23a03670a4b77aa60c136607ac9ce" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431" is_pre_election: true
I20260630 12:38:07.678264 10379 raft_consensus.cc:2468] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 0.
I20260630 12:38:07.678634 10484 tablet_bootstrap.cc:654] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.679785 10196 leader_election.cc:304] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f899f1bd5f345e686b4d893b2ac2d01, bdc19a0075484b788865b79458ee5431; no voters: 
I20260630 12:38:07.686487 10483 ts_tablet_manager.cc:1434] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.048s	user 0.008s	sys 0.000s
I20260630 12:38:07.686699 10305 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bd23a03670a4b77aa60c136607ac9ce" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" is_pre_election: true
I20260630 12:38:07.687193 10484 tablet_bootstrap.cc:492] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:07.687729 10484 ts_tablet_manager.cc:1403] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.000s
W20260630 12:38:07.688521 10194 leader_election.cc:343] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:07.691016 10485 tablet_bootstrap.cc:654] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.690946 10484 raft_consensus.cc:359] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.691824 10484 raft_consensus.cc:385] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.692152 10484 raft_consensus.cc:740] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.687783 10483 tablet_bootstrap.cc:492] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:07.692940 10441 raft_consensus.cc:2804] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:07.693339 10441 raft_consensus.cc:493] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:07.693647 10441 raft_consensus.cc:3060] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.694505 10484 consensus_queue.cc:260] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.699193 10483 tablet_bootstrap.cc:654] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.702345 10441 raft_consensus.cc:515] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.704792 10441 leader_election.cc:290] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Requested vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.704950 10484 ts_tablet_manager.cc:1434] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.000s
I20260630 12:38:07.705196 10305 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bd23a03670a4b77aa60c136607ac9ce" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0"
I20260630 12:38:07.705461 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bd23a03670a4b77aa60c136607ac9ce" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431"
I20260630 12:38:07.706102 10379 raft_consensus.cc:3060] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:38:07.706776 10194 leader_election.cc:343] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:07.713433 10484 tablet_bootstrap.cc:492] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:07.714330 10379 raft_consensus.cc:2468] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 1.
I20260630 12:38:07.715989 10196 leader_election.cc:304] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [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: 4f899f1bd5f345e686b4d893b2ac2d01, bdc19a0075484b788865b79458ee5431; no voters: 1b0122b2946c4f5a9e60d33d19dce5a0
I20260630 12:38:07.717475 10441 raft_consensus.cc:2804] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.718089 10441 raft_consensus.cc:697] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Becoming Leader. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Running, Role: LEADER
I20260630 12:38:07.718928 10441 consensus_queue.cc:237] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.722216 10484 tablet_bootstrap.cc:654] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.723865 10483 tablet_bootstrap.cc:492] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:07.724510 10483 ts_tablet_manager.cc:1403] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.037s	user 0.010s	sys 0.012s
I20260630 12:38:07.723904 10485 tablet_bootstrap.cc:492] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:07.725512 10485 ts_tablet_manager.cc:1403] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.052s	user 0.021s	sys 0.004s
I20260630 12:38:07.727710 10483 raft_consensus.cc:359] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.728478 10483 raft_consensus.cc:385] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.728767 10483 raft_consensus.cc:740] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.728824 10485 raft_consensus.cc:359] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.729990 10485 raft_consensus.cc:385] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.729617 10483 consensus_queue.cc:260] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.730413 10485 raft_consensus.cc:740] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.730947 10127 catalog_manager.cc:5697] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:07.731657 10485 consensus_queue.cc:260] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.732486 10483 ts_tablet_manager.cc:1434] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.001s
I20260630 12:38:07.735023 10485 ts_tablet_manager.cc:1434] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:38:07.736270 10483 tablet_bootstrap.cc:492] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:07.736440 10485 tablet_bootstrap.cc:492] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:07.743422 10483 tablet_bootstrap.cc:654] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.745340 10485 tablet_bootstrap.cc:654] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.747900 10484 tablet_bootstrap.cc:492] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:07.748420 10484 ts_tablet_manager.cc:1403] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.035s	user 0.013s	sys 0.015s
I20260630 12:38:07.743515 10437 raft_consensus.cc:493] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:07.752593 10437 raft_consensus.cc:515] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.757753 10437 leader_election.cc:290] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.758608 10305 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a367e322ac9462a98833460428b89e5" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" is_pre_election: true
I20260630 12:38:07.751587 10484 raft_consensus.cc:359] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.759378 10305 raft_consensus.cc:2468] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 0.
I20260630 12:38:07.759431 10484 raft_consensus.cc:385] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.760046 10484 raft_consensus.cc:740] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.759886 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a367e322ac9462a98833460428b89e5" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431" is_pre_election: true
I20260630 12:38:07.760727 10379 raft_consensus.cc:2468] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 0.
I20260630 12:38:07.760831 10194 leader_election.cc:304] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1b0122b2946c4f5a9e60d33d19dce5a0, 4f899f1bd5f345e686b4d893b2ac2d01; no voters: 
I20260630 12:38:07.762603 10437 raft_consensus.cc:2804] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:07.762979 10437 raft_consensus.cc:493] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:07.763306 10437 raft_consensus.cc:3060] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.763810 10483 tablet_bootstrap.cc:492] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:07.764427 10483 ts_tablet_manager.cc:1403] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.028s	user 0.016s	sys 0.000s
I20260630 12:38:07.764454 10484 consensus_queue.cc:260] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.767084 10485 tablet_bootstrap.cc:492] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:07.767316 10484 ts_tablet_manager.cc:1434] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260630 12:38:07.767696 10485 ts_tablet_manager.cc:1403] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.008s
I20260630 12:38:07.768674 10484 tablet_bootstrap.cc:492] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:07.770951 10485 raft_consensus.cc:359] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.771759 10485 raft_consensus.cc:385] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.771581 10437 raft_consensus.cc:515] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.772136 10485 raft_consensus.cc:740] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.773242 10485 consensus_queue.cc:260] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.775689 10485 ts_tablet_manager.cc:1434] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:07.775913 10305 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a367e322ac9462a98833460428b89e5" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0"
I20260630 12:38:07.776551 10305 raft_consensus.cc:3060] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.776582 10484 tablet_bootstrap.cc:654] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.776794 10485 tablet_bootstrap.cc:492] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:07.780803 10483 raft_consensus.cc:359] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.781651 10483 raft_consensus.cc:385] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.781957 10483 raft_consensus.cc:740] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.782750 10483 consensus_queue.cc:260] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.785636 10483 ts_tablet_manager.cc:1434] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260630 12:38:07.786794 10483 tablet_bootstrap.cc:492] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01: Bootstrap starting.
I20260630 12:38:07.787046 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a367e322ac9462a98833460428b89e5" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431"
I20260630 12:38:07.787721 10379 raft_consensus.cc:3060] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.788700 10485 tablet_bootstrap.cc:654] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.794251 10483 tablet_bootstrap.cc:654] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.796012 10379 raft_consensus.cc:2468] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 1.
I20260630 12:38:07.797374 10196 leader_election.cc:304] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f899f1bd5f345e686b4d893b2ac2d01, bdc19a0075484b788865b79458ee5431; no voters: 
I20260630 12:38:07.798332 10441 raft_consensus.cc:2804] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.807760 10305 raft_consensus.cc:2468] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 1.
I20260630 12:38:07.809633 10437 leader_election.cc:290] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Requested vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.812536 10484 tablet_bootstrap.cc:492] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:07.813289 10484 ts_tablet_manager.cc:1403] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.045s	user 0.015s	sys 0.010s
I20260630 12:38:07.814330 10441 raft_consensus.cc:697] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Becoming Leader. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Running, Role: LEADER
I20260630 12:38:07.815398 10441 consensus_queue.cc:237] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.817127 10484 raft_consensus.cc:359] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.817915 10484 raft_consensus.cc:385] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.818241 10484 raft_consensus.cc:740] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.819350 10507 raft_consensus.cc:493] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:07.819132 10484 consensus_queue.cc:260] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.822923 10432 raft_consensus.cc:493] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:07.819871 10507 raft_consensus.cc:515] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.825676 10432 raft_consensus.cc:515] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.834008 10432 leader_election.cc:290] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035), 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177)
I20260630 12:38:07.835183 10484 ts_tablet_manager.cc:1434] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.001s
I20260630 12:38:07.834270 10124 catalog_manager.cc:5697] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:07.839891 10176 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:07.842633 10484 tablet_bootstrap.cc:492] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0: Bootstrap starting.
I20260630 12:38:07.851442 10483 tablet_bootstrap.cc:492] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01: No bootstrap required, opened a new log
I20260630 12:38:07.852037 10483 ts_tablet_manager.cc:1403] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent bootstrapping tablet: real 0.065s	user 0.020s	sys 0.021s
I20260630 12:38:07.855497 10441 raft_consensus.cc:493] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:07.857560 10483 raft_consensus.cc:359] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.857941 10441 raft_consensus.cc:515] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.865276 10483 raft_consensus.cc:385] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.869503 10305 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7c93c65733440d8f6d1728da8fc407" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" is_pre_election: true
I20260630 12:38:07.869774 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7c93c65733440d8f6d1728da8fc407" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431" is_pre_election: true
I20260630 12:38:07.870241 10305 raft_consensus.cc:2468] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 0.
I20260630 12:38:07.871467 10194 leader_election.cc:304] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1b0122b2946c4f5a9e60d33d19dce5a0, 4f899f1bd5f345e686b4d893b2ac2d01; no voters: 
I20260630 12:38:07.872388 10437 raft_consensus.cc:2804] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:38:07.872453 10196 leader_election.cc:343] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:07.872872 10437 raft_consensus.cc:493] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:07.873255 10437 raft_consensus.cc:3060] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.873999 10441 leader_election.cc:290] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.875741 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a7367072ebf41639acc45e28f51d733" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431" is_pre_election: true
W20260630 12:38:07.877350 10196 leader_election.cc:343] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:07.868785 10507 leader_election.cc:290] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.878669 10483 raft_consensus.cc:740] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.879650 10485 tablet_bootstrap.cc:492] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:07.880211 10485 ts_tablet_manager.cc:1403] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.104s	user 0.014s	sys 0.027s
I20260630 12:38:07.880251 10483 consensus_queue.cc:260] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.880882 10437 raft_consensus.cc:515] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.884716 10485 raft_consensus.cc:359] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.885540 10485 raft_consensus.cc:385] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.885835 10485 raft_consensus.cc:740] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.882431 10230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02cf425a2ec548d582cfcd04b547b374" candidate_uuid: "bdc19a0075484b788865b79458ee5431" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" is_pre_election: true
I20260630 12:38:07.887351 10230 raft_consensus.cc:2468] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdc19a0075484b788865b79458ee5431 in term 0.
I20260630 12:38:07.887565 10304 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02cf425a2ec548d582cfcd04b547b374" candidate_uuid: "bdc19a0075484b788865b79458ee5431" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" is_pre_election: true
I20260630 12:38:07.888767 10303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7c93c65733440d8f6d1728da8fc407" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0"
I20260630 12:38:07.889006 10485 consensus_queue.cc:260] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.889559 10303 raft_consensus.cc:3060] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:38:07.889894 10343 leader_election.cc:343] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:07.890686 10345 leader_election.cc:304] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [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: 4f899f1bd5f345e686b4d893b2ac2d01, bdc19a0075484b788865b79458ee5431; no voters: 1b0122b2946c4f5a9e60d33d19dce5a0
I20260630 12:38:07.891533 10432 raft_consensus.cc:2804] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:07.891908 10432 raft_consensus.cc:493] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:07.892239 10432 raft_consensus.cc:3060] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.895221 10484 tablet_bootstrap.cc:654] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.897722 10303 raft_consensus.cc:2468] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 1.
I20260630 12:38:07.884459 10305 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a7367072ebf41639acc45e28f51d733" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" is_pre_election: true
I20260630 12:38:07.883016 10483 ts_tablet_manager.cc:1434] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01: Time spent starting tablet: real 0.031s	user 0.009s	sys 0.000s
I20260630 12:38:07.898699 10485 ts_tablet_manager.cc:1434] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:38:07.899187 10305 raft_consensus.cc:2468] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 0.
I20260630 12:38:07.900027 10432 raft_consensus.cc:515] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.900367 10194 leader_election.cc:304] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1b0122b2946c4f5a9e60d33d19dce5a0, 4f899f1bd5f345e686b4d893b2ac2d01; no voters: 
I20260630 12:38:07.901605 10194 leader_election.cc:304] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [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: 1b0122b2946c4f5a9e60d33d19dce5a0, 4f899f1bd5f345e686b4d893b2ac2d01; no voters: bdc19a0075484b788865b79458ee5431
I20260630 12:38:07.902266 10432 leader_election.cc:290] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [CANDIDATE]: Term 1 election: Requested vote from peers 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035), 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177)
I20260630 12:38:07.902474 10441 raft_consensus.cc:2804] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.902954 10507 raft_consensus.cc:2804] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:07.903350 10507 raft_consensus.cc:493] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:07.903682 10437 leader_election.cc:290] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Requested vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.903699 10507 raft_consensus.cc:3060] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.904805 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7c93c65733440d8f6d1728da8fc407" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431"
W20260630 12:38:07.906539 10196 leader_election.cc:343] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:07.907476 10441 raft_consensus.cc:697] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Becoming Leader. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Running, Role: LEADER
I20260630 12:38:07.907752 10485 tablet_bootstrap.cc:492] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431: Bootstrap starting.
I20260630 12:38:07.908317 10484 tablet_bootstrap.cc:492] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0: No bootstrap required, opened a new log
I20260630 12:38:07.908962 10484 ts_tablet_manager.cc:1403] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent bootstrapping tablet: real 0.073s	user 0.008s	sys 0.005s
I20260630 12:38:07.908457 10441 consensus_queue.cc:237] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.912065 10484 raft_consensus.cc:359] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.912842 10484 raft_consensus.cc:385] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.913172 10484 raft_consensus.cc:740] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.914091 10484 consensus_queue.cc:260] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.904810 10303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02cf425a2ec548d582cfcd04b547b374" candidate_uuid: "bdc19a0075484b788865b79458ee5431" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0"
I20260630 12:38:07.915740 10230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02cf425a2ec548d582cfcd04b547b374" candidate_uuid: "bdc19a0075484b788865b79458ee5431" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f899f1bd5f345e686b4d893b2ac2d01"
I20260630 12:38:07.916288 10485 tablet_bootstrap.cc:654] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.916388 10230 raft_consensus.cc:3060] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.917824 10484 ts_tablet_manager.cc:1434] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:38:07.918653 10507 raft_consensus.cc:515] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.921593 10507 leader_election.cc:290] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Requested vote from peers 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:07.922946 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a7367072ebf41639acc45e28f51d733" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431"
I20260630 12:38:07.923257 10305 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a7367072ebf41639acc45e28f51d733" candidate_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0"
I20260630 12:38:07.923645 10379 raft_consensus.cc:3060] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.923837 10305 raft_consensus.cc:3060] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.924815 10485 tablet_bootstrap.cc:492] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431: No bootstrap required, opened a new log
I20260630 12:38:07.915258 10303 raft_consensus.cc:3060] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.931141 10305 raft_consensus.cc:2468] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 1.
I20260630 12:38:07.930466 10230 raft_consensus.cc:2468] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdc19a0075484b788865b79458ee5431 in term 1.
I20260630 12:38:07.931269 10379 raft_consensus.cc:2468] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in term 1.
I20260630 12:38:07.931882 10124 catalog_manager.cc:5697] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:07.933435 10196 leader_election.cc:304] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f899f1bd5f345e686b4d893b2ac2d01, bdc19a0075484b788865b79458ee5431; no voters: 
I20260630 12:38:07.934156 10441 raft_consensus.cc:2804] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.934631 10441 raft_consensus.cc:697] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Becoming Leader. State: Replica: 4f899f1bd5f345e686b4d893b2ac2d01, State: Running, Role: LEADER
I20260630 12:38:07.935490 10345 leader_election.cc:304] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f899f1bd5f345e686b4d893b2ac2d01, bdc19a0075484b788865b79458ee5431; no voters: 
I20260630 12:38:07.936548 10432 raft_consensus.cc:2804] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.938412 10303 raft_consensus.cc:2468] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdc19a0075484b788865b79458ee5431 in term 1.
I20260630 12:38:07.925428 10485 ts_tablet_manager.cc:1403] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.003s
I20260630 12:38:07.942533 10485 raft_consensus.cc:359] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.943286 10485 raft_consensus.cc:385] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.943591 10485 raft_consensus.cc:740] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdc19a0075484b788865b79458ee5431, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.944415 10485 consensus_queue.cc:260] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.943631 10441 consensus_queue.cc:237] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.948521 10485 ts_tablet_manager.cc:1434] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:07.952211 10432 raft_consensus.cc:697] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 1 LEADER]: Becoming Leader. State: Replica: bdc19a0075484b788865b79458ee5431, State: Running, Role: LEADER
I20260630 12:38:07.953410 10432 consensus_queue.cc:237] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.959030 10127 catalog_manager.cc:5697] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:07.962069 10124 catalog_manager.cc:5697] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdc19a0075484b788865b79458ee5431 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "bdc19a0075484b788865b79458ee5431" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:07.992565 10432 raft_consensus.cc:493] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:07.993114 10432 raft_consensus.cc:515] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:07.994942 10432 leader_election.cc:290] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035), 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177)
I20260630 12:38:07.995950 10230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7c93c65733440d8f6d1728da8fc407" candidate_uuid: "bdc19a0075484b788865b79458ee5431" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" is_pre_election: true
I20260630 12:38:07.995981 10303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7c93c65733440d8f6d1728da8fc407" candidate_uuid: "bdc19a0075484b788865b79458ee5431" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" is_pre_election: true
I20260630 12:38:07.997175 10303 raft_consensus.cc:2393] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bdc19a0075484b788865b79458ee5431 in current term 1: Already voted for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in this term.
I20260630 12:38:07.998178 10343 leader_election.cc:304] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [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: bdc19a0075484b788865b79458ee5431; no voters: 1b0122b2946c4f5a9e60d33d19dce5a0, 4f899f1bd5f345e686b4d893b2ac2d01
I20260630 12:38:07.998922 10432 raft_consensus.cc:3060] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:08.004751 10432 raft_consensus.cc:2749] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:08.014892 10430 raft_consensus.cc:493] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:08.015496 10430 raft_consensus.cc:515] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:08.017802 10430 leader_election.cc:290] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:08.028769 10230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bd23a03670a4b77aa60c136607ac9ce" candidate_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" is_pre_election: true
I20260630 12:38:08.030107 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bd23a03670a4b77aa60c136607ac9ce" candidate_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431" is_pre_election: true
I20260630 12:38:08.030824 10379 raft_consensus.cc:2393] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1b0122b2946c4f5a9e60d33d19dce5a0 in current term 1: Already voted for candidate 4f899f1bd5f345e686b4d893b2ac2d01 in this term.
I20260630 12:38:08.031831 10271 leader_election.cc:304] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [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: 1b0122b2946c4f5a9e60d33d19dce5a0; no voters: 4f899f1bd5f345e686b4d893b2ac2d01, bdc19a0075484b788865b79458ee5431
I20260630 12:38:08.032516 10430 raft_consensus.cc:3060] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:08.037811 10430 raft_consensus.cc:2749] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:08.101776 10430 raft_consensus.cc:493] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:08.102346 10430 raft_consensus.cc:515] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:08.104197 10430 leader_election.cc:290] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:08.105237 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "241be5fce11a49cc8bfaaa37980b734b" candidate_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431" is_pre_election: true
I20260630 12:38:08.105293 10230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "241be5fce11a49cc8bfaaa37980b734b" candidate_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" is_pre_election: true
I20260630 12:38:08.105948 10379 raft_consensus.cc:2468] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1b0122b2946c4f5a9e60d33d19dce5a0 in term 0.
I20260630 12:38:08.106010 10230 raft_consensus.cc:2468] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1b0122b2946c4f5a9e60d33d19dce5a0 in term 0.
I20260630 12:38:08.107007 10271 leader_election.cc:304] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1b0122b2946c4f5a9e60d33d19dce5a0, bdc19a0075484b788865b79458ee5431; no voters: 
I20260630 12:38:08.107687 10430 raft_consensus.cc:2804] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:08.108003 10430 raft_consensus.cc:493] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:08.108282 10430 raft_consensus.cc:3060] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:08.113395 10430 raft_consensus.cc:515] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:08.115216 10430 leader_election.cc:290] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [CANDIDATE]: Term 1 election: Requested vote from peers 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035), bdc19a0075484b788865b79458ee5431 (127.0.160.131:36091)
I20260630 12:38:08.116107 10230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "241be5fce11a49cc8bfaaa37980b734b" candidate_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f899f1bd5f345e686b4d893b2ac2d01"
I20260630 12:38:08.116389 10379 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "241be5fce11a49cc8bfaaa37980b734b" candidate_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdc19a0075484b788865b79458ee5431"
I20260630 12:38:08.116737 10230 raft_consensus.cc:3060] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:08.117046 10379 raft_consensus.cc:3060] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:08.122591 10230 raft_consensus.cc:2468] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1b0122b2946c4f5a9e60d33d19dce5a0 in term 1.
I20260630 12:38:08.122814 10379 raft_consensus.cc:2468] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1b0122b2946c4f5a9e60d33d19dce5a0 in term 1.
I20260630 12:38:08.123867 10271 leader_election.cc:304] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1b0122b2946c4f5a9e60d33d19dce5a0, 4f899f1bd5f345e686b4d893b2ac2d01; no voters: 
I20260630 12:38:08.124648 10430 raft_consensus.cc:2804] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:08.125645 10430 raft_consensus.cc:697] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 LEADER]: Becoming Leader. State: Replica: 1b0122b2946c4f5a9e60d33d19dce5a0, State: Running, Role: LEADER
I20260630 12:38:08.126327 10430 consensus_queue.cc:237] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } }
I20260630 12:38:08.133471 10124 catalog_manager.cc:5697] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:08.144788 10441 consensus_queue.cc:1048] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:08.157052 10441 consensus_queue.cc:1048] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:08.197593 10513 consensus_queue.cc:1048] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:08.217730 10513 consensus_queue.cc:1048] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:08.355079 10516 consensus_queue.cc:1048] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:08.358256 10305 raft_consensus.cc:1275] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Refusing update from remote peer bdc19a0075484b788865b79458ee5431: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:08.365967 10437 consensus_queue.cc:1048] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:08.369063 10516 consensus_queue.cc:1048] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:08.392807 10507 consensus_queue.cc:1048] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.016s
I20260630 12:38:08.441708 10507 consensus_queue.cc:1048] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:08.470532 10378 raft_consensus.cc:1275] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Refusing update from remote peer 4f899f1bd5f345e686b4d893b2ac2d01: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:08.476222 10513 consensus_queue.cc:1048] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:08.490722 10379 raft_consensus.cc:1275] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Refusing update from remote peer 1b0122b2946c4f5a9e60d33d19dce5a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:08.523855 10430 consensus_queue.cc:1048] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:08.530089 10196 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:36091, user_credentials={real_user=slave}} blocked reactor thread for 57755.6us
I20260630 12:38:08.565569 10230 raft_consensus.cc:1275] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Refusing update from remote peer 1b0122b2946c4f5a9e60d33d19dce5a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:38:08.583914 10194 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:34177, user_credentials={real_user=slave}} blocked reactor thread for 90009us
I20260630 12:38:08.601100 10430 consensus_queue.cc:1048] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:08.752326 10271 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:36091, user_credentials={real_user=slave}} blocked reactor thread for 52407.5us
I20260630 12:38:08.789077 10525 mvcc.cc:204] Tried to move back new op lower bound from 7302443370708733952 to 7302443368972406784. Current Snapshot: MvccSnapshot[applied={T|T < 7302443370394079232}]
I20260630 12:38:09.693516   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:09.710011 10577 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:09.711078 10578 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:09.712561 10580 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:09.713326   642 server_base.cc:1061] running on GCE node
I20260630 12:38:09.714787   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:09.715044   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:09.715296   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823089715278 us; error 0 us; skew 500 ppm
I20260630 12:38:09.715888   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:09.722543   642 webserver.cc:533] Webserver started at http://127.0.160.132:34501/ using document root <none> and password file <none>
I20260630 12:38:09.723100   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:09.723331   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:09.723628   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:09.724763   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "c5bb3746a70342ad9bbe9703d12d59f5"
format_stamp: "Formatted at 2026-06-30 12:38:09 on dist-test-slave-n1kv"
I20260630 12:38:09.729465   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:09.732990 10585 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:09.733853   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:09.734197   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "c5bb3746a70342ad9bbe9703d12d59f5"
format_stamp: "Formatted at 2026-06-30 12:38:09 on dist-test-slave-n1kv"
I20260630 12:38:09.734517   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:09.756142   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:09.757429   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:09.759008   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:09.761366   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:09.761620   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:09.761875   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:09.762064   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:09.803517   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:40095
I20260630 12:38:09.803617 10647 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:40095 every 8 connection(s)
I20260630 12:38:09.818271 10648 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38365
I20260630 12:38:09.818662 10648 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:09.819339 10648 heartbeater.cc:507] Master 127.0.160.190:38365 requested a full tablet report, sending...
I20260630 12:38:09.821291 10127 ts_manager.cc:194] Registered new tserver with Master: c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132:40095)
I20260630 12:38:09.822831 10127 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37506
I20260630 12:38:09.961282 10229 consensus_queue.cc:237] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } attrs { replace: true } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } }
I20260630 12:38:09.968518 10378 raft_consensus.cc:1275] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Refusing update from remote peer 4f899f1bd5f345e686b4d893b2ac2d01: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:09.968518 10301 raft_consensus.cc:1275] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Refusing update from remote peer 4f899f1bd5f345e686b4d893b2ac2d01: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:09.971443 10559 consensus_queue.cc:1048] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:38:09.972901 10437 consensus_queue.cc:1048] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:09.978977 10559 raft_consensus.cc:2955] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } attrs { replace: true } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:09.981962 10378 raft_consensus.cc:2955] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } attrs { replace: true } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:09.982693 10301 raft_consensus.cc:2955] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } attrs { replace: true } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
W20260630 12:38:09.984969 10193 consensus_peers.cc:597] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 -> Peer c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132:40095): Couldn't send request to peer c5bb3746a70342ad9bbe9703d12d59f5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7a367e322ac9462a98833460428b89e5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:09.994613 10229 consensus_queue.cc:237] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } }
I20260630 12:38:10.002799 10127 catalog_manager.cc:5697] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 reported cstate change: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } attrs { replace: true } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
W20260630 12:38:10.004609 10193 consensus_peers.cc:597] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 -> Peer c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132:40095): Couldn't send request to peer c5bb3746a70342ad9bbe9703d12d59f5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ab7c93c65733440d8f6d1728da8fc407. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:10.005440 10378 raft_consensus.cc:1275] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Refusing update from remote peer 4f899f1bd5f345e686b4d893b2ac2d01: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:10.005618 10301 raft_consensus.cc:1275] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Refusing update from remote peer 4f899f1bd5f345e686b4d893b2ac2d01: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:10.006930 10559 consensus_queue.cc:1048] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:10.007875 10437 consensus_queue.cc:1048] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:10.016004 10507 raft_consensus.cc:2955] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.019109 10376 raft_consensus.cc:2955] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.032554 10301 raft_consensus.cc:2955] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.055722 10122 catalog_manager.cc:5697] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 reported cstate change: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.059610 10301 consensus_queue.cc:237] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } attrs { replace: true } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } }
I20260630 12:38:10.078025 10229 raft_consensus.cc:1275] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Refusing update from remote peer 1b0122b2946c4f5a9e60d33d19dce5a0: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:10.079963 10376 raft_consensus.cc:1275] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Refusing update from remote peer 1b0122b2946c4f5a9e60d33d19dce5a0: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:10.080586 10570 consensus_queue.cc:1048] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:38:10.086555 10661 consensus_queue.cc:1048] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:38:10.090334 10576 raft_consensus.cc:2955] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } attrs { replace: true } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.092583 10229 raft_consensus.cc:2955] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } attrs { replace: true } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
W20260630 12:38:10.095134 10268 consensus_peers.cc:597] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 -> Peer c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132:40095): Couldn't send request to peer c5bb3746a70342ad9bbe9703d12d59f5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 241be5fce11a49cc8bfaaa37980b734b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:10.106305 10230 consensus_queue.cc:237] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [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: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } }
I20260630 12:38:10.110503 10376 raft_consensus.cc:2955] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } attrs { replace: true } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.110939 10120 catalog_manager.cc:5697] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 reported cstate change: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:10.115137 10193 consensus_peers.cc:597] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 -> Peer c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132:40095): Couldn't send request to peer c5bb3746a70342ad9bbe9703d12d59f5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9bd23a03670a4b77aa60c136607ac9ce. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:10.116279 10378 raft_consensus.cc:1275] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Refusing update from remote peer 4f899f1bd5f345e686b4d893b2ac2d01: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:10.118345 10507 consensus_queue.cc:1048] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:10.121390 10301 raft_consensus.cc:1275] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Refusing update from remote peer 4f899f1bd5f345e686b4d893b2ac2d01: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:10.125641 10441 consensus_queue.cc:1048] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:10.128827 10559 raft_consensus.cc:2955] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.131780 10376 raft_consensus.cc:2955] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.136315 10304 raft_consensus.cc:2955] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } } }
I20260630 12:38:10.144976 10120 catalog_manager.cc:5697] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 reported cstate change: config changed from index -1 to 16, NON_VOTER c5bb3746a70342ad9bbe9703d12d59f5 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4f899f1bd5f345e686b4d893b2ac2d01" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 46035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b0122b2946c4f5a9e60d33d19dce5a0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 34177 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdc19a0075484b788865b79458ee5431" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36091 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5bb3746a70342ad9bbe9703d12d59f5" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40095 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:10.325093   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:10.356834   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:10.357690   642 tablet_replica.cc:333] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.358400   642 raft_consensus.cc:2243] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.359247   642 raft_consensus.cc:2272] T 4a7367072ebf41639acc45e28f51d733 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.361881   642 tablet_replica.cc:333] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.362483   642 raft_consensus.cc:2243] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.363515   642 raft_consensus.cc:2272] T 7a367e322ac9462a98833460428b89e5 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.366052   642 tablet_replica.cc:333] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.366632   642 raft_consensus.cc:2243] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.367627   642 raft_consensus.cc:2272] T 9bd23a03670a4b77aa60c136607ac9ce P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.370314   642 tablet_replica.cc:333] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.370882   642 raft_consensus.cc:2243] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.371337   642 raft_consensus.cc:2272] T 241be5fce11a49cc8bfaaa37980b734b P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.374384   642 tablet_replica.cc:333] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.374944   642 raft_consensus.cc:2243] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.375603   642 raft_consensus.cc:2272] T 02cf425a2ec548d582cfcd04b547b374 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.378377   642 tablet_replica.cc:333] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.378949   642 raft_consensus.cc:2243] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.379449   642 raft_consensus.cc:2272] T 424f39e4451f46d1adea168f59d752a8 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.381551   642 tablet_replica.cc:333] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.382051   642 raft_consensus.cc:2243] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.383025   642 raft_consensus.cc:2272] T ab7c93c65733440d8f6d1728da8fc407 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.385588   642 tablet_replica.cc:333] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01: stopping tablet replica
I20260630 12:38:10.386098   642 raft_consensus.cc:2243] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.386554   642 raft_consensus.cc:2272] T 2743c59d264b43e7bd85538a8a7deab3 P 4f899f1bd5f345e686b4d893b2ac2d01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.418725   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:38:10.444761   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
W20260630 12:38:10.465695 10343 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260630 12:38:10.472281 10343 consensus_peers.cc:597] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 -> Peer 1b0122b2946c4f5a9e60d33d19dce5a0 (127.0.160.130:34177): Couldn't send request to peer 1b0122b2946c4f5a9e60d33d19dce5a0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:10.474159   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:10.474934   642 tablet_replica.cc:333] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.475759   642 raft_consensus.cc:2243] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.476414   642 raft_consensus.cc:2272] T 4a7367072ebf41639acc45e28f51d733 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.479768   642 tablet_replica.cc:333] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.480546   642 raft_consensus.cc:2243] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.481230   642 raft_consensus.cc:2272] T 9bd23a03670a4b77aa60c136607ac9ce P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.484406   642 tablet_replica.cc:333] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.485220   642 raft_consensus.cc:2243] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.485970   642 raft_consensus.cc:2272] T 7a367e322ac9462a98833460428b89e5 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.489214   642 tablet_replica.cc:333] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.489961   642 raft_consensus.cc:2243] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.490604   642 raft_consensus.cc:2272] T 00d170be5f464ed2bd0fc4d39909a166 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.493533   642 tablet_replica.cc:333] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.494240   642 raft_consensus.cc:2243] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.494813   642 raft_consensus.cc:2272] T 03c86556e5cd480087f8d56be1106890 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.497706   642 tablet_replica.cc:333] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.498442   642 raft_consensus.cc:2243] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.499228   642 raft_consensus.cc:2272] T 02cf425a2ec548d582cfcd04b547b374 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.502609   642 tablet_replica.cc:333] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.503340   642 raft_consensus.cc:2243] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.504732   642 raft_consensus.cc:2272] T 241be5fce11a49cc8bfaaa37980b734b P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.508014   642 tablet_replica.cc:333] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0: stopping tablet replica
I20260630 12:38:10.508744   642 raft_consensus.cc:2243] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.509521   642 raft_consensus.cc:2272] T ab7c93c65733440d8f6d1728da8fc407 P 1b0122b2946c4f5a9e60d33d19dce5a0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:10.542092 10345 consensus_peers.cc:597] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 -> Peer 4f899f1bd5f345e686b4d893b2ac2d01 (127.0.160.129:46035): Couldn't send request to peer 4f899f1bd5f345e686b4d893b2ac2d01. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:46035: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:10.545321   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:10.571470   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:10.597754   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:10.598549   642 tablet_replica.cc:333] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.599370   642 raft_consensus.cc:2243] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.599977   642 raft_consensus.cc:2272] T ab7c93c65733440d8f6d1728da8fc407 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.603741   642 tablet_replica.cc:333] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.604583   642 raft_consensus.cc:2243] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.605286   642 raft_consensus.cc:2272] T 4a7367072ebf41639acc45e28f51d733 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.608700   642 tablet_replica.cc:333] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.609560   642 raft_consensus.cc:2243] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.610302   642 raft_consensus.cc:2272] T 241be5fce11a49cc8bfaaa37980b734b P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.613643   642 tablet_replica.cc:333] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.614427   642 raft_consensus.cc:2243] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.615504   642 raft_consensus.cc:2272] T 02cf425a2ec548d582cfcd04b547b374 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.618606   642 tablet_replica.cc:333] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.619495   642 raft_consensus.cc:2243] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.620184   642 raft_consensus.cc:2272] T cd3bc003249542d19dc24ca76e5001b8 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.623153   642 tablet_replica.cc:333] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.623872   642 raft_consensus.cc:2243] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.624737   642 raft_consensus.cc:2272] T 7a367e322ac9462a98833460428b89e5 P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.628032   642 tablet_replica.cc:333] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.628758   642 raft_consensus.cc:2243] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.629449   642 raft_consensus.cc:2272] T bddf9da9c80749c995e6854b0218f3af P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.632269   642 tablet_replica.cc:333] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431: stopping tablet replica
I20260630 12:38:10.632942   642 raft_consensus.cc:2243] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:10.633713   642 raft_consensus.cc:2272] T 9bd23a03670a4b77aa60c136607ac9ce P bdc19a0075484b788865b79458ee5431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.666808   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:10.694816   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:38:10.720404   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:10.736752   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:38:10.745293   642 master.cc:562] Master@127.0.160.190:38365 shutting down...
W20260630 12:38:10.767642 10176 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:10.769093   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:10.769732   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:10.770063   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P a8f511e5d16248c19141a4fc6d96ed13: stopping tablet replica
I20260630 12:38:10.792498   642 master.cc:584] Master@127.0.160.190:38365 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (6147 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:38:10.835971   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:38901
I20260630 12:38:10.837229   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:10.842288 10665 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:10.842314 10666 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:10.843676 10668 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:10.844857   642 server_base.cc:1061] running on GCE node
I20260630 12:38:10.846123   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:10.846329   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:10.846508   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823090846473 us; error 0 us; skew 500 ppm
I20260630 12:38:10.847043   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:10.849438   642 webserver.cc:533] Webserver started at http://127.0.160.190:39905/ using document root <none> and password file <none>
I20260630 12:38:10.849885   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:10.850036   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:10.850250   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:10.851320   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "9dd9351ea3cd49d18be27b51172ab6f7"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n1kv"
I20260630 12:38:10.856055   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:10.859557 10673 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:10.860350   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260630 12:38:10.860616   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "9dd9351ea3cd49d18be27b51172ab6f7"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n1kv"
I20260630 12:38:10.860870   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:10.886252   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:10.887226   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:10.921927   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:38901
I20260630 12:38:10.922026 10724 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:38901 every 8 connection(s)
I20260630 12:38:10.925791 10725 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:10.937157 10725 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7: Bootstrap starting.
I20260630 12:38:10.942416 10725 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.948342 10725 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7: No bootstrap required, opened a new log
I20260630 12:38:10.950934 10725 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9dd9351ea3cd49d18be27b51172ab6f7" member_type: VOTER }
I20260630 12:38:10.951359 10725 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.951614 10725 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9dd9351ea3cd49d18be27b51172ab6f7, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.952216 10725 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9dd9351ea3cd49d18be27b51172ab6f7" member_type: VOTER }
I20260630 12:38:10.952684 10725 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:10.952951 10725 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:10.953228 10725 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.958465 10725 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9dd9351ea3cd49d18be27b51172ab6f7" member_type: VOTER }
I20260630 12:38:10.959033 10725 leader_election.cc:304] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [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: 9dd9351ea3cd49d18be27b51172ab6f7; no voters: 
I20260630 12:38:10.960153 10725 leader_election.cc:290] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:10.960501 10728 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.961881 10728 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 1 LEADER]: Becoming Leader. State: Replica: 9dd9351ea3cd49d18be27b51172ab6f7, State: Running, Role: LEADER
I20260630 12:38:10.962568 10728 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [LEADER]: Queue going to LEADER mode. State: All 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: "9dd9351ea3cd49d18be27b51172ab6f7" member_type: VOTER }
I20260630 12:38:10.963217 10725 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:10.967916 10730 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9dd9351ea3cd49d18be27b51172ab6f7. Latest consensus state: current_term: 1 leader_uuid: "9dd9351ea3cd49d18be27b51172ab6f7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9dd9351ea3cd49d18be27b51172ab6f7" member_type: VOTER } }
I20260630 12:38:10.967834 10729 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9dd9351ea3cd49d18be27b51172ab6f7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9dd9351ea3cd49d18be27b51172ab6f7" member_type: VOTER } }
I20260630 12:38:10.968827 10730 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:10.968938 10729 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:10.972231 10735 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:10.977154 10735 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:10.983212   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:10.987351 10735 catalog_manager.cc:1383] Generated new cluster ID: bb7967f3ec3a40a8bcc6de3d7a6d5c05
I20260630 12:38:10.987661 10735 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:11.010771 10735 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:11.012127 10735 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:11.025893 10735 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7: Generated new TSK 0
I20260630 12:38:11.026572 10735 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:11.050891   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:11.056645 10746 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:11.058053 10747 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:11.059386 10749 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:11.060065   642 server_base.cc:1061] running on GCE node
I20260630 12:38:11.061092   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:11.061307   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:11.061497   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823091061478 us; error 0 us; skew 500 ppm
I20260630 12:38:11.062033   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:11.064419   642 webserver.cc:533] Webserver started at http://127.0.160.129:42409/ using document root <none> and password file <none>
I20260630 12:38:11.065116   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:11.065330   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:11.065640   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:11.066777   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "41169880ef474d8ca36449eaee67ab38"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.071470   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:11.074987 10754 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.075780   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:11.076128   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "41169880ef474d8ca36449eaee67ab38"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.076432   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:11.102363   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:11.103309   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:11.104691   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:11.107002   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:11.107213   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.107488   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:11.107649   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.145305   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:36863
I20260630 12:38:11.145406 10816 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:36863 every 8 connection(s)
I20260630 12:38:11.150593   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:11.157202 10821 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:11.157758 10822 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:11.160529   642 server_base.cc:1061] running on GCE node
W20260630 12:38:11.161587 10825 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:11.163249 10817 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38901
I20260630 12:38:11.163710 10817 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:11.163986   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:11.164273   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:11.164474   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823091164457 us; error 0 us; skew 500 ppm
I20260630 12:38:11.164654 10817 heartbeater.cc:507] Master 127.0.160.190:38901 requested a full tablet report, sending...
I20260630 12:38:11.165220   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:11.167213 10690 ts_manager.cc:194] Registered new tserver with Master: 41169880ef474d8ca36449eaee67ab38 (127.0.160.129:36863)
I20260630 12:38:11.168126   642 webserver.cc:533] Webserver started at http://127.0.160.130:43383/ using document root <none> and password file <none>
I20260630 12:38:11.168814   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:11.169082   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:11.169387   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:11.169788 10690 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33750
I20260630 12:38:11.170811   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "3a8ea50a988c4cc0afdc2b1be40625e7"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.175554   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:11.178889 10829 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.179672   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:11.179993   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "3a8ea50a988c4cc0afdc2b1be40625e7"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.180272   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:11.205969   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:11.207005   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:11.208428   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:11.210932   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:11.211143   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.211418   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:11.211609   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.248624   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:36623
I20260630 12:38:11.248713 10891 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:36623 every 8 connection(s)
I20260630 12:38:11.253695   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:11.260435 10895 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:11.261571 10896 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:11.263823   642 server_base.cc:1061] running on GCE node
W20260630 12:38:11.264070 10899 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:11.265304   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:11.265544   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:11.265745   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823091265726 us; error 0 us; skew 500 ppm
I20260630 12:38:11.266322   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:11.267133 10892 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38901
I20260630 12:38:11.267504 10892 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:11.268339 10892 heartbeater.cc:507] Master 127.0.160.190:38901 requested a full tablet report, sending...
I20260630 12:38:11.269162   642 webserver.cc:533] Webserver started at http://127.0.160.131:36719/ using document root <none> and password file <none>
I20260630 12:38:11.269805   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:11.270035   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:11.270298   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:11.270568 10690 ts_manager.cc:194] Registered new tserver with Master: 3a8ea50a988c4cc0afdc2b1be40625e7 (127.0.160.130:36623)
I20260630 12:38:11.271384   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "1587bc1d00a24d24bcf5906e6aabbcf5"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.272058 10690 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33762
I20260630 12:38:11.275910   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:38:11.279511 10903 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.280225   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:11.280524   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "1587bc1d00a24d24bcf5906e6aabbcf5"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.280807   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:11.316547   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:11.317633   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:11.319108   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:11.321496   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:11.321736   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.322000   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:11.322181   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.359256   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:39353
I20260630 12:38:11.359359 10965 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:39353 every 8 connection(s)
I20260630 12:38:11.372887 10966 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38901
I20260630 12:38:11.373370 10966 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:11.374119 10966 heartbeater.cc:507] Master 127.0.160.190:38901 requested a full tablet report, sending...
I20260630 12:38:11.376083 10690 ts_manager.cc:194] Registered new tserver with Master: 1587bc1d00a24d24bcf5906e6aabbcf5 (127.0.160.131:39353)
I20260630 12:38:11.376904   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014609206s
I20260630 12:38:11.377616 10690 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33778
I20260630 12:38:11.402560 10690 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33786:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:38:11.404320 10690 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:38:11.446796 10782 tablet_service.cc:1511] Processing CreateTablet for tablet e0736e5060d547e1ac75000f6173e520 (DEFAULT_TABLE table=test-workload [id=3ce7cebd5d0a492dbd4cf1ae0ceaf5a6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:11.446921 10931 tablet_service.cc:1511] Processing CreateTablet for tablet e0736e5060d547e1ac75000f6173e520 (DEFAULT_TABLE table=test-workload [id=3ce7cebd5d0a492dbd4cf1ae0ceaf5a6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:11.448280 10931 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0736e5060d547e1ac75000f6173e520. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.448371 10782 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0736e5060d547e1ac75000f6173e520. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.456866 10857 tablet_service.cc:1511] Processing CreateTablet for tablet e0736e5060d547e1ac75000f6173e520 (DEFAULT_TABLE table=test-workload [id=3ce7cebd5d0a492dbd4cf1ae0ceaf5a6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:11.458308 10857 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0736e5060d547e1ac75000f6173e520. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.463874 10981 tablet_bootstrap.cc:492] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38: Bootstrap starting.
I20260630 12:38:11.468493 10982 tablet_bootstrap.cc:492] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: Bootstrap starting.
I20260630 12:38:11.471191 10981 tablet_bootstrap.cc:654] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.476052 10982 tablet_bootstrap.cc:654] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.476516 10981 tablet_bootstrap.cc:492] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38: No bootstrap required, opened a new log
I20260630 12:38:11.477079 10981 ts_tablet_manager.cc:1403] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260630 12:38:11.480849 10984 tablet_bootstrap.cc:492] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7: Bootstrap starting.
I20260630 12:38:11.480849 10981 raft_consensus.cc:359] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.482368 10981 raft_consensus.cc:385] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.482685 10981 raft_consensus.cc:740] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 41169880ef474d8ca36449eaee67ab38, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.483491 10981 consensus_queue.cc:260] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.484437 10982 tablet_bootstrap.cc:492] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: No bootstrap required, opened a new log
I20260630 12:38:11.485100 10982 ts_tablet_manager.cc:1403] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.006s
I20260630 12:38:11.485863 10817 heartbeater.cc:499] Master 127.0.160.190:38901 was elected leader, sending a full tablet report...
I20260630 12:38:11.486326 10981 ts_tablet_manager.cc:1434] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260630 12:38:11.487818 10982 raft_consensus.cc:359] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.488247 10984 tablet_bootstrap.cc:654] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.488492 10982 raft_consensus.cc:385] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.488845 10982 raft_consensus.cc:740] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1587bc1d00a24d24bcf5906e6aabbcf5, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.489573 10982 consensus_queue.cc:260] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.492605 10966 heartbeater.cc:499] Master 127.0.160.190:38901 was elected leader, sending a full tablet report...
I20260630 12:38:11.494462 10984 tablet_bootstrap.cc:492] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7: No bootstrap required, opened a new log
I20260630 12:38:11.494663 10982 ts_tablet_manager.cc:1434] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260630 12:38:11.495010 10984 ts_tablet_manager.cc:1403] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:38:11.498274 10984 raft_consensus.cc:359] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.498986 10984 raft_consensus.cc:385] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.499275 10984 raft_consensus.cc:740] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a8ea50a988c4cc0afdc2b1be40625e7, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.500052 10984 consensus_queue.cc:260] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.502365 10892 heartbeater.cc:499] Master 127.0.160.190:38901 was elected leader, sending a full tablet report...
I20260630 12:38:11.502800 10984 ts_tablet_manager.cc:1434] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.006s
I20260630 12:38:11.607259 10987 raft_consensus.cc:493] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:11.607861 10987 raft_consensus.cc:515] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.610044 10987 leader_election.cc:290] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 41169880ef474d8ca36449eaee67ab38 (127.0.160.129:36863), 3a8ea50a988c4cc0afdc2b1be40625e7 (127.0.160.130:36623)
I20260630 12:38:11.619031 10792 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0736e5060d547e1ac75000f6173e520" candidate_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "41169880ef474d8ca36449eaee67ab38" is_pre_election: true
I20260630 12:38:11.619824 10792 raft_consensus.cc:2468] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1587bc1d00a24d24bcf5906e6aabbcf5 in term 0.
I20260630 12:38:11.620447 10867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0736e5060d547e1ac75000f6173e520" candidate_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" is_pre_election: true
I20260630 12:38:11.621011 10905 leader_election.cc:304] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1587bc1d00a24d24bcf5906e6aabbcf5, 41169880ef474d8ca36449eaee67ab38; no voters: 
I20260630 12:38:11.621152 10867 raft_consensus.cc:2468] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1587bc1d00a24d24bcf5906e6aabbcf5 in term 0.
I20260630 12:38:11.621919 10987 raft_consensus.cc:2804] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:11.622321 10987 raft_consensus.cc:493] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:11.622611 10987 raft_consensus.cc:3060] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.627576 10987 raft_consensus.cc:515] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.629230 10987 leader_election.cc:290] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [CANDIDATE]: Term 1 election: Requested vote from peers 41169880ef474d8ca36449eaee67ab38 (127.0.160.129:36863), 3a8ea50a988c4cc0afdc2b1be40625e7 (127.0.160.130:36623)
I20260630 12:38:11.630276 10867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0736e5060d547e1ac75000f6173e520" candidate_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7"
I20260630 12:38:11.630211 10792 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0736e5060d547e1ac75000f6173e520" candidate_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "41169880ef474d8ca36449eaee67ab38"
I20260630 12:38:11.631009 10867 raft_consensus.cc:3060] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.631091 10792 raft_consensus.cc:3060] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.636332 10792 raft_consensus.cc:2468] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1587bc1d00a24d24bcf5906e6aabbcf5 in term 1.
I20260630 12:38:11.636327 10867 raft_consensus.cc:2468] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1587bc1d00a24d24bcf5906e6aabbcf5 in term 1.
I20260630 12:38:11.637611 10905 leader_election.cc:304] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1587bc1d00a24d24bcf5906e6aabbcf5, 41169880ef474d8ca36449eaee67ab38; no voters: 
I20260630 12:38:11.638310 10987 raft_consensus.cc:2804] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:11.639267 10987 raft_consensus.cc:697] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 1 LEADER]: Becoming Leader. State: Replica: 1587bc1d00a24d24bcf5906e6aabbcf5, State: Running, Role: LEADER
I20260630 12:38:11.640034 10987 consensus_queue.cc:237] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } }
I20260630 12:38:11.648412 10690 catalog_manager.cc:5697] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1587bc1d00a24d24bcf5906e6aabbcf5 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1587bc1d00a24d24bcf5906e6aabbcf5" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39353 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "41169880ef474d8ca36449eaee67ab38" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 36863 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a8ea50a988c4cc0afdc2b1be40625e7" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 36623 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:11.692901   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:11.712548   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:11.713549   642 tablet_replica.cc:333] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38: stopping tablet replica
I20260630 12:38:11.714190   642 raft_consensus.cc:2243] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:11.714630   642 raft_consensus.cc:2272] T e0736e5060d547e1ac75000f6173e520 P 41169880ef474d8ca36449eaee67ab38 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:11.735504   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:38:11.745558   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:38:11.764386   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:11.765285   642 tablet_replica.cc:333] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7: stopping tablet replica
I20260630 12:38:11.765935   642 raft_consensus.cc:2243] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:11.766491   642 raft_consensus.cc:2272] T e0736e5060d547e1ac75000f6173e520 P 3a8ea50a988c4cc0afdc2b1be40625e7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:11.786131   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:11.795490   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:11.813678   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:11.814491   642 tablet_replica.cc:333] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: stopping tablet replica
I20260630 12:38:11.815119   642 raft_consensus.cc:2243] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:11.815958   642 pending_rounds.cc:70] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: Trying to abort 1 pending ops.
I20260630 12:38:11.816190   642 pending_rounds.cc:77] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443383366815744 op_type: NO_OP noop_request { }
I20260630 12:38:11.816572   642 raft_consensus.cc:2889] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:38:11.816880   642 raft_consensus.cc:2272] T e0736e5060d547e1ac75000f6173e520 P 1587bc1d00a24d24bcf5906e6aabbcf5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:11.837188   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:11.846885   642 master.cc:562] Master@127.0.160.190:38901 shutting down...
I20260630 12:38:11.863188   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:11.863793   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:11.864167   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9dd9351ea3cd49d18be27b51172ab6f7: stopping tablet replica
I20260630 12:38:11.883884   642 master.cc:584] Master@127.0.160.190:38901 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1082 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:38:11.919376   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:38369
I20260630 12:38:11.920630   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:11.925932 10993 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:11.926066 10994 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:11.927232 10996 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:11.928476   642 server_base.cc:1061] running on GCE node
I20260630 12:38:11.929392   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:11.929564   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:11.929677   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823091929665 us; error 0 us; skew 500 ppm
I20260630 12:38:11.930104   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:11.932282   642 webserver.cc:533] Webserver started at http://127.0.160.190:45937/ using document root <none> and password file <none>
I20260630 12:38:11.932706   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:11.932855   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:11.933255   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:11.934310   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "cc973c3bd9d84864bc32a3c22ab44139"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.939204   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260630 12:38:11.942579 11001 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:11.943322   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:11.943581   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "cc973c3bd9d84864bc32a3c22ab44139"
format_stamp: "Formatted at 2026-06-30 12:38:11 on dist-test-slave-n1kv"
I20260630 12:38:11.943816   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:11.955986   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:11.957059   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:11.992518   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:38369
I20260630 12:38:11.992614 11052 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:38369 every 8 connection(s)
I20260630 12:38:11.996469 11053 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.007423 11053 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139: Bootstrap starting.
I20260630 12:38:12.012019 11053 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.016095 11053 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139: No bootstrap required, opened a new log
I20260630 12:38:12.018224 11053 raft_consensus.cc:359] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc973c3bd9d84864bc32a3c22ab44139" member_type: VOTER }
I20260630 12:38:12.018641 11053 raft_consensus.cc:385] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.018818 11053 raft_consensus.cc:740] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cc973c3bd9d84864bc32a3c22ab44139, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.019429 11053 consensus_queue.cc:260] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cc973c3bd9d84864bc32a3c22ab44139" member_type: VOTER }
I20260630 12:38:12.019888 11053 raft_consensus.cc:399] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:12.020074 11053 raft_consensus.cc:493] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:12.020277 11053 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:12.025434 11053 raft_consensus.cc:515] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc973c3bd9d84864bc32a3c22ab44139" member_type: VOTER }
I20260630 12:38:12.026198 11053 leader_election.cc:304] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [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: cc973c3bd9d84864bc32a3c22ab44139; no voters: 
I20260630 12:38:12.027395 11053 leader_election.cc:290] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:12.027746 11056 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:12.029191 11056 raft_consensus.cc:697] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 1 LEADER]: Becoming Leader. State: Replica: cc973c3bd9d84864bc32a3c22ab44139, State: Running, Role: LEADER
I20260630 12:38:12.029798 11056 consensus_queue.cc:237] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [LEADER]: Queue going to LEADER mode. State: All 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: "cc973c3bd9d84864bc32a3c22ab44139" member_type: VOTER }
I20260630 12:38:12.030354 11053 sys_catalog.cc:565] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:12.032652 11057 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cc973c3bd9d84864bc32a3c22ab44139" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc973c3bd9d84864bc32a3c22ab44139" member_type: VOTER } }
I20260630 12:38:12.032682 11058 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cc973c3bd9d84864bc32a3c22ab44139. Latest consensus state: current_term: 1 leader_uuid: "cc973c3bd9d84864bc32a3c22ab44139" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc973c3bd9d84864bc32a3c22ab44139" member_type: VOTER } }
I20260630 12:38:12.033565 11058 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:12.033565 11057 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:12.043540 11061 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:12.048802 11061 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:12.050209   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:12.058373 11061 catalog_manager.cc:1383] Generated new cluster ID: 2b28fff83e314676a2ff62fa3a9ff38f
I20260630 12:38:12.058698 11061 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:12.086215 11061 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:12.087580 11061 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:12.100828 11061 catalog_manager.cc:6070] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139: Generated new TSK 0
I20260630 12:38:12.101538 11061 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:12.117494   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:12.123198 11074 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:12.124744 11075 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:12.126757 11077 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.126852   642 server_base.cc:1061] running on GCE node
I20260630 12:38:12.127990   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:12.128219   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:12.128389   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823092128367 us; error 0 us; skew 500 ppm
I20260630 12:38:12.128885   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:12.131121   642 webserver.cc:533] Webserver started at http://127.0.160.129:44477/ using document root <none> and password file <none>
I20260630 12:38:12.131606   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:12.131832   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:12.132115   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:12.133330   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "efe77379452840738af64e904fca5ccb"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.137636   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:38:12.141009 11082 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.141733   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:12.142035   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "efe77379452840738af64e904fca5ccb"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.142323   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:12.163501   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:12.164712   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:12.166265   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:12.168620   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:12.168857   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.169147   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:12.169327   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.207314   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:39553
I20260630 12:38:12.207425 11144 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:39553 every 8 connection(s)
I20260630 12:38:12.212255   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:12.220687 11149 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:12.223018 11150 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.225612 11145 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38369
I20260630 12:38:12.226255 11145 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:12.227061 11152 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.227308 11145 heartbeater.cc:507] Master 127.0.160.190:38369 requested a full tablet report, sending...
I20260630 12:38:12.227957   642 server_base.cc:1061] running on GCE node
I20260630 12:38:12.229130   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:12.229406   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:12.229606   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823092229588 us; error 0 us; skew 500 ppm
I20260630 12:38:12.229951 11018 ts_manager.cc:194] Registered new tserver with Master: efe77379452840738af64e904fca5ccb (127.0.160.129:39553)
I20260630 12:38:12.230275   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:12.232440 11018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48114
I20260630 12:38:12.233229   642 webserver.cc:533] Webserver started at http://127.0.160.130:42219/ using document root <none> and password file <none>
I20260630 12:38:12.233898   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:12.234138   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:12.234436   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:12.235513   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "a08485c74d4d4c99b8380b701905f5b5"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.240131   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:12.243438 11157 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.244257   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:12.244580   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "a08485c74d4d4c99b8380b701905f5b5"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.245013   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:12.260438   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:12.261584   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:12.263034   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:12.265383   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:12.265625   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.265875   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:12.266053   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.304322   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:41227
I20260630 12:38:12.304437 11219 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:41227 every 8 connection(s)
I20260630 12:38:12.309228   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:12.315760 11223 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:12.316772 11224 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.318579   642 server_base.cc:1061] running on GCE node
W20260630 12:38:12.319849 11227 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.320981   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:12.321277   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:12.321368 11220 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38369
I20260630 12:38:12.321545   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823092321525 us; error 0 us; skew 500 ppm
I20260630 12:38:12.321931 11220 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:12.322316   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:12.322707 11220 heartbeater.cc:507] Master 127.0.160.190:38369 requested a full tablet report, sending...
I20260630 12:38:12.325281   642 webserver.cc:533] Webserver started at http://127.0.160.131:43307/ using document root <none> and password file <none>
I20260630 12:38:12.325304 11018 ts_manager.cc:194] Registered new tserver with Master: a08485c74d4d4c99b8380b701905f5b5 (127.0.160.130:41227)
I20260630 12:38:12.326171   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:12.326452   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:12.326767   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:12.327481 11018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48130
I20260630 12:38:12.328286   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "be3d9aa172d441eab78b5c810e15a9a3"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.333056   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:12.336272 11231 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.337100   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:12.337414   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "be3d9aa172d441eab78b5c810e15a9a3"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.337687   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:12.348351   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:12.349507   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:12.351063   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:12.353341   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:12.353550   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.353816   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:12.353981   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.392524   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:42515
I20260630 12:38:12.392627 11293 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:42515 every 8 connection(s)
I20260630 12:38:12.397564   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:38:12.444223 11294 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38369
I20260630 12:38:12.445453 11294 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:12.446833 11294 heartbeater.cc:507] Master 127.0.160.190:38369 requested a full tablet report, sending...
W20260630 12:38:12.448396 11298 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.450891 11018 ts_manager.cc:194] Registered new tserver with Master: be3d9aa172d441eab78b5c810e15a9a3 (127.0.160.131:42515)
W20260630 12:38:12.451102 11299 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.454363 11018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48144
I20260630 12:38:12.458647   642 server_base.cc:1061] running on GCE node
W20260630 12:38:12.459421 11301 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:12.460541   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:12.460749   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:12.460965   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823092460903 us; error 0 us; skew 500 ppm
I20260630 12:38:12.461802   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:12.464597   642 webserver.cc:533] Webserver started at http://127.0.160.132:44453/ using document root <none> and password file <none>
I20260630 12:38:12.465185   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:12.465418   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:12.465739   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:12.467262   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "a0b02b28cf074fbbb46fae85831d1ccb"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.472690   642 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260630 12:38:12.476315 11306 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.477277   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:12.477548   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "a0b02b28cf074fbbb46fae85831d1ccb"
format_stamp: "Formatted at 2026-06-30 12:38:12 on dist-test-slave-n1kv"
I20260630 12:38:12.477779   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:12.490677   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:12.492069   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:12.493575   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:12.496196   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:12.496390   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.496693   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:12.496876   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:12.541817   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:35339
I20260630 12:38:12.542001 11368 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:35339 every 8 connection(s)
I20260630 12:38:12.558512 11369 heartbeater.cc:344] Connected to a master server at 127.0.160.190:38369
I20260630 12:38:12.558981 11369 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:12.559782 11369 heartbeater.cc:507] Master 127.0.160.190:38369 requested a full tablet report, sending...
I20260630 12:38:12.561754 11018 ts_manager.cc:194] Registered new tserver with Master: a0b02b28cf074fbbb46fae85831d1ccb (127.0.160.132:35339)
I20260630 12:38:12.562500   642 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.016597946s
I20260630 12:38:12.563467 11018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48156
I20260630 12:38:12.590021 11018 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48164:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:38:12.641116 11185 tablet_service.cc:1511] Processing CreateTablet for tablet 03ffe72d40454059aede17b31143e2af (DEFAULT_TABLE table=test-workload [id=337e27e2082644a4851a02010e907a4b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:12.642760 11185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03ffe72d40454059aede17b31143e2af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.650938 11259 tablet_service.cc:1511] Processing CreateTablet for tablet 03ffe72d40454059aede17b31143e2af (DEFAULT_TABLE table=test-workload [id=337e27e2082644a4851a02010e907a4b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:12.651801 11334 tablet_service.cc:1511] Processing CreateTablet for tablet 03ffe72d40454059aede17b31143e2af (DEFAULT_TABLE table=test-workload [id=337e27e2082644a4851a02010e907a4b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:12.652727 11259 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03ffe72d40454059aede17b31143e2af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.653244 11334 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03ffe72d40454059aede17b31143e2af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.672480 11384 tablet_bootstrap.cc:492] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb: Bootstrap starting.
I20260630 12:38:12.674341 11385 tablet_bootstrap.cc:492] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: Bootstrap starting.
I20260630 12:38:12.676599 11386 tablet_bootstrap.cc:492] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3: Bootstrap starting.
I20260630 12:38:12.682893 11385 tablet_bootstrap.cc:654] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.683066 11386 tablet_bootstrap.cc:654] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.682893 11384 tablet_bootstrap.cc:654] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.689128 11386 tablet_bootstrap.cc:492] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3: No bootstrap required, opened a new log
I20260630 12:38:12.689757 11386 ts_tablet_manager.cc:1403] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.006s
I20260630 12:38:12.692575 11386 raft_consensus.cc:359] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.693569 11384 tablet_bootstrap.cc:492] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb: No bootstrap required, opened a new log
I20260630 12:38:12.693692 11386 raft_consensus.cc:385] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.694144 11386 raft_consensus.cc:740] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be3d9aa172d441eab78b5c810e15a9a3, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.694159 11384 ts_tablet_manager.cc:1403] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260630 12:38:12.695046 11386 consensus_queue.cc:260] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.695906 11385 tablet_bootstrap.cc:492] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: No bootstrap required, opened a new log
I20260630 12:38:12.696517 11385 ts_tablet_manager.cc:1403] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: Time spent bootstrapping tablet: real 0.023s	user 0.022s	sys 0.000s
I20260630 12:38:12.698179 11294 heartbeater.cc:499] Master 127.0.160.190:38369 was elected leader, sending a full tablet report...
I20260630 12:38:12.698690 11386 ts_tablet_manager.cc:1434] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
I20260630 12:38:12.699159 11384 raft_consensus.cc:359] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.699916 11385 raft_consensus.cc:359] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.700460 11384 raft_consensus.cc:385] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.700702 11385 raft_consensus.cc:385] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.700883 11384 raft_consensus.cc:740] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0b02b28cf074fbbb46fae85831d1ccb, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.701102 11385 raft_consensus.cc:740] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a08485c74d4d4c99b8380b701905f5b5, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.702031 11384 consensus_queue.cc:260] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.702185 11385 consensus_queue.cc:260] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.704792 11369 heartbeater.cc:499] Master 127.0.160.190:38369 was elected leader, sending a full tablet report...
I20260630 12:38:12.705861 11220 heartbeater.cc:499] Master 127.0.160.190:38369 was elected leader, sending a full tablet report...
I20260630 12:38:12.707916 11385 ts_tablet_manager.cc:1434] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.004s
I20260630 12:38:12.709021 11384 ts_tablet_manager.cc:1434] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.002s
I20260630 12:38:12.972050 11392 raft_consensus.cc:493] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:12.972618 11392 raft_consensus.cc:515] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.975023 11392 leader_election.cc:290] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a0b02b28cf074fbbb46fae85831d1ccb (127.0.160.132:35339), be3d9aa172d441eab78b5c810e15a9a3 (127.0.160.131:42515)
I20260630 12:38:12.985889 11344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03ffe72d40454059aede17b31143e2af" candidate_uuid: "a08485c74d4d4c99b8380b701905f5b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" is_pre_election: true
I20260630 12:38:12.986821 11344 raft_consensus.cc:2468] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a08485c74d4d4c99b8380b701905f5b5 in term 0.
I20260630 12:38:12.987604 11269 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03ffe72d40454059aede17b31143e2af" candidate_uuid: "a08485c74d4d4c99b8380b701905f5b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be3d9aa172d441eab78b5c810e15a9a3" is_pre_election: true
I20260630 12:38:12.988128 11161 leader_election.cc:304] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a08485c74d4d4c99b8380b701905f5b5, a0b02b28cf074fbbb46fae85831d1ccb; no voters: 
I20260630 12:38:12.988396 11269 raft_consensus.cc:2468] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a08485c74d4d4c99b8380b701905f5b5 in term 0.
I20260630 12:38:12.989123 11392 raft_consensus.cc:2804] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:12.989452 11392 raft_consensus.cc:493] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:12.989786 11392 raft_consensus.cc:3060] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:12.996068 11392 raft_consensus.cc:515] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:12.997896 11392 leader_election.cc:290] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [CANDIDATE]: Term 1 election: Requested vote from peers a0b02b28cf074fbbb46fae85831d1ccb (127.0.160.132:35339), be3d9aa172d441eab78b5c810e15a9a3 (127.0.160.131:42515)
I20260630 12:38:12.998677 11344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03ffe72d40454059aede17b31143e2af" candidate_uuid: "a08485c74d4d4c99b8380b701905f5b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b02b28cf074fbbb46fae85831d1ccb"
I20260630 12:38:12.999097 11269 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03ffe72d40454059aede17b31143e2af" candidate_uuid: "a08485c74d4d4c99b8380b701905f5b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be3d9aa172d441eab78b5c810e15a9a3"
I20260630 12:38:12.999382 11344 raft_consensus.cc:3060] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:12.999738 11269 raft_consensus.cc:3060] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.006404 11269 raft_consensus.cc:2468] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a08485c74d4d4c99b8380b701905f5b5 in term 1.
I20260630 12:38:13.006408 11344 raft_consensus.cc:2468] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a08485c74d4d4c99b8380b701905f5b5 in term 1.
I20260630 12:38:13.007752 11161 leader_election.cc:304] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a08485c74d4d4c99b8380b701905f5b5, a0b02b28cf074fbbb46fae85831d1ccb; no voters: 
I20260630 12:38:13.008514 11392 raft_consensus.cc:2804] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.009567 11392 raft_consensus.cc:697] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 1 LEADER]: Becoming Leader. State: Replica: a08485c74d4d4c99b8380b701905f5b5, State: Running, Role: LEADER
I20260630 12:38:13.010365 11392 consensus_queue.cc:237] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } }
I20260630 12:38:13.017359 11018 catalog_manager.cc:5697] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to a08485c74d4d4c99b8380b701905f5b5 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "a08485c74d4d4c99b8380b701905f5b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a08485c74d4d4c99b8380b701905f5b5" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 41227 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0b02b28cf074fbbb46fae85831d1ccb" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 35339 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be3d9aa172d441eab78b5c810e15a9a3" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 42515 } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:13.062150   642 auto_rebalancer.cc:639] Failed to schedule move for tablet 03ffe72d40454059aede17b31143e2af: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:38:13.063859   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:13.088830   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:13.106510   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:38:13.118602   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:38:13.138455   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:13.139432   642 tablet_replica.cc:333] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: stopping tablet replica
I20260630 12:38:13.140166   642 raft_consensus.cc:2243] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:13.140828   642 pending_rounds.cc:70] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: Trying to abort 1 pending ops.
I20260630 12:38:13.141152   642 pending_rounds.cc:77] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443388978122752 op_type: NO_OP noop_request { }
I20260630 12:38:13.141485   642 raft_consensus.cc:2889] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:38:13.141791   642 raft_consensus.cc:2272] T 03ffe72d40454059aede17b31143e2af P a08485c74d4d4c99b8380b701905f5b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:13.163311   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:13.174628   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:13.196645   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:13.197562   642 tablet_replica.cc:333] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3: stopping tablet replica
I20260630 12:38:13.198112   642 raft_consensus.cc:2243] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:13.198578   642 raft_consensus.cc:2272] T 03ffe72d40454059aede17b31143e2af P be3d9aa172d441eab78b5c810e15a9a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:13.218720   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:13.229586   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:38:13.247700   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:13.248360   642 tablet_replica.cc:333] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb: stopping tablet replica
I20260630 12:38:13.248889   642 raft_consensus.cc:2243] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:13.249372   642 raft_consensus.cc:2272] T 03ffe72d40454059aede17b31143e2af P a0b02b28cf074fbbb46fae85831d1ccb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:13.268139   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:38:13.277741   642 master.cc:562] Master@127.0.160.190:38369 shutting down...
I20260630 12:38:13.295897   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:13.296442   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:13.296734   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P cc973c3bd9d84864bc32a3c22ab44139: stopping tablet replica
I20260630 12:38:13.315692   642 master.cc:584] Master@127.0.160.190:38369 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1441 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:38:13.361441   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:40551
I20260630 12:38:13.362625   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:13.367818 11399 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:13.368105 11400 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:13.369729 11402 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.370507   642 server_base.cc:1061] running on GCE node
I20260630 12:38:13.371449   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:13.371624   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:13.371738   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823093371727 us; error 0 us; skew 500 ppm
I20260630 12:38:13.372248   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:13.374454   642 webserver.cc:533] Webserver started at http://127.0.160.190:37483/ using document root <none> and password file <none>
I20260630 12:38:13.374886   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:13.375036   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:13.375242   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:13.376289   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "a3d6b69a9ae742de8b8946bb0b19d780"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.380587   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:13.383872 11407 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.384682   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:13.385025   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "a3d6b69a9ae742de8b8946bb0b19d780"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.385311   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:13.400068   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:13.401317   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:13.438395   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:40551
I20260630 12:38:13.438486 11458 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:40551 every 8 connection(s)
I20260630 12:38:13.442289 11459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:13.453600 11459 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780: Bootstrap starting.
I20260630 12:38:13.458647 11459 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.462978 11459 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780: No bootstrap required, opened a new log
I20260630 12:38:13.465195 11459 raft_consensus.cc:359] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a3d6b69a9ae742de8b8946bb0b19d780" member_type: VOTER }
I20260630 12:38:13.465626 11459 raft_consensus.cc:385] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.465870 11459 raft_consensus.cc:740] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a3d6b69a9ae742de8b8946bb0b19d780, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.466483 11459 consensus_queue.cc:260] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a3d6b69a9ae742de8b8946bb0b19d780" member_type: VOTER }
I20260630 12:38:13.466943 11459 raft_consensus.cc:399] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:13.467176 11459 raft_consensus.cc:493] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:13.467454 11459 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.472537 11459 raft_consensus.cc:515] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a3d6b69a9ae742de8b8946bb0b19d780" member_type: VOTER }
I20260630 12:38:13.473132 11459 leader_election.cc:304] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [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: a3d6b69a9ae742de8b8946bb0b19d780; no voters: 
I20260630 12:38:13.474257 11459 leader_election.cc:290] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:13.474646 11462 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.476079 11462 raft_consensus.cc:697] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 1 LEADER]: Becoming Leader. State: Replica: a3d6b69a9ae742de8b8946bb0b19d780, State: Running, Role: LEADER
I20260630 12:38:13.476699 11462 consensus_queue.cc:237] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [LEADER]: Queue going to LEADER mode. State: All 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: "a3d6b69a9ae742de8b8946bb0b19d780" member_type: VOTER }
I20260630 12:38:13.477288 11459 sys_catalog.cc:565] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:13.479676 11463 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a3d6b69a9ae742de8b8946bb0b19d780" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a3d6b69a9ae742de8b8946bb0b19d780" member_type: VOTER } }
I20260630 12:38:13.479787 11464 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a3d6b69a9ae742de8b8946bb0b19d780. Latest consensus state: current_term: 1 leader_uuid: "a3d6b69a9ae742de8b8946bb0b19d780" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a3d6b69a9ae742de8b8946bb0b19d780" member_type: VOTER } }
I20260630 12:38:13.480381 11463 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:13.480407 11464 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:13.484267 11468 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:13.489513 11468 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:13.492657   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:13.498191 11468 catalog_manager.cc:1383] Generated new cluster ID: aad6df11f47c4952991048b2fdeec663
I20260630 12:38:13.498510 11468 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:13.516507 11468 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:13.517874 11468 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:13.543562 11468 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780: Generated new TSK 0
I20260630 12:38:13.544209 11468 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:13.559756   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:13.565801 11480 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:13.567047 11481 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.568833   642 server_base.cc:1061] running on GCE node
W20260630 12:38:13.568904 11483 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.570120   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:13.570326   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:13.570454   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823093570442 us; error 0 us; skew 500 ppm
I20260630 12:38:13.570904   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:13.573252   642 webserver.cc:533] Webserver started at http://127.0.160.129:40233/ using document root <none> and password file <none>
I20260630 12:38:13.573729   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:13.573891   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:13.574100   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:13.575177   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "d57789fbe0df4e40a4c20940ab45f11e"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.579962   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:38:13.583626 11488 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.584479   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260630 12:38:13.584751   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "d57789fbe0df4e40a4c20940ab45f11e"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.585088   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:13.595623   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:13.596747   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:13.598261   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:13.600587   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:13.600765   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.601094   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:13.601258   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.638649   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:34461
I20260630 12:38:13.638752 11550 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:34461 every 8 connection(s)
I20260630 12:38:13.645964   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:38:13.660805 11551 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40551
I20260630 12:38:13.661322 11551 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:13.662204 11555 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.662297 11551 heartbeater.cc:507] Master 127.0.160.190:40551 requested a full tablet report, sending...
W20260630 12:38:13.663465 11556 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.665455   642 server_base.cc:1061] running on GCE node
I20260630 12:38:13.665700 11424 ts_manager.cc:194] Registered new tserver with Master: d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461)
W20260630 12:38:13.666795 11559 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.667876   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:13.668141   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:13.668358   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823093668332 us; error 0 us; skew 500 ppm
I20260630 12:38:13.668362 11424 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36488
I20260630 12:38:13.669229   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:13.671947   642 webserver.cc:533] Webserver started at http://127.0.160.130:46869/ using document root <none> and password file <none>
I20260630 12:38:13.672410   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:13.672565   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:13.672765   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:13.673909   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "2752e4e2246e4c9d8e8ff6e18afb1734"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.678244   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:13.681452 11563 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.682237   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:13.682489   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "2752e4e2246e4c9d8e8ff6e18afb1734"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.682730   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:13.708374   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:13.709452   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:13.710829   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:13.713203   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:13.713387   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.713685   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:13.713855   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.754448   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:42635
I20260630 12:38:13.754541 11625 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:42635 every 8 connection(s)
I20260630 12:38:13.759521   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:13.767421 11629 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:13.767700 11630 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.771698   642 server_base.cc:1061] running on GCE node
W20260630 12:38:13.771727 11632 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:13.772428 11626 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40551
I20260630 12:38:13.772886 11626 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:13.773340   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:13.773610   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:13.773806   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823093773789 us; error 0 us; skew 500 ppm
I20260630 12:38:13.773829 11626 heartbeater.cc:507] Master 127.0.160.190:40551 requested a full tablet report, sending...
I20260630 12:38:13.774506   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:13.776467 11424 ts_manager.cc:194] Registered new tserver with Master: 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130:42635)
I20260630 12:38:13.777413   642 webserver.cc:533] Webserver started at http://127.0.160.131:32787/ using document root <none> and password file <none>
I20260630 12:38:13.778139   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:13.778374   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:13.778538 11424 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36490
I20260630 12:38:13.778707   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:13.780081   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "d46595200ab149e4aeb1658c07140111"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.784580   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:38:13.788045 11637 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.788791   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:13.789166   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "d46595200ab149e4aeb1658c07140111"
format_stamp: "Formatted at 2026-06-30 12:38:13 on dist-test-slave-n1kv"
I20260630 12:38:13.789438   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:13.823282   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:13.824450   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:13.825913   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:13.828123   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:13.828365   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.828595   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:13.828799   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:13.867648   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:34111
I20260630 12:38:13.867753 11699 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:34111 every 8 connection(s)
I20260630 12:38:13.881799 11700 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40551
I20260630 12:38:13.882220 11700 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:13.882977 11700 heartbeater.cc:507] Master 127.0.160.190:40551 requested a full tablet report, sending...
I20260630 12:38:13.885223 11424 ts_manager.cc:194] Registered new tserver with Master: d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111)
I20260630 12:38:13.885672   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014826239s
I20260630 12:38:13.886931 11424 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36494
I20260630 12:38:14.671663 11551 heartbeater.cc:499] Master 127.0.160.190:40551 was elected leader, sending a full tablet report...
I20260630 12:38:14.781373 11626 heartbeater.cc:499] Master 127.0.160.190:40551 was elected leader, sending a full tablet report...
I20260630 12:38:14.889812 11700 heartbeater.cc:499] Master 127.0.160.190:40551 was elected leader, sending a full tablet report...
I20260630 12:38:14.939935 11424 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36506:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:38:14.943254 11424 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:38:15.005841 11665 tablet_service.cc:1511] Processing CreateTablet for tablet 0621476e635343f2931e54c05889813a (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:15.007242 11665 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0621476e635343f2931e54c05889813a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.013828 11591 tablet_service.cc:1511] Processing CreateTablet for tablet 0621476e635343f2931e54c05889813a (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:15.015340 11591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0621476e635343f2931e54c05889813a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.016206 11664 tablet_service.cc:1511] Processing CreateTablet for tablet 688d9ae308294e00b185294d69609f4b (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:15.014978 11590 tablet_service.cc:1511] Processing CreateTablet for tablet 688d9ae308294e00b185294d69609f4b (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:15.016638 11589 tablet_service.cc:1511] Processing CreateTablet for tablet ce2c1e7deaee4cb5ba73d83c7aa4ed34 (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:15.017601 11664 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 688d9ae308294e00b185294d69609f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.017913 11590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 688d9ae308294e00b185294d69609f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.018457 11588 tablet_service.cc:1511] Processing CreateTablet for tablet c952cd19c4f047d1b59337ee4a20a631 (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:15.019649 11589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce2c1e7deaee4cb5ba73d83c7aa4ed34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.020272 11588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c952cd19c4f047d1b59337ee4a20a631. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.031172 11663 tablet_service.cc:1511] Processing CreateTablet for tablet ce2c1e7deaee4cb5ba73d83c7aa4ed34 (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:15.032737 11663 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce2c1e7deaee4cb5ba73d83c7aa4ed34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.047346 11662 tablet_service.cc:1511] Processing CreateTablet for tablet c952cd19c4f047d1b59337ee4a20a631 (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:15.048877 11662 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c952cd19c4f047d1b59337ee4a20a631. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.048712 11516 tablet_service.cc:1511] Processing CreateTablet for tablet 0621476e635343f2931e54c05889813a (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:15.050163 11516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0621476e635343f2931e54c05889813a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.054100 11515 tablet_service.cc:1511] Processing CreateTablet for tablet 688d9ae308294e00b185294d69609f4b (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:15.055591 11515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 688d9ae308294e00b185294d69609f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.058113 11513 tablet_service.cc:1511] Processing CreateTablet for tablet c952cd19c4f047d1b59337ee4a20a631 (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:15.059593 11513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c952cd19c4f047d1b59337ee4a20a631. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.062143 11514 tablet_service.cc:1511] Processing CreateTablet for tablet ce2c1e7deaee4cb5ba73d83c7aa4ed34 (DEFAULT_TABLE table=test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:15.063513 11514 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce2c1e7deaee4cb5ba73d83c7aa4ed34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.074924 11721 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: Bootstrap starting.
I20260630 12:38:15.082140 11721 tablet_bootstrap.cc:654] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.058498 11720 tablet_bootstrap.cc:492] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734: Bootstrap starting.
I20260630 12:38:15.088609 11722 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e: Bootstrap starting.
I20260630 12:38:15.095043 11722 tablet_bootstrap.cc:654] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.101377 11722 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e: No bootstrap required, opened a new log
I20260630 12:38:15.102583 11721 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: No bootstrap required, opened a new log
I20260630 12:38:15.103339 11721 ts_tablet_manager.cc:1403] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: Time spent bootstrapping tablet: real 0.029s	user 0.016s	sys 0.008s
I20260630 12:38:15.101886 11722 ts_tablet_manager.cc:1403] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.007s
I20260630 12:38:15.104592 11720 tablet_bootstrap.cc:654] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.106634 11722 raft_consensus.cc:359] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.107424 11722 raft_consensus.cc:385] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.107504 11721 raft_consensus.cc:359] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.109237 11721 raft_consensus.cc:385] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.107749 11722 raft_consensus.cc:740] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d57789fbe0df4e40a4c20940ab45f11e, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.109892 11721 raft_consensus.cc:740] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46595200ab149e4aeb1658c07140111, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.111073 11722 consensus_queue.cc:260] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.111299 11721 consensus_queue.cc:260] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.112253 11720 tablet_bootstrap.cc:492] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734: No bootstrap required, opened a new log
I20260630 12:38:15.112772 11720 ts_tablet_manager.cc:1403] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent bootstrapping tablet: real 0.055s	user 0.008s	sys 0.004s
I20260630 12:38:15.114555 11722 ts_tablet_manager.cc:1434] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260630 12:38:15.115942 11722 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: Bootstrap starting.
I20260630 12:38:15.115602 11720 raft_consensus.cc:359] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.116699 11720 raft_consensus.cc:385] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.117117 11720 raft_consensus.cc:740] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2752e4e2246e4c9d8e8ff6e18afb1734, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.117966 11720 consensus_queue.cc:260] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.126978 11722 tablet_bootstrap.cc:654] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.133987 11721 ts_tablet_manager.cc:1434] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: Time spent starting tablet: real 0.030s	user 0.012s	sys 0.003s
I20260630 12:38:15.134689 11720 ts_tablet_manager.cc:1434] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.013s
I20260630 12:38:15.135227 11721 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111: Bootstrap starting.
I20260630 12:38:15.138091 11720 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: Bootstrap starting.
I20260630 12:38:15.138134 11722 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: No bootstrap required, opened a new log
I20260630 12:38:15.139035 11722 ts_tablet_manager.cc:1403] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.005s
I20260630 12:38:15.141954 11722 raft_consensus.cc:359] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.142753 11722 raft_consensus.cc:385] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.143131 11722 raft_consensus.cc:740] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d57789fbe0df4e40a4c20940ab45f11e, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.143743 11721 tablet_bootstrap.cc:654] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.143895 11722 consensus_queue.cc:260] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.145175 11720 tablet_bootstrap.cc:654] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.146525 11722 ts_tablet_manager.cc:1434] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:15.147650 11722 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e: Bootstrap starting.
I20260630 12:38:15.154040 11722 tablet_bootstrap.cc:654] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.156615 11720 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: No bootstrap required, opened a new log
I20260630 12:38:15.157182 11720 ts_tablet_manager.cc:1403] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.007s
I20260630 12:38:15.158829 11721 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111: No bootstrap required, opened a new log
I20260630 12:38:15.159404 11721 ts_tablet_manager.cc:1403] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.008s
I20260630 12:38:15.161300 11720 raft_consensus.cc:359] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.162124 11720 raft_consensus.cc:385] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.162426 11720 raft_consensus.cc:740] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2752e4e2246e4c9d8e8ff6e18afb1734, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.163311 11720 consensus_queue.cc:260] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.163338 11721 raft_consensus.cc:359] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.165321 11721 raft_consensus.cc:385] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.165648 11721 raft_consensus.cc:740] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46595200ab149e4aeb1658c07140111, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.165719 11720 ts_tablet_manager.cc:1434] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:38:15.166566 11722 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e: No bootstrap required, opened a new log
I20260630 12:38:15.166813 11720 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: Bootstrap starting.
I20260630 12:38:15.166482 11721 consensus_queue.cc:260] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.167343 11722 ts_tablet_manager.cc:1403] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260630 12:38:15.168772 11721 ts_tablet_manager.cc:1434] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.003s
I20260630 12:38:15.169906 11721 tablet_bootstrap.cc:492] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111: Bootstrap starting.
I20260630 12:38:15.170534 11722 raft_consensus.cc:359] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.171368 11722 raft_consensus.cc:385] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.171707 11722 raft_consensus.cc:740] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d57789fbe0df4e40a4c20940ab45f11e, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.172535 11722 consensus_queue.cc:260] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.173962 11720 tablet_bootstrap.cc:654] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.175174 11722 ts_tablet_manager.cc:1434] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:15.177511 11721 tablet_bootstrap.cc:654] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.178285 11722 tablet_bootstrap.cc:492] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e: Bootstrap starting.
I20260630 12:38:15.189368 11722 tablet_bootstrap.cc:654] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.190596 11721 tablet_bootstrap.cc:492] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111: No bootstrap required, opened a new log
I20260630 12:38:15.191367 11721 ts_tablet_manager.cc:1403] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.009s
I20260630 12:38:15.195221 11721 raft_consensus.cc:359] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.195981 11721 raft_consensus.cc:385] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.196280 11721 raft_consensus.cc:740] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46595200ab149e4aeb1658c07140111, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.196420 11720 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: No bootstrap required, opened a new log
I20260630 12:38:15.196990 11720 ts_tablet_manager.cc:1403] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.015s
I20260630 12:38:15.197119 11721 consensus_queue.cc:260] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.200071 11720 raft_consensus.cc:359] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.200604 11721 ts_tablet_manager.cc:1434] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.007s
I20260630 12:38:15.200829 11720 raft_consensus.cc:385] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.201223 11720 raft_consensus.cc:740] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2752e4e2246e4c9d8e8ff6e18afb1734, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.201812 11721 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: Bootstrap starting.
I20260630 12:38:15.202023 11720 consensus_queue.cc:260] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.205016 11720 ts_tablet_manager.cc:1434] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:38:15.206175 11720 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: Bootstrap starting.
I20260630 12:38:15.209159 11721 tablet_bootstrap.cc:654] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.213229 11720 tablet_bootstrap.cc:654] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:15.216405 11721 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: No bootstrap required, opened a new log
I20260630 12:38:15.217108 11721 ts_tablet_manager.cc:1403] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.003s
I20260630 12:38:15.217897 11722 tablet_bootstrap.cc:492] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e: No bootstrap required, opened a new log
I20260630 12:38:15.218139 11727 raft_consensus.cc:493] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:15.218474 11722 ts_tablet_manager.cc:1403] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e: Time spent bootstrapping tablet: real 0.040s	user 0.009s	sys 0.003s
I20260630 12:38:15.218724 11727 raft_consensus.cc:515] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.220112 11721 raft_consensus.cc:359] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.220871 11721 raft_consensus.cc:385] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.221208 11721 raft_consensus.cc:740] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46595200ab149e4aeb1658c07140111, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.221134 11722 raft_consensus.cc:359] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.222113 11722 raft_consensus.cc:385] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.222487 11722 raft_consensus.cc:740] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d57789fbe0df4e40a4c20940ab45f11e, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.222270 11721 consensus_queue.cc:260] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.223485 11722 consensus_queue.cc:260] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.225905 11722 ts_tablet_manager.cc:1434] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:38:15.226713 11727 leader_election.cc:290] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461), 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130:42635)
I20260630 12:38:15.227569 11728 raft_consensus.cc:493] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:15.228044 11728 raft_consensus.cc:515] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.230695 11728 leader_election.cc:290] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461), d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111)
I20260630 12:38:15.234915 11720 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: No bootstrap required, opened a new log
I20260630 12:38:15.235682 11720 ts_tablet_manager.cc:1403] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent bootstrapping tablet: real 0.030s	user 0.005s	sys 0.007s
I20260630 12:38:15.245138 11720 raft_consensus.cc:359] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.246230 11720 raft_consensus.cc:385] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:15.246620 11720 raft_consensus.cc:740] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2752e4e2246e4c9d8e8ff6e18afb1734, State: Initialized, Role: FOLLOWER
I20260630 12:38:15.251363 11728 raft_consensus.cc:493] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:15.251942 11728 raft_consensus.cc:515] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.254271 11728 leader_election.cc:290] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111), d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461)
I20260630 12:38:15.257748 11720 consensus_queue.cc:260] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.261240 11720 ts_tablet_manager.cc:1434] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: Time spent starting tablet: real 0.025s	user 0.006s	sys 0.007s
I20260630 12:38:15.263991 11728 raft_consensus.cc:493] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:15.264629 11728 raft_consensus.cc:515] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.267153 11728 leader_election.cc:290] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461), d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111)
I20260630 12:38:15.271687 11526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "688d9ae308294e00b185294d69609f4b" candidate_uuid: "d46595200ab149e4aeb1658c07140111" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e" is_pre_election: true
I20260630 12:38:15.272769 11526 raft_consensus.cc:2468] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46595200ab149e4aeb1658c07140111 in term 0.
I20260630 12:38:15.277940 11721 ts_tablet_manager.cc:1434] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: Time spent starting tablet: real 0.060s	user 0.031s	sys 0.029s
I20260630 12:38:15.279861 11639 leader_election.cc:304] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d46595200ab149e4aeb1658c07140111, d57789fbe0df4e40a4c20940ab45f11e; no voters: 
I20260630 12:38:15.281009 11740 raft_consensus.cc:2804] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:15.281409 11740 raft_consensus.cc:493] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:15.281709 11740 raft_consensus.cc:3060] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.291615 11601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "688d9ae308294e00b185294d69609f4b" candidate_uuid: "d46595200ab149e4aeb1658c07140111" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" is_pre_election: true
I20260630 12:38:15.292407 11601 raft_consensus.cc:2468] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46595200ab149e4aeb1658c07140111 in term 0.
I20260630 12:38:15.295011 11740 raft_consensus.cc:515] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.297220 11740 leader_election.cc:290] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [CANDIDATE]: Term 1 election: Requested vote from peers d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461), 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130:42635)
I20260630 12:38:15.298022 11526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "688d9ae308294e00b185294d69609f4b" candidate_uuid: "d46595200ab149e4aeb1658c07140111" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e"
I20260630 12:38:15.298269 11601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "688d9ae308294e00b185294d69609f4b" candidate_uuid: "d46595200ab149e4aeb1658c07140111" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734"
I20260630 12:38:15.298699 11526 raft_consensus.cc:3060] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.298904 11601 raft_consensus.cc:3060] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.301411 11525 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c952cd19c4f047d1b59337ee4a20a631" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e" is_pre_election: true
I20260630 12:38:15.301486 11674 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0621476e635343f2931e54c05889813a" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46595200ab149e4aeb1658c07140111" is_pre_election: true
I20260630 12:38:15.302294 11525 raft_consensus.cc:2468] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 0.
I20260630 12:38:15.302362 11674 raft_consensus.cc:2468] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 0.
I20260630 12:38:15.303771 11673 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce2c1e7deaee4cb5ba73d83c7aa4ed34" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46595200ab149e4aeb1658c07140111" is_pre_election: true
I20260630 12:38:15.303846 11525 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0621476e635343f2931e54c05889813a" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e" is_pre_election: true
I20260630 12:38:15.304598 11673 raft_consensus.cc:2468] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 0.
I20260630 12:38:15.304693 11525 raft_consensus.cc:2468] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 0.
I20260630 12:38:15.305821 11675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c952cd19c4f047d1b59337ee4a20a631" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46595200ab149e4aeb1658c07140111" is_pre_election: true
I20260630 12:38:15.306216 11525 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce2c1e7deaee4cb5ba73d83c7aa4ed34" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e" is_pre_election: true
I20260630 12:38:15.306710 11601 raft_consensus.cc:2468] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d46595200ab149e4aeb1658c07140111 in term 1.
I20260630 12:38:15.306720 11526 raft_consensus.cc:2468] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d46595200ab149e4aeb1658c07140111 in term 1.
I20260630 12:38:15.306501 11675 raft_consensus.cc:2468] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 0.
I20260630 12:38:15.306911 11525 raft_consensus.cc:2468] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 0.
I20260630 12:38:15.308171 11641 leader_election.cc:304] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2752e4e2246e4c9d8e8ff6e18afb1734, d46595200ab149e4aeb1658c07140111; no voters: 
I20260630 12:38:15.309103 11740 raft_consensus.cc:2804] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:15.308935 11565 leader_election.cc:304] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2752e4e2246e4c9d8e8ff6e18afb1734, d57789fbe0df4e40a4c20940ab45f11e; no voters: 
I20260630 12:38:15.309609 11740 raft_consensus.cc:697] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 LEADER]: Becoming Leader. State: Replica: d46595200ab149e4aeb1658c07140111, State: Running, Role: LEADER
I20260630 12:38:15.310067 11565 leader_election.cc:304] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2752e4e2246e4c9d8e8ff6e18afb1734, d57789fbe0df4e40a4c20940ab45f11e; no voters: 
I20260630 12:38:15.310068 11743 raft_consensus.cc:2804] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:15.310798 11743 raft_consensus.cc:493] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:15.310497 11740 consensus_queue.cc:237] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.311007 11728 raft_consensus.cc:2804] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:15.311218 11743 raft_consensus.cc:3060] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.311740 11728 raft_consensus.cc:493] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:15.312211 11728 raft_consensus.cc:3060] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.311139 11565 leader_election.cc:304] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2752e4e2246e4c9d8e8ff6e18afb1734, d57789fbe0df4e40a4c20940ab45f11e; no voters: 
I20260630 12:38:15.322501 11743 raft_consensus.cc:515] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.323390 11728 raft_consensus.cc:515] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.325736 11743 leader_election.cc:290] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 election: Requested vote from peers d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461), d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111)
I20260630 12:38:15.326438 11728 leader_election.cc:290] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 election: Requested vote from peers d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111), d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461)
I20260630 12:38:15.326612 11743 raft_consensus.cc:2804] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:15.327353 11743 raft_consensus.cc:493] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:15.327843 11743 raft_consensus.cc:3060] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.331032 11525 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c952cd19c4f047d1b59337ee4a20a631" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e"
I20260630 12:38:15.331707 11525 raft_consensus.cc:3060] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.334292 11420 catalog_manager.cc:5697] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 reported cstate change: term changed from 0 to 1, leader changed from <none> to d46595200ab149e4aeb1658c07140111 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "d46595200ab149e4aeb1658c07140111" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:15.335242 11743 raft_consensus.cc:515] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.335439 11675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c952cd19c4f047d1b59337ee4a20a631" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46595200ab149e4aeb1658c07140111"
I20260630 12:38:15.336184 11675 raft_consensus.cc:3060] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.336289 11673 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0621476e635343f2931e54c05889813a" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46595200ab149e4aeb1658c07140111"
I20260630 12:38:15.337004 11673 raft_consensus.cc:3060] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.337584 11743 leader_election.cc:290] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 election: Requested vote from peers d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461), d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111)
I20260630 12:38:15.337927 11526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0621476e635343f2931e54c05889813a" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e"
I20260630 12:38:15.338752 11526 raft_consensus.cc:3060] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.339412 11524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce2c1e7deaee4cb5ba73d83c7aa4ed34" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d57789fbe0df4e40a4c20940ab45f11e"
I20260630 12:38:15.339951 11524 raft_consensus.cc:3060] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.342334 11674 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce2c1e7deaee4cb5ba73d83c7aa4ed34" candidate_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46595200ab149e4aeb1658c07140111"
I20260630 12:38:15.342985 11674 raft_consensus.cc:3060] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:15.347069 11675 raft_consensus.cc:2468] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 1.
I20260630 12:38:15.348500 11565 leader_election.cc:304] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2752e4e2246e4c9d8e8ff6e18afb1734, d46595200ab149e4aeb1658c07140111; no voters: 
I20260630 12:38:15.348610 11524 raft_consensus.cc:2468] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 1.
I20260630 12:38:15.349243 11526 raft_consensus.cc:2468] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 1.
I20260630 12:38:15.349541 11743 raft_consensus.cc:2804] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:15.349972 11565 leader_election.cc:304] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2752e4e2246e4c9d8e8ff6e18afb1734, d57789fbe0df4e40a4c20940ab45f11e; no voters: 
I20260630 12:38:15.350267 11743 raft_consensus.cc:697] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Becoming Leader. State: Replica: 2752e4e2246e4c9d8e8ff6e18afb1734, State: Running, Role: LEADER
I20260630 12:38:15.351011 11565 leader_election.cc:304] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2752e4e2246e4c9d8e8ff6e18afb1734, d57789fbe0df4e40a4c20940ab45f11e; no voters: 
I20260630 12:38:15.351364 11743 consensus_queue.cc:237] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.355023 11673 raft_consensus.cc:2468] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 1.
I20260630 12:38:15.358482 11747 raft_consensus.cc:2804] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:15.358754 11525 raft_consensus.cc:2468] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 1.
I20260630 12:38:15.358963 11747 raft_consensus.cc:697] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Becoming Leader. State: Replica: 2752e4e2246e4c9d8e8ff6e18afb1734, State: Running, Role: LEADER
I20260630 12:38:15.360127 11674 raft_consensus.cc:2468] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2752e4e2246e4c9d8e8ff6e18afb1734 in term 1.
I20260630 12:38:15.359863 11747 consensus_queue.cc:237] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } }
I20260630 12:38:15.361176 11745 raft_consensus.cc:2804] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:15.362581 11745 raft_consensus.cc:697] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Becoming Leader. State: Replica: 2752e4e2246e4c9d8e8ff6e18afb1734, State: Running, Role: LEADER
I20260630 12:38:15.363269 11745 consensus_queue.cc:237] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } }
I20260630 12:38:15.371637 11420 catalog_manager.cc:5697] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:16.075090 11472 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:16.082922 11752 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:16.129930 11757 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:38:16.131950 11753 consensus_queue.cc:1048] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:16.133389 11753 consensus_queue.cc:1048] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:16.135285 11756 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:16.137285 11758 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:16.152444 11756 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:16.151822 11421 catalog_manager.cc:5697] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:16.154032 11421 catalog_manager.cc:5697] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:16.156831 11756 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:17.112764 11696 debug-util.cc:398] Leaking SignalData structure 0x7b080027e220 after lost signal to thread 645
W20260630 12:38:17.114076 11696 debug-util.cc:398] Leaking SignalData structure 0x7b08002b8d80 after lost signal to thread 11458
W20260630 12:38:17.115190 11696 debug-util.cc:398] Leaking SignalData structure 0x7b08001bb740 after lost signal to thread 11550
W20260630 12:38:17.116142 11696 debug-util.cc:398] Leaking SignalData structure 0x7b08000a2e20 after lost signal to thread 11625
W20260630 12:38:17.117143 11696 debug-util.cc:398] Leaking SignalData structure 0x7b08000d60a0 after lost signal to thread 11699
I20260630 12:38:23.258608   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:23.266795 11780 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:23.268193 11781 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:23.271351 11783 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:23.272195   642 server_base.cc:1061] running on GCE node
I20260630 12:38:23.273942   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:23.274204   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:23.274405   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823103274390 us; error 0 us; skew 500 ppm
I20260630 12:38:23.274989   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:23.277849   642 webserver.cc:533] Webserver started at http://127.0.160.132:42181/ using document root <none> and password file <none>
I20260630 12:38:23.278426   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:23.278661   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:23.278998   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:23.280522   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "5bf814b9cc5f4746a85ca7f54e77fd87"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-n1kv"
I20260630 12:38:23.285560   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:23.289162 11788 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.289981   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:23.290313   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "5bf814b9cc5f4746a85ca7f54e77fd87"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-n1kv"
I20260630 12:38:23.290611   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:23.303154   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:23.304593   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:23.306114   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:23.308655   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:23.308962   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.309229   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:23.309423   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.351516   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:40249
I20260630 12:38:23.351606 11850 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:40249 every 8 connection(s)
I20260630 12:38:23.370585 11851 heartbeater.cc:344] Connected to a master server at 127.0.160.190:40551
I20260630 12:38:23.371021 11851 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:23.371881 11851 heartbeater.cc:507] Master 127.0.160.190:40551 requested a full tablet report, sending...
I20260630 12:38:23.374126 11422 ts_manager.cc:194] Registered new tserver with Master: 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132:40249)
I20260630 12:38:23.375936 11422 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36520
W20260630 12:38:24.143919 11472 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 28df5ebdabac43c19c2a683ce78ecde5: could not find any suitable replica to move from server 2752e4e2246e4c9d8e8ff6e18afb1734 to server 5bf814b9cc5f4746a85ca7f54e77fd87
I20260630 12:38:24.379001 11851 heartbeater.cc:499] Master 127.0.160.190:40551 was elected leader, sending a full tablet report...
I20260630 12:38:25.171886 11675 consensus_queue.cc:237] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.180274 11526 raft_consensus.cc:1275] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer d46595200ab149e4aeb1658c07140111: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:25.180274 11601 raft_consensus.cc:1275] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Refusing update from remote peer d46595200ab149e4aeb1658c07140111: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:25.182950 11859 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:25.184130 11776 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:25.196768 11776 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
W20260630 12:38:25.199808 11640 consensus_peers.cc:597] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 -> Peer 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132:40249): Couldn't send request to peer 5bf814b9cc5f4746a85ca7f54e77fd87. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 688d9ae308294e00b185294d69609f4b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.201195 11601 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.204109 11526 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.222620 11422 catalog_manager.cc:5697] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 reported cstate change: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "d46595200ab149e4aeb1658c07140111" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.239005 11601 consensus_queue.cc:237] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [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: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.251323 11675 raft_consensus.cc:1275] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:25.251530 11526 raft_consensus.cc:1275] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:25.253402 11775 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:25.254563 11872 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:25.264668 11872 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.267364 11526 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
W20260630 12:38:25.269318 11566 consensus_peers.cc:597] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 -> Peer 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132:40249): Couldn't send request to peer 5bf814b9cc5f4746a85ca7f54e77fd87. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0621476e635343f2931e54c05889813a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.275889 11675 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.280290 11424 catalog_manager.cc:5697] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 reported cstate change: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:25.281368 11601 consensus_queue.cc:237] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.290647 11526 raft_consensus.cc:1275] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:25.290885 11674 raft_consensus.cc:1275] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:38:25.292361 11566 consensus_peers.cc:597] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 -> Peer 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132:40249): Couldn't send request to peer 5bf814b9cc5f4746a85ca7f54e77fd87. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c952cd19c4f047d1b59337ee4a20a631. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.292585 11775 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:25.294754 11775 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:38:25.303764 11872 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.305770 11526 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.310254 11675 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } } }
I20260630 12:38:25.318409 11421 catalog_manager.cc:5697] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 reported cstate change: config changed from index -1 to 2, NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:25.698494 11880 ts_tablet_manager.cc:933] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: Initiating tablet copy from peer 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130:42635)
I20260630 12:38:25.700287 11880 tablet_copy_client.cc:323] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:42635
I20260630 12:38:25.712803 11611 tablet_copy_service.cc:140] P 2752e4e2246e4c9d8e8ff6e18afb1734: Received BeginTabletCopySession request for tablet 0621476e635343f2931e54c05889813a from peer 5bf814b9cc5f4746a85ca7f54e77fd87 ({username='slave'} at 127.0.0.1:41638)
I20260630 12:38:25.713474 11611 tablet_copy_service.cc:161] P 2752e4e2246e4c9d8e8ff6e18afb1734: Beginning new tablet copy session on tablet 0621476e635343f2931e54c05889813a from peer 5bf814b9cc5f4746a85ca7f54e77fd87 at {username='slave'} at 127.0.0.1:41638: session id = 5bf814b9cc5f4746a85ca7f54e77fd87-0621476e635343f2931e54c05889813a
I20260630 12:38:25.723269 11611 tablet_copy_source_session.cc:215] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:25.726661 11880 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0621476e635343f2931e54c05889813a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:25.732406 11883 ts_tablet_manager.cc:933] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: Initiating tablet copy from peer 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130:42635)
I20260630 12:38:25.734341 11883 tablet_copy_client.cc:323] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:42635
I20260630 12:38:25.736331 11611 tablet_copy_service.cc:140] P 2752e4e2246e4c9d8e8ff6e18afb1734: Received BeginTabletCopySession request for tablet c952cd19c4f047d1b59337ee4a20a631 from peer 5bf814b9cc5f4746a85ca7f54e77fd87 ({username='slave'} at 127.0.0.1:41638)
I20260630 12:38:25.736909 11611 tablet_copy_service.cc:161] P 2752e4e2246e4c9d8e8ff6e18afb1734: Beginning new tablet copy session on tablet c952cd19c4f047d1b59337ee4a20a631 from peer 5bf814b9cc5f4746a85ca7f54e77fd87 at {username='slave'} at 127.0.0.1:41638: session id = 5bf814b9cc5f4746a85ca7f54e77fd87-c952cd19c4f047d1b59337ee4a20a631
I20260630 12:38:25.745428 11611 tablet_copy_source_session.cc:215] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:25.745682 11880 tablet_copy_client.cc:806] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:25.746376 11880 tablet_copy_client.cc:670] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:25.748855 11883 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c952cd19c4f047d1b59337ee4a20a631. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:25.750409 11880 tablet_copy_client.cc:538] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:25.762071 11885 ts_tablet_manager.cc:933] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: Initiating tablet copy from peer d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111)
I20260630 12:38:25.763540 11880 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap starting.
I20260630 12:38:25.769587 11883 tablet_copy_client.cc:806] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:25.770308 11883 tablet_copy_client.cc:670] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:25.772230 11885 tablet_copy_client.cc:323] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:34111
I20260630 12:38:25.774741 11883 tablet_copy_client.cc:538] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:25.784999 11883 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap starting.
I20260630 12:38:25.794642 11880 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:25.795863 11880 tablet_bootstrap.cc:492] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap complete.
I20260630 12:38:25.796681 11880 ts_tablet_manager.cc:1403] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: Time spent bootstrapping tablet: real 0.033s	user 0.013s	sys 0.017s
I20260630 12:38:25.800068 11880 raft_consensus.cc:359] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.801100 11880 raft_consensus.cc:740] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5bf814b9cc5f4746a85ca7f54e77fd87, State: Initialized, Role: LEARNER
I20260630 12:38:25.801915 11880 consensus_queue.cc:260] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [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: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.811861 11880 ts_tablet_manager.cc:1434] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.010s
I20260630 12:38:25.813844 11685 tablet_copy_service.cc:140] P d46595200ab149e4aeb1658c07140111: Received BeginTabletCopySession request for tablet 688d9ae308294e00b185294d69609f4b from peer 5bf814b9cc5f4746a85ca7f54e77fd87 ({username='slave'} at 127.0.0.1:36250)
I20260630 12:38:25.814491 11685 tablet_copy_service.cc:161] P d46595200ab149e4aeb1658c07140111: Beginning new tablet copy session on tablet 688d9ae308294e00b185294d69609f4b from peer 5bf814b9cc5f4746a85ca7f54e77fd87 at {username='slave'} at 127.0.0.1:36250: session id = 5bf814b9cc5f4746a85ca7f54e77fd87-688d9ae308294e00b185294d69609f4b
I20260630 12:38:25.821254 11611 tablet_copy_service.cc:342] P 2752e4e2246e4c9d8e8ff6e18afb1734: Request end of tablet copy session 5bf814b9cc5f4746a85ca7f54e77fd87-0621476e635343f2931e54c05889813a received from {username='slave'} at 127.0.0.1:41638
I20260630 12:38:25.821810 11611 tablet_copy_service.cc:434] P 2752e4e2246e4c9d8e8ff6e18afb1734: ending tablet copy session 5bf814b9cc5f4746a85ca7f54e77fd87-0621476e635343f2931e54c05889813a on tablet 0621476e635343f2931e54c05889813a with peer 5bf814b9cc5f4746a85ca7f54e77fd87
I20260630 12:38:25.823872 11883 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:25.824864 11883 tablet_bootstrap.cc:492] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap complete.
I20260630 12:38:25.825642 11883 ts_tablet_manager.cc:1403] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: Time spent bootstrapping tablet: real 0.041s	user 0.024s	sys 0.011s
I20260630 12:38:25.827100 11685 tablet_copy_source_session.cc:215] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:25.828873 11883 raft_consensus.cc:359] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.829809 11883 raft_consensus.cc:740] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5bf814b9cc5f4746a85ca7f54e77fd87, State: Initialized, Role: LEARNER
I20260630 12:38:25.830351 11883 consensus_queue.cc:260] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.830816 11885 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 688d9ae308294e00b185294d69609f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:25.832727 11883 ts_tablet_manager.cc:1434] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:25.838620 11611 tablet_copy_service.cc:342] P 2752e4e2246e4c9d8e8ff6e18afb1734: Request end of tablet copy session 5bf814b9cc5f4746a85ca7f54e77fd87-c952cd19c4f047d1b59337ee4a20a631 received from {username='slave'} at 127.0.0.1:41638
I20260630 12:38:25.839129 11611 tablet_copy_service.cc:434] P 2752e4e2246e4c9d8e8ff6e18afb1734: ending tablet copy session 5bf814b9cc5f4746a85ca7f54e77fd87-c952cd19c4f047d1b59337ee4a20a631 on tablet c952cd19c4f047d1b59337ee4a20a631 with peer 5bf814b9cc5f4746a85ca7f54e77fd87
I20260630 12:38:25.848275 11885 tablet_copy_client.cc:806] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:25.848975 11885 tablet_copy_client.cc:670] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:25.852486 11885 tablet_copy_client.cc:538] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:25.862128 11885 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap starting.
I20260630 12:38:25.882966 11885 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:25.883889 11885 tablet_bootstrap.cc:492] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: Bootstrap complete.
I20260630 12:38:25.884604 11885 ts_tablet_manager.cc:1403] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.005s
I20260630 12:38:25.887624 11885 raft_consensus.cc:359] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.888495 11885 raft_consensus.cc:740] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5bf814b9cc5f4746a85ca7f54e77fd87, State: Initialized, Role: LEARNER
I20260630 12:38:25.889205 11885 consensus_queue.cc:260] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: true } }
I20260630 12:38:25.891579 11885 ts_tablet_manager.cc:1434] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:25.893476 11685 tablet_copy_service.cc:342] P d46595200ab149e4aeb1658c07140111: Request end of tablet copy session 5bf814b9cc5f4746a85ca7f54e77fd87-688d9ae308294e00b185294d69609f4b received from {username='slave'} at 127.0.0.1:36250
I20260630 12:38:25.893955 11685 tablet_copy_service.cc:434] P d46595200ab149e4aeb1658c07140111: ending tablet copy session 5bf814b9cc5f4746a85ca7f54e77fd87-688d9ae308294e00b185294d69609f4b on tablet 688d9ae308294e00b185294d69609f4b with peer 5bf814b9cc5f4746a85ca7f54e77fd87
I20260630 12:38:26.090695 11826 raft_consensus.cc:1217] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:26.134229 11826 raft_consensus.cc:1217] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:26.202680 11826 raft_consensus.cc:1217] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:26.612710 11775 raft_consensus.cc:1064] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: attempting to promote NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 to VOTER
I20260630 12:38:26.614663 11775 consensus_queue.cc:237] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [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: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } }
I20260630 12:38:26.621068 11826 raft_consensus.cc:1275] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.621095 11526 raft_consensus.cc:1275] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.622465 11675 raft_consensus.cc:1275] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.622877 11892 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:26.623987 11893 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:26.624843 11775 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:26.637411 11826 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.635579 11892 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.648699 11526 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.651293 11675 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.655454 11422 catalog_manager.cc:5697] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 reported cstate change: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } attrs { replace: true } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.673672 11893 raft_consensus.cc:1064] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: attempting to promote NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 to VOTER
I20260630 12:38:26.675145 11894 raft_consensus.cc:1064] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: attempting to promote NON_VOTER 5bf814b9cc5f4746a85ca7f54e77fd87 to VOTER
I20260630 12:38:26.676514 11893 consensus_queue.cc:237] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } }
I20260630 12:38:26.677421 11894 consensus_queue.cc:237] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } }
I20260630 12:38:26.690335 11826 raft_consensus.cc:1275] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.691840 11525 raft_consensus.cc:1275] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.693703 11892 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:26.694635 11675 raft_consensus.cc:1275] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.697867 11893 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:38:26.701897 11825 raft_consensus.cc:1275] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 LEARNER]: Refusing update from remote peer d46595200ab149e4aeb1658c07140111: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.702162 11526 raft_consensus.cc:1275] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer d46595200ab149e4aeb1658c07140111: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.705106 11776 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:26.706166 11892 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:38:26.708182 11601 raft_consensus.cc:1275] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Refusing update from remote peer d46595200ab149e4aeb1658c07140111: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:26.707093 11776 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.012s
I20260630 12:38:26.726854 11776 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:26.736864 11892 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.741576 11601 consensus_queue.cc:237] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [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: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } }
I20260630 12:38:26.747490 11826 raft_consensus.cc:1275] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:26.748188 11675 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.748842 11674 raft_consensus.cc:1275] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:26.751652 11893 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:26.753152 11906 consensus_queue.cc:1048] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:38:26.751610 11525 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.762629 11775 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.769239 11895 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.772735 11674 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.777357 11825 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.785163 11824 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.779492 11424 catalog_manager.cc:5697] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 reported cstate change: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.796533 11411 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 0621476e635343f2931e54c05889813a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:26.798655 11826 raft_consensus.cc:2955] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.802305 11526 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.804600 11600 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.818364 11601 consensus_queue.cc:237] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } }
I20260630 12:38:26.832170 11526 raft_consensus.cc:1275] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:26.834280 11892 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:26.835058 11826 raft_consensus.cc:1275] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Refusing update from remote peer 2752e4e2246e4c9d8e8ff6e18afb1734: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:26.835201 11420 catalog_manager.cc:5697] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 reported cstate change: config changed from index 2 to 3, 5bf814b9cc5f4746a85ca7f54e77fd87 (127.0.160.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d46595200ab149e4aeb1658c07140111" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } attrs { replace: true } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.837819 11892 consensus_queue.cc:1048] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:26.841681 11893 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d46595200ab149e4aeb1658c07140111 (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.843474 11526 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d46595200ab149e4aeb1658c07140111 (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.849442 11825 raft_consensus.cc:2955] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d46595200ab149e4aeb1658c07140111 (127.0.160.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.852553 11411 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c952cd19c4f047d1b59337ee4a20a631 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:26.854790 11422 catalog_manager.cc:5697] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 reported cstate change: config changed from index 3 to 4, VOTER d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129) evicted. New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.868810 11514 tablet_service.cc:1558] Processing DeleteTablet for tablet 0621476e635343f2931e54c05889813a with delete_type TABLET_DATA_TOMBSTONED (TS d57789fbe0df4e40a4c20940ab45f11e not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55232
I20260630 12:38:26.878648 11422 catalog_manager.cc:5697] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 reported cstate change: config changed from index 3 to 4, VOTER d46595200ab149e4aeb1658c07140111 (127.0.160.131) evicted. New cstate: current_term: 1 leader_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "2752e4e2246e4c9d8e8ff6e18afb1734" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 42635 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.880014 11674 consensus_queue.cc:237] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [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: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } }
I20260630 12:38:26.889868 11914 tablet_replica.cc:333] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: stopping tablet replica
I20260630 12:38:26.891362 11914 raft_consensus.cc:2243] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:26.892293 11914 raft_consensus.cc:2272] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:26.892552 11825 raft_consensus.cc:1275] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Refusing update from remote peer d46595200ab149e4aeb1658c07140111: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:26.894747 11894 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:26.895370 11662 tablet_service.cc:1558] Processing DeleteTablet for tablet c952cd19c4f047d1b59337ee4a20a631 with delete_type TABLET_DATA_TOMBSTONED (TS d46595200ab149e4aeb1658c07140111 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:51758
I20260630 12:38:26.900651 11526 raft_consensus.cc:1275] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Refusing update from remote peer d46595200ab149e4aeb1658c07140111: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:26.902840 11895 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.904340 11914 ts_tablet_manager.cc:1916] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:26.906109 11915 tablet_replica.cc:333] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: stopping tablet replica
I20260630 12:38:26.907012 11776 consensus_queue.cc:1048] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:26.907259 11915 raft_consensus.cc:2243] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:26.908138 11915 raft_consensus.cc:2272] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:26.911798 11526 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.913676 11825 raft_consensus.cc:2955] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } } }
I20260630 12:38:26.922354 11914 ts_tablet_manager.cc:1929] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:26.923053 11914 log.cc:1199] T 0621476e635343f2931e54c05889813a P d57789fbe0df4e40a4c20940ab45f11e: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-0-root/wals/0621476e635343f2931e54c05889813a
I20260630 12:38:26.923969 11409 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 688d9ae308294e00b185294d69609f4b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:26.924883 11409 catalog_manager.cc:5028] TS d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461): tablet 0621476e635343f2931e54c05889813a (table test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]) successfully deleted
I20260630 12:38:26.931550 11420 catalog_manager.cc:5697] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 reported cstate change: config changed from index 3 to 4, VOTER 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130) evicted. New cstate: current_term: 1 leader_uuid: "d46595200ab149e4aeb1658c07140111" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d57789fbe0df4e40a4c20940ab45f11e" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 34461 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d46595200ab149e4aeb1658c07140111" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5bf814b9cc5f4746a85ca7f54e77fd87" member_type: VOTER last_known_addr { host: "127.0.160.132" port: 40249 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:26.936451 11915 ts_tablet_manager.cc:1916] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:26.948287 11589 tablet_service.cc:1558] Processing DeleteTablet for tablet 688d9ae308294e00b185294d69609f4b with delete_type TABLET_DATA_TOMBSTONED (TS 2752e4e2246e4c9d8e8ff6e18afb1734 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42888
I20260630 12:38:26.954317 11916 tablet_replica.cc:333] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: stopping tablet replica
I20260630 12:38:26.955470 11916 raft_consensus.cc:2243] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:26.956067 11915 ts_tablet_manager.cc:1929] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:26.956260 11916 raft_consensus.cc:2272] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:26.956579 11915 log.cc:1199] T c952cd19c4f047d1b59337ee4a20a631 P d46595200ab149e4aeb1658c07140111: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-2-root/wals/c952cd19c4f047d1b59337ee4a20a631
I20260630 12:38:26.958617 11409 catalog_manager.cc:5028] TS d46595200ab149e4aeb1658c07140111 (127.0.160.131:34111): tablet c952cd19c4f047d1b59337ee4a20a631 (table test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]) successfully deleted
I20260630 12:38:26.959853 11916 ts_tablet_manager.cc:1916] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:26.971827 11916 ts_tablet_manager.cc:1929] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:26.972229 11916 log.cc:1199] T 688d9ae308294e00b185294d69609f4b P 2752e4e2246e4c9d8e8ff6e18afb1734: Deleting WAL directory at /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861050400-642-0/minicluster-data/ts-1-root/wals/688d9ae308294e00b185294d69609f4b
I20260630 12:38:26.973754 11411 catalog_manager.cc:5028] TS 2752e4e2246e4c9d8e8ff6e18afb1734 (127.0.160.130:42635): tablet 688d9ae308294e00b185294d69609f4b (table test-workload [id=28df5ebdabac43c19c2a683ce78ecde5]) successfully deleted
I20260630 12:38:27.391148   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:27.418344   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:27.419288   642 tablet_replica.cc:333] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e: stopping tablet replica
I20260630 12:38:27.420197   642 raft_consensus.cc:2243] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.420976   642 raft_consensus.cc:2272] T c952cd19c4f047d1b59337ee4a20a631 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.423645   642 tablet_replica.cc:333] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e: stopping tablet replica
I20260630 12:38:27.424207   642 raft_consensus.cc:2243] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.424654   642 raft_consensus.cc:2272] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.427163   642 tablet_replica.cc:333] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e: stopping tablet replica
I20260630 12:38:27.427670   642 raft_consensus.cc:2243] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.428195   642 raft_consensus.cc:2272] T 688d9ae308294e00b185294d69609f4b P d57789fbe0df4e40a4c20940ab45f11e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.453022   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
W20260630 12:38:27.459322 11639 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:34461: connect: Connection refused (error 111) [suppressed 1 similar messages]
W20260630 12:38:27.463876 11639 consensus_peers.cc:597] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 -> Peer d57789fbe0df4e40a4c20940ab45f11e (127.0.160.129:34461): Couldn't send request to peer d57789fbe0df4e40a4c20940ab45f11e. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:34461: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:27.474264   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:38:27.498884   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:27.499658   642 tablet_replica.cc:333] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734: stopping tablet replica
I20260630 12:38:27.500288   642 raft_consensus.cc:2243] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:27.501183   642 raft_consensus.cc:2272] T c952cd19c4f047d1b59337ee4a20a631 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.503731   642 tablet_replica.cc:333] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734: stopping tablet replica
I20260630 12:38:27.504266   642 raft_consensus.cc:2243] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:27.505105   642 raft_consensus.cc:2272] T 0621476e635343f2931e54c05889813a P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.507565   642 tablet_replica.cc:333] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734: stopping tablet replica
I20260630 12:38:27.508131   642 raft_consensus.cc:2243] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:27.509006   642 raft_consensus.cc:2272] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P 2752e4e2246e4c9d8e8ff6e18afb1734 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.533936   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:27.550546   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:27.574980   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:27.575768   642 tablet_replica.cc:333] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111: stopping tablet replica
I20260630 12:38:27.576402   642 raft_consensus.cc:2243] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.576985   642 raft_consensus.cc:2272] T ce2c1e7deaee4cb5ba73d83c7aa4ed34 P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.579349   642 tablet_replica.cc:333] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111: stopping tablet replica
I20260630 12:38:27.579929   642 raft_consensus.cc:2243] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.580551   642 raft_consensus.cc:2272] T 0621476e635343f2931e54c05889813a P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.583333   642 tablet_replica.cc:333] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111: stopping tablet replica
I20260630 12:38:27.583839   642 raft_consensus.cc:2243] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:27.584640   642 raft_consensus.cc:2272] T 688d9ae308294e00b185294d69609f4b P d46595200ab149e4aeb1658c07140111 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.623368   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:27.639721   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:38:27.659322   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:27.659967   642 tablet_replica.cc:333] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87: stopping tablet replica
I20260630 12:38:27.660533   642 raft_consensus.cc:2243] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.661176   642 raft_consensus.cc:2272] T 688d9ae308294e00b185294d69609f4b P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.663506   642 tablet_replica.cc:333] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87: stopping tablet replica
I20260630 12:38:27.664067   642 raft_consensus.cc:2243] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.664553   642 raft_consensus.cc:2272] T c952cd19c4f047d1b59337ee4a20a631 P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.666934   642 tablet_replica.cc:333] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87: stopping tablet replica
I20260630 12:38:27.667433   642 raft_consensus.cc:2243] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:27.667963   642 raft_consensus.cc:2272] T 0621476e635343f2931e54c05889813a P 5bf814b9cc5f4746a85ca7f54e77fd87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.688462   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:38:27.700383   642 master.cc:562] Master@127.0.160.190:40551 shutting down...
I20260630 12:38:27.723728   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:27.724321   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:27.724681   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P a3d6b69a9ae742de8b8946bb0b19d780: stopping tablet replica
I20260630 12:38:27.745283   642 master.cc:584] Master@127.0.160.190:40551 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (14431 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:38:27.790664   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:39019
I20260630 12:38:27.791879   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:27.797348 11922 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:27.797838 11923 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:27.798960 11925 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:27.799129   642 server_base.cc:1061] running on GCE node
I20260630 12:38:27.800256   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:27.800467   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:27.800637   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823107800604 us; error 0 us; skew 500 ppm
I20260630 12:38:27.801237   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:27.803651   642 webserver.cc:533] Webserver started at http://127.0.160.190:42955/ using document root <none> and password file <none>
I20260630 12:38:27.804157   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:27.804361   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:27.804638   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:27.805783   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "061e33b3fe844a1f9731bacb8a89f293"
format_stamp: "Formatted at 2026-06-30 12:38:27 on dist-test-slave-n1kv"
I20260630 12:38:27.810456   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:38:27.813800 11930 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:27.814548   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:27.814852   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "061e33b3fe844a1f9731bacb8a89f293"
format_stamp: "Formatted at 2026-06-30 12:38:27 on dist-test-slave-n1kv"
I20260630 12:38:27.815124   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:27.840422   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:27.841671   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:27.879372   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:39019
I20260630 12:38:27.879477 11981 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:39019 every 8 connection(s)
I20260630 12:38:27.883292 11982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.894790 11982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293: Bootstrap starting.
I20260630 12:38:27.899464 11982 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.903671 11982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293: No bootstrap required, opened a new log
I20260630 12:38:27.905802 11982 raft_consensus.cc:359] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "061e33b3fe844a1f9731bacb8a89f293" member_type: VOTER }
I20260630 12:38:27.906184 11982 raft_consensus.cc:385] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.906354 11982 raft_consensus.cc:740] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 061e33b3fe844a1f9731bacb8a89f293, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.906953 11982 consensus_queue.cc:260] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "061e33b3fe844a1f9731bacb8a89f293" member_type: VOTER }
I20260630 12:38:27.907393 11982 raft_consensus.cc:399] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:27.907579 11982 raft_consensus.cc:493] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:27.907779 11982 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.912750 11982 raft_consensus.cc:515] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "061e33b3fe844a1f9731bacb8a89f293" member_type: VOTER }
I20260630 12:38:27.913345 11982 leader_election.cc:304] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [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: 061e33b3fe844a1f9731bacb8a89f293; no voters: 
I20260630 12:38:27.914445 11982 leader_election.cc:290] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:27.914894 11985 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:27.916321 11985 raft_consensus.cc:697] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 1 LEADER]: Becoming Leader. State: Replica: 061e33b3fe844a1f9731bacb8a89f293, State: Running, Role: LEADER
I20260630 12:38:27.917068 11985 consensus_queue.cc:237] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [LEADER]: Queue going to LEADER mode. State: All 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: "061e33b3fe844a1f9731bacb8a89f293" member_type: VOTER }
I20260630 12:38:27.917724 11982 sys_catalog.cc:565] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:27.922228 11987 sys_catalog.cc:455] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 061e33b3fe844a1f9731bacb8a89f293. Latest consensus state: current_term: 1 leader_uuid: "061e33b3fe844a1f9731bacb8a89f293" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "061e33b3fe844a1f9731bacb8a89f293" member_type: VOTER } }
I20260630 12:38:27.923049 11987 sys_catalog.cc:458] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:27.923763 11986 sys_catalog.cc:455] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "061e33b3fe844a1f9731bacb8a89f293" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "061e33b3fe844a1f9731bacb8a89f293" member_type: VOTER } }
I20260630 12:38:27.924438 11986 sys_catalog.cc:458] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:27.925066 11992 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:27.929994 11992 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:27.939098   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:27.939744 11992 catalog_manager.cc:1383] Generated new cluster ID: 15bb1f6b3a6e4366a6de635aabe8d94f
I20260630 12:38:27.940114 11992 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:27.968789 11992 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:27.970261 11992 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:27.988243 11992 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293: Generated new TSK 0
I20260630 12:38:27.988857 11992 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:28.006031   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:28.011935 12003 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:28.013386 12004 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:28.014842 12006 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:28.015312   642 server_base.cc:1061] running on GCE node
I20260630 12:38:28.016304   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:28.016535   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:28.016717   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823108016699 us; error 0 us; skew 500 ppm
I20260630 12:38:28.017287   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:28.019717   642 webserver.cc:533] Webserver started at http://127.0.160.129:39759/ using document root <none> and password file <none>
I20260630 12:38:28.020208   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:28.020421   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:28.020694   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:28.021826   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "cd8608e51a1f42e484f038d5047767e1"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n1kv"
I20260630 12:38:28.026371   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:28.029732 12011 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.030668   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:28.030931   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "cd8608e51a1f42e484f038d5047767e1"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n1kv"
I20260630 12:38:28.031172   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:28.051950   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:28.053027   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:28.054389   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:28.056694   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:28.056918   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.057202   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:28.057372   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.095947   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:43201
I20260630 12:38:28.096043 12073 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:43201 every 8 connection(s)
I20260630 12:38:28.100893   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:28.109045 12079 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:28.109150 12078 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:28.114789   642 server_base.cc:1061] running on GCE node
I20260630 12:38:28.115238 12074 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39019
W20260630 12:38:28.115677 12082 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:28.115700 12074 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:28.116791   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:28.116958 12074 heartbeater.cc:507] Master 127.0.160.190:39019 requested a full tablet report, sending...
W20260630 12:38:28.117125   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:28.117436   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823108117421 us; error 0 us; skew 500 ppm
I20260630 12:38:28.118039   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:28.119647 11947 ts_manager.cc:194] Registered new tserver with Master: cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201)
I20260630 12:38:28.120863   642 webserver.cc:533] Webserver started at http://127.0.160.130:42023/ using document root <none> and password file <none>
I20260630 12:38:28.121497   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:28.121702   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:28.121767 11947 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41308
I20260630 12:38:28.122004   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:28.123618   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "db588c19d46046d9a23463ba99fc38a6"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n1kv"
I20260630 12:38:28.128544   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:38:28.132030 12086 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.133394   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:38:28.133839   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "db588c19d46046d9a23463ba99fc38a6"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n1kv"
I20260630 12:38:28.134234   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:28.147748   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:28.148855   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:28.150332   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:28.152544   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:28.152769   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.153031   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:28.153204   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.194082   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:35907
I20260630 12:38:28.194180 12148 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:35907 every 8 connection(s)
I20260630 12:38:28.199323   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:28.207813 12152 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:28.208985 12153 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:28.211126   642 server_base.cc:1061] running on GCE node
W20260630 12:38:28.211377 12155 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:28.212455 12149 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39019
I20260630 12:38:28.212607   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:28.212879 12149 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:28.212971   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:28.213410   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823108213382 us; error 0 us; skew 500 ppm
I20260630 12:38:28.213904 12149 heartbeater.cc:507] Master 127.0.160.190:39019 requested a full tablet report, sending...
I20260630 12:38:28.214025   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:28.216449 11947 ts_manager.cc:194] Registered new tserver with Master: db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:28.217175   642 webserver.cc:533] Webserver started at http://127.0.160.131:34365/ using document root <none> and password file <none>
I20260630 12:38:28.217857   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:28.218113   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:28.218429   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:28.218472 11947 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41316
I20260630 12:38:28.220054   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "894a046fb6404a1f9f0e6a0fe991fb84"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n1kv"
I20260630 12:38:28.224534   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:38:28.228004 12160 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.228792   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:28.229187   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "894a046fb6404a1f9f0e6a0fe991fb84"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n1kv"
I20260630 12:38:28.229492   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:28.238948   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:28.240096   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:28.241518   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:28.243728   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:28.243903   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.244190   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:28.244349   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.285486   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:39087
I20260630 12:38:28.285586 12222 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:39087 every 8 connection(s)
I20260630 12:38:28.299180 12223 heartbeater.cc:344] Connected to a master server at 127.0.160.190:39019
I20260630 12:38:28.299645 12223 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:28.300400 12223 heartbeater.cc:507] Master 127.0.160.190:39019 requested a full tablet report, sending...
I20260630 12:38:28.302350 11947 ts_manager.cc:194] Registered new tserver with Master: 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:28.303138   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014408553s
I20260630 12:38:28.303932 11947 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41322
I20260630 12:38:29.125193 12074 heartbeater.cc:499] Master 127.0.160.190:39019 was elected leader, sending a full tablet report...
I20260630 12:38:29.221450 12149 heartbeater.cc:499] Master 127.0.160.190:39019 was elected leader, sending a full tablet report...
I20260630 12:38:29.306733 12223 heartbeater.cc:499] Master 127.0.160.190:39019 was elected leader, sending a full tablet report...
I20260630 12:38:29.360863 11947 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41338:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:38:29.363435 11947 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:38:29.426608 12039 tablet_service.cc:1511] Processing CreateTablet for tablet a967a5083165496f82746d714cb166ba (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:29.427309 12038 tablet_service.cc:1511] Processing CreateTablet for tablet a2df83ccef10478a922955e746e17182 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:29.428122 12039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a967a5083165496f82746d714cb166ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.429566 12037 tablet_service.cc:1511] Processing CreateTablet for tablet 6c1e530ce58e4b2e9cbb60d73ca125fc (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:29.431058 12037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c1e530ce58e4b2e9cbb60d73ca125fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.433209 12038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2df83ccef10478a922955e746e17182. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.439538 12188 tablet_service.cc:1511] Processing CreateTablet for tablet a967a5083165496f82746d714cb166ba (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:29.442086 12187 tablet_service.cc:1511] Processing CreateTablet for tablet a2df83ccef10478a922955e746e17182 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:29.442345 12112 tablet_service.cc:1511] Processing CreateTablet for tablet 6c1e530ce58e4b2e9cbb60d73ca125fc (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:29.443840 12112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c1e530ce58e4b2e9cbb60d73ca125fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.445389 12111 tablet_service.cc:1511] Processing CreateTablet for tablet 253088ec21ba412295c7f8eaac2fb665 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:29.446066 12113 tablet_service.cc:1511] Processing CreateTablet for tablet a2df83ccef10478a922955e746e17182 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:29.448237 12114 tablet_service.cc:1511] Processing CreateTablet for tablet a967a5083165496f82746d714cb166ba (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:29.450295 12186 tablet_service.cc:1511] Processing CreateTablet for tablet 6c1e530ce58e4b2e9cbb60d73ca125fc (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:29.450114 12036 tablet_service.cc:1511] Processing CreateTablet for tablet 253088ec21ba412295c7f8eaac2fb665 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:29.452100 12036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 253088ec21ba412295c7f8eaac2fb665. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.458529 12185 tablet_service.cc:1511] Processing CreateTablet for tablet 253088ec21ba412295c7f8eaac2fb665 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:29.462445 12109 tablet_service.cc:1511] Processing CreateTablet for tablet 874d3c12f0f649de9f68f726734d6db6 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:29.466688 12035 tablet_service.cc:1511] Processing CreateTablet for tablet 4cd6e83e55274fa2a2a85b2d1083ddaa (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:29.471836 12184 tablet_service.cc:1511] Processing CreateTablet for tablet 4cd6e83e55274fa2a2a85b2d1083ddaa (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:29.474996 12183 tablet_service.cc:1511] Processing CreateTablet for tablet 874d3c12f0f649de9f68f726734d6db6 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:29.477178 12188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a967a5083165496f82746d714cb166ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.481470 12187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2df83ccef10478a922955e746e17182. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.456069 12110 tablet_service.cc:1511] Processing CreateTablet for tablet 4cd6e83e55274fa2a2a85b2d1083ddaa (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:29.486034 12111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 253088ec21ba412295c7f8eaac2fb665. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.491068 12034 tablet_service.cc:1511] Processing CreateTablet for tablet 874d3c12f0f649de9f68f726734d6db6 (DEFAULT_TABLE table=test-workload [id=d3caca83df674e0fb5082dd2bb8e82f8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:29.493829 12184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cd6e83e55274fa2a2a85b2d1083ddaa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.494745 12109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 874d3c12f0f649de9f68f726734d6db6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.496137 12185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 253088ec21ba412295c7f8eaac2fb665. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.497458 12110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cd6e83e55274fa2a2a85b2d1083ddaa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.501523 12183 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 874d3c12f0f649de9f68f726734d6db6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.468735 12035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cd6e83e55274fa2a2a85b2d1083ddaa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.506765 12034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 874d3c12f0f649de9f68f726734d6db6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.512348 12113 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2df83ccef10478a922955e746e17182. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.513408 12186 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c1e530ce58e4b2e9cbb60d73ca125fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.517762 12114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a967a5083165496f82746d714cb166ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.575620 12245 tablet_bootstrap.cc:492] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84: Bootstrap starting.
I20260630 12:38:29.591156 12245 tablet_bootstrap.cc:654] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.606707 12245 tablet_bootstrap.cc:492] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84: No bootstrap required, opened a new log
I20260630 12:38:29.607563 12245 ts_tablet_manager.cc:1403] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent bootstrapping tablet: real 0.032s	user 0.017s	sys 0.005s
I20260630 12:38:29.611845 12245 raft_consensus.cc:359] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.613225 12245 raft_consensus.cc:385] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.613703 12245 raft_consensus.cc:740] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.615049 12245 consensus_queue.cc:260] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.630937 12245 ts_tablet_manager.cc:1434] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent starting tablet: real 0.023s	user 0.008s	sys 0.009s
I20260630 12:38:29.677701 12245 tablet_bootstrap.cc:492] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84: Bootstrap starting.
I20260630 12:38:29.690886 12245 tablet_bootstrap.cc:654] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.704934 12245 tablet_bootstrap.cc:492] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84: No bootstrap required, opened a new log
I20260630 12:38:29.705704 12245 ts_tablet_manager.cc:1403] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent bootstrapping tablet: real 0.028s	user 0.014s	sys 0.008s
I20260630 12:38:29.710211 12244 tablet_bootstrap.cc:492] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6: Bootstrap starting.
I20260630 12:38:29.709949 12245 raft_consensus.cc:359] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.711041 12245 raft_consensus.cc:385] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.711453 12245 raft_consensus.cc:740] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.712678 12245 consensus_queue.cc:260] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.717103 12244 tablet_bootstrap.cc:654] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.725404 12245 ts_tablet_manager.cc:1434] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.000s
I20260630 12:38:29.738161 12244 tablet_bootstrap.cc:492] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6: No bootstrap required, opened a new log
I20260630 12:38:29.739018 12244 ts_tablet_manager.cc:1403] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6: Time spent bootstrapping tablet: real 0.029s	user 0.006s	sys 0.012s
I20260630 12:38:29.742100 12245 tablet_bootstrap.cc:492] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84: Bootstrap starting.
I20260630 12:38:29.742255 12244 raft_consensus.cc:359] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.748685 12244 raft_consensus.cc:385] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.749346 12244 raft_consensus.cc:740] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.749749 12243 tablet_bootstrap.cc:492] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1: Bootstrap starting.
I20260630 12:38:29.750509 12244 consensus_queue.cc:260] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.755821 12245 tablet_bootstrap.cc:654] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.766525 12244 ts_tablet_manager.cc:1434] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6: Time spent starting tablet: real 0.027s	user 0.010s	sys 0.009s
I20260630 12:38:29.767807 12244 tablet_bootstrap.cc:492] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6: Bootstrap starting.
I20260630 12:38:29.774726 12244 tablet_bootstrap.cc:654] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.776865 12243 tablet_bootstrap.cc:654] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.779265 12245 tablet_bootstrap.cc:492] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84: No bootstrap required, opened a new log
I20260630 12:38:29.779863 12245 ts_tablet_manager.cc:1403] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent bootstrapping tablet: real 0.038s	user 0.008s	sys 0.005s
I20260630 12:38:29.783275 12243 tablet_bootstrap.cc:492] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1: No bootstrap required, opened a new log
I20260630 12:38:29.783208 12245 raft_consensus.cc:359] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.783830 12243 ts_tablet_manager.cc:1403] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1: Time spent bootstrapping tablet: real 0.034s	user 0.013s	sys 0.000s
I20260630 12:38:29.783877 12244 tablet_bootstrap.cc:492] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6: No bootstrap required, opened a new log
I20260630 12:38:29.784071 12245 raft_consensus.cc:385] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.784520 12244 ts_tablet_manager.cc:1403] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:38:29.784438 12245 raft_consensus.cc:740] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.785605 12245 consensus_queue.cc:260] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.786435 12243 raft_consensus.cc:359] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:29.787048 12243 raft_consensus.cc:385] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.787293 12243 raft_consensus.cc:740] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.787565 12244 raft_consensus.cc:359] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.787993 12243 consensus_queue.cc:260] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:29.788354 12244 raft_consensus.cc:385] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.788802 12244 raft_consensus.cc:740] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.789623 12244 consensus_queue.cc:260] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
W20260630 12:38:29.790989 12224 tablet.cc:2406] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:38:29.791816 12244 ts_tablet_manager.cc:1434] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:29.792770 12243 ts_tablet_manager.cc:1434] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.005s
I20260630 12:38:29.793859 12243 tablet_bootstrap.cc:492] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1: Bootstrap starting.
I20260630 12:38:29.795121 12247 raft_consensus.cc:493] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:29.795364 12244 tablet_bootstrap.cc:492] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6: Bootstrap starting.
I20260630 12:38:29.795625 12247 raft_consensus.cc:515] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.800253 12243 tablet_bootstrap.cc:654] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.802446 12244 tablet_bootstrap.cc:654] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.802949 12247 leader_election.cc:290] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:29.808305 12245 ts_tablet_manager.cc:1434] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent starting tablet: real 0.028s	user 0.004s	sys 0.004s
I20260630 12:38:29.817605 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2df83ccef10478a922955e746e17182" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1" is_pre_election: true
W20260630 12:38:29.819536 12163 leader_election.cc:343] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.809646 12256 raft_consensus.cc:493] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:29.820393 12256 raft_consensus.cc:515] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.821885 12245 tablet_bootstrap.cc:492] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84: Bootstrap starting.
I20260630 12:38:29.823783 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cd6e83e55274fa2a2a85b2d1083ddaa" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1" is_pre_election: true
W20260630 12:38:29.825249 12163 leader_election.cc:343] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.826680 12256 leader_election.cc:290] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:29.830147 12245 tablet_bootstrap.cc:654] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.832208 12243 tablet_bootstrap.cc:492] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1: No bootstrap required, opened a new log
I20260630 12:38:29.832818 12243 ts_tablet_manager.cc:1403] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1: Time spent bootstrapping tablet: real 0.039s	user 0.015s	sys 0.001s
I20260630 12:38:29.833505 12244 tablet_bootstrap.cc:492] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6: No bootstrap required, opened a new log
I20260630 12:38:29.834005 12244 ts_tablet_manager.cc:1403] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6: Time spent bootstrapping tablet: real 0.039s	user 0.004s	sys 0.012s
I20260630 12:38:29.836232 12243 raft_consensus.cc:359] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.836709 12244 raft_consensus.cc:359] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.837183 12243 raft_consensus.cc:385] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.837531 12244 raft_consensus.cc:385] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.837563 12243 raft_consensus.cc:740] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.838101 12244 raft_consensus.cc:740] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.838845 12243 consensus_queue.cc:260] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.838984 12244 consensus_queue.cc:260] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.841905 12243 ts_tablet_manager.cc:1434] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260630 12:38:29.843012 12243 tablet_bootstrap.cc:492] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1: Bootstrap starting.
I20260630 12:38:29.843546 12254 raft_consensus.cc:493] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:29.843976 12245 tablet_bootstrap.cc:492] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84: No bootstrap required, opened a new log
I20260630 12:38:29.844653 12245 ts_tablet_manager.cc:1403] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.001s
I20260630 12:38:29.844070 12254 raft_consensus.cc:515] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:29.847107 12254 leader_election.cc:290] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:29.847867 12245 raft_consensus.cc:359] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:29.848664 12245 raft_consensus.cc:385] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.848937 12244 ts_tablet_manager.cc:1434] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.004s
I20260630 12:38:29.848964 12245 raft_consensus.cc:740] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.849401 12243 tablet_bootstrap.cc:654] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.850354 12244 tablet_bootstrap.cc:492] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6: Bootstrap starting.
I20260630 12:38:29.850116 12245 consensus_queue.cc:260] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:29.857021 12245 ts_tablet_manager.cc:1434] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.001s
I20260630 12:38:29.856006 12124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2df83ccef10478a922955e746e17182" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6" is_pre_election: true
I20260630 12:38:29.861202 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cd6e83e55274fa2a2a85b2d1083ddaa" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6" is_pre_election: true
W20260630 12:38:29.861429 12161 leader_election.cc:343] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.861907 12123 raft_consensus.cc:2468] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 894a046fb6404a1f9f0e6a0fe991fb84 in term 0.
I20260630 12:38:29.862195 12161 leader_election.cc:304] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [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: 894a046fb6404a1f9f0e6a0fe991fb84; no voters: cd8608e51a1f42e484f038d5047767e1, db588c19d46046d9a23463ba99fc38a6
I20260630 12:38:29.867034 12256 raft_consensus.cc:2749] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:29.867487 12161 leader_election.cc:304] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [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: 894a046fb6404a1f9f0e6a0fe991fb84, db588c19d46046d9a23463ba99fc38a6; no voters: cd8608e51a1f42e484f038d5047767e1
I20260630 12:38:29.868263 12256 raft_consensus.cc:493] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:29.868505 12247 raft_consensus.cc:2804] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:29.869086 12247 raft_consensus.cc:493] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:29.869668 12247 raft_consensus.cc:3060] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:29.869006 12256 raft_consensus.cc:515] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.874119 12245 tablet_bootstrap.cc:492] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84: Bootstrap starting.
I20260630 12:38:29.892987 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a967a5083165496f82746d714cb166ba" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6" is_pre_election: true
I20260630 12:38:29.893329 12256 leader_election.cc:290] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
W20260630 12:38:29.894480 12012 leader_election.cc:343] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.894642 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874d3c12f0f649de9f68f726734d6db6" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6" is_pre_election: true
W20260630 12:38:29.896013 12161 leader_election.cc:343] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.898020 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874d3c12f0f649de9f68f726734d6db6" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1" is_pre_election: true
W20260630 12:38:29.899618 12163 leader_election.cc:343] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.900079 12163 leader_election.cc:304] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [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: 894a046fb6404a1f9f0e6a0fe991fb84; no voters: cd8608e51a1f42e484f038d5047767e1, db588c19d46046d9a23463ba99fc38a6
I20260630 12:38:29.900398 12247 raft_consensus.cc:515] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.901388 12256 raft_consensus.cc:2749] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:29.902670 12245 tablet_bootstrap.cc:654] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.900084 12244 tablet_bootstrap.cc:654] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.903415 12247 leader_election.cc:290] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 election: Requested vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:29.903546 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a967a5083165496f82746d714cb166ba" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" is_pre_election: true
I20260630 12:38:29.905336 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cd6e83e55274fa2a2a85b2d1083ddaa" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6"
I20260630 12:38:29.905781 12198 raft_consensus.cc:2468] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd8608e51a1f42e484f038d5047767e1 in term 0.
I20260630 12:38:29.906498 12123 raft_consensus.cc:3060] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:29.909832 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cd6e83e55274fa2a2a85b2d1083ddaa" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1"
I20260630 12:38:29.909808 12015 leader_election.cc:304] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [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: 894a046fb6404a1f9f0e6a0fe991fb84, cd8608e51a1f42e484f038d5047767e1; no voters: db588c19d46046d9a23463ba99fc38a6
I20260630 12:38:29.913983 12123 raft_consensus.cc:2468] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 894a046fb6404a1f9f0e6a0fe991fb84 in term 1.
I20260630 12:38:29.914520 12254 raft_consensus.cc:2804] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:29.914949 12254 raft_consensus.cc:493] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:29.915292 12254 raft_consensus.cc:3060] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:29.915670 12161 leader_election.cc:304] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 894a046fb6404a1f9f0e6a0fe991fb84, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:29.915917 12245 tablet_bootstrap.cc:492] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84: No bootstrap required, opened a new log
I20260630 12:38:29.916716 12247 raft_consensus.cc:2804] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:29.916834 12245 ts_tablet_manager.cc:1403] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent bootstrapping tablet: real 0.050s	user 0.012s	sys 0.001s
I20260630 12:38:29.917469 12247 raft_consensus.cc:697] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 LEADER]: Becoming Leader. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Running, Role: LEADER
I20260630 12:38:29.918442 12247 consensus_queue.cc:237] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.921020 12245 raft_consensus.cc:359] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.922048 12245 raft_consensus.cc:385] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.905375 12243 tablet_bootstrap.cc:492] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1: No bootstrap required, opened a new log
I20260630 12:38:29.922501 12245 raft_consensus.cc:740] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.923110 12243 ts_tablet_manager.cc:1403] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1: Time spent bootstrapping tablet: real 0.080s	user 0.015s	sys 0.015s
I20260630 12:38:29.923730 12254 raft_consensus.cc:515] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:29.923941 12245 consensus_queue.cc:260] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.926630 12243 raft_consensus.cc:359] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.927309 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a967a5083165496f82746d714cb166ba" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6"
I20260630 12:38:29.927794 12245 ts_tablet_manager.cc:1434] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
W20260630 12:38:29.929111 12163 leader_election.cc:343] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.929685 12254 leader_election.cc:290] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 election: Requested vote from peers 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:29.930558 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a967a5083165496f82746d714cb166ba" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84"
I20260630 12:38:29.932257 12198 raft_consensus.cc:3060] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:38:29.932397 12012 leader_election.cc:343] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:29.933202 12243 raft_consensus.cc:385] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.933596 12243 raft_consensus.cc:740] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.934337 12243 consensus_queue.cc:260] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
W20260630 12:38:29.935819 11995 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:29.939893 12244 tablet_bootstrap.cc:492] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6: No bootstrap required, opened a new log
I20260630 12:38:29.940550 12244 ts_tablet_manager.cc:1403] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6: Time spent bootstrapping tablet: real 0.090s	user 0.009s	sys 0.022s
I20260630 12:38:29.941066 12250 raft_consensus.cc:493] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:29.941210 12198 raft_consensus.cc:2468] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd8608e51a1f42e484f038d5047767e1 in term 1.
I20260630 12:38:29.942008 12250 raft_consensus.cc:515] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.943562 12244 raft_consensus.cc:359] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.944370 12244 raft_consensus.cc:385] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.944664 12244 raft_consensus.cc:740] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.945684 12244 consensus_queue.cc:260] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.946512 12245 tablet_bootstrap.cc:492] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84: Bootstrap starting.
I20260630 12:38:29.949402 11947 catalog_manager.cc:5697] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 reported cstate change: term changed from 0 to 1, leader changed from <none> to 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:29.950845 12015 leader_election.cc:304] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [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: 894a046fb6404a1f9f0e6a0fe991fb84, cd8608e51a1f42e484f038d5047767e1; no voters: db588c19d46046d9a23463ba99fc38a6
I20260630 12:38:29.952280 12243 ts_tablet_manager.cc:1434] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1: Time spent starting tablet: real 0.029s	user 0.008s	sys 0.012s
I20260630 12:38:29.960212 12243 tablet_bootstrap.cc:492] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1: Bootstrap starting.
I20260630 12:38:29.964751 12267 raft_consensus.cc:2804] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:29.965924 12267 raft_consensus.cc:697] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 1 LEADER]: Becoming Leader. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Running, Role: LEADER
I20260630 12:38:29.967118 12267 consensus_queue.cc:237] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:29.956961 12245 tablet_bootstrap.cc:654] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.957804 12250 leader_election.cc:290] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:29.979775 12243 tablet_bootstrap.cc:654] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:29.983603 11945 catalog_manager.cc:5697] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 reported cstate change: term changed from 0 to 1, leader changed from <none> to cd8608e51a1f42e484f038d5047767e1 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "cd8608e51a1f42e484f038d5047767e1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:29.985271 12245 tablet_bootstrap.cc:492] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84: No bootstrap required, opened a new log
I20260630 12:38:29.991596 12245 ts_tablet_manager.cc:1403] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent bootstrapping tablet: real 0.045s	user 0.016s	sys 0.000s
I20260630 12:38:29.995820 12245 raft_consensus.cc:359] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.997242 12245 raft_consensus.cc:385] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:29.997702 12245 raft_consensus.cc:740] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Initialized, Role: FOLLOWER
I20260630 12:38:29.999084 12245 consensus_queue.cc:260] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:29.998663 12244 ts_tablet_manager.cc:1434] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6: Time spent starting tablet: real 0.058s	user 0.033s	sys 0.015s
I20260630 12:38:30.002607 12244 tablet_bootstrap.cc:492] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6: Bootstrap starting.
I20260630 12:38:30.003285 12243 tablet_bootstrap.cc:492] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1: No bootstrap required, opened a new log
I20260630 12:38:30.003873 12243 ts_tablet_manager.cc:1403] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1: Time spent bootstrapping tablet: real 0.044s	user 0.016s	sys 0.012s
I20260630 12:38:30.006669 12243 raft_consensus.cc:359] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.007432 12243 raft_consensus.cc:385] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:30.007755 12243 raft_consensus.cc:740] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Initialized, Role: FOLLOWER
I20260630 12:38:30.008538 12243 consensus_queue.cc:260] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.010861 12245 ts_tablet_manager.cc:1434] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:38:30.013223 12243 ts_tablet_manager.cc:1434] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260630 12:38:30.014292 12243 tablet_bootstrap.cc:492] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1: Bootstrap starting.
I20260630 12:38:30.015017 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c1e530ce58e4b2e9cbb60d73ca125fc" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1" is_pre_election: true
I20260630 12:38:30.015806 12049 raft_consensus.cc:2468] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 0.
I20260630 12:38:30.017375 12089 leader_election.cc:304] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cd8608e51a1f42e484f038d5047767e1, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:30.018469 12268 raft_consensus.cc:2804] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:30.018889 12268 raft_consensus.cc:493] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:30.018704 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c1e530ce58e4b2e9cbb60d73ca125fc" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" is_pre_election: true
I20260630 12:38:30.019317 12268 raft_consensus.cc:3060] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.019666 12198 raft_consensus.cc:2468] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 0.
I20260630 12:38:30.021009 12243 tablet_bootstrap.cc:654] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:30.022140 12244 tablet_bootstrap.cc:654] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:30.026469 12243 tablet_bootstrap.cc:492] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1: No bootstrap required, opened a new log
I20260630 12:38:30.027043 12243 ts_tablet_manager.cc:1403] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.004s
I20260630 12:38:30.028096 12244 tablet_bootstrap.cc:492] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6: No bootstrap required, opened a new log
I20260630 12:38:30.028769 12244 ts_tablet_manager.cc:1403] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6: Time spent bootstrapping tablet: real 0.027s	user 0.004s	sys 0.008s
I20260630 12:38:30.028935 12268 raft_consensus.cc:515] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.030153 12243 raft_consensus.cc:359] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.030956 12243 raft_consensus.cc:385] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:30.031261 12243 raft_consensus.cc:740] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Initialized, Role: FOLLOWER
I20260630 12:38:30.032145 12243 consensus_queue.cc:260] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.032347 12244 raft_consensus.cc:359] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.033483 12244 raft_consensus.cc:385] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:30.033864 12244 raft_consensus.cc:740] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Initialized, Role: FOLLOWER
I20260630 12:38:30.035070 12243 ts_tablet_manager.cc:1434] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:38:30.034866 12244 consensus_queue.cc:260] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.036306 12243 tablet_bootstrap.cc:492] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1: Bootstrap starting.
I20260630 12:38:30.036689 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c1e530ce58e4b2e9cbb60d73ca125fc" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1"
I20260630 12:38:30.037385 12049 raft_consensus.cc:3060] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.038097 12244 ts_tablet_manager.cc:1434] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:38:30.039315 12244 tablet_bootstrap.cc:492] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6: Bootstrap starting.
I20260630 12:38:30.043782 12243 tablet_bootstrap.cc:654] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:30.045977 12244 tablet_bootstrap.cc:654] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:30.045878 12049 raft_consensus.cc:2468] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 1.
I20260630 12:38:30.047802 12089 leader_election.cc:304] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cd8608e51a1f42e484f038d5047767e1, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:30.049038 12250 raft_consensus.cc:2804] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:30.052476 12268 leader_election.cc:290] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 election: Requested vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:30.052821 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c1e530ce58e4b2e9cbb60d73ca125fc" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84"
I20260630 12:38:30.053843 12198 raft_consensus.cc:3060] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.057705 12243 tablet_bootstrap.cc:492] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1: No bootstrap required, opened a new log
I20260630 12:38:30.058336 12243 ts_tablet_manager.cc:1403] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.013s
I20260630 12:38:30.061556 12243 raft_consensus.cc:359] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.062288 12243 raft_consensus.cc:385] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:30.062613 12243 raft_consensus.cc:740] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Initialized, Role: FOLLOWER
I20260630 12:38:30.063338 12243 consensus_queue.cc:260] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.066659 12243 ts_tablet_manager.cc:1434] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:38:30.072448 12198 raft_consensus.cc:2468] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 1.
I20260630 12:38:30.078285 12250 raft_consensus.cc:697] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 1 LEADER]: Becoming Leader. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Running, Role: LEADER
I20260630 12:38:30.079762 12244 tablet_bootstrap.cc:492] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6: No bootstrap required, opened a new log
I20260630 12:38:30.079344 12250 consensus_queue.cc:237] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.080396 12244 ts_tablet_manager.cc:1403] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6: Time spent bootstrapping tablet: real 0.041s	user 0.019s	sys 0.013s
I20260630 12:38:30.083794 12244 raft_consensus.cc:359] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:30.084764 12244 raft_consensus.cc:385] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:30.085131 12244 raft_consensus.cc:740] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Initialized, Role: FOLLOWER
I20260630 12:38:30.085820 12244 consensus_queue.cc:260] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:30.087612 12244 ts_tablet_manager.cc:1434] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:30.088788 11945 catalog_manager.cc:5697] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to db588c19d46046d9a23463ba99fc38a6 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "db588c19d46046d9a23463ba99fc38a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:30.119467 12267 raft_consensus.cc:493] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:30.119976 12267 raft_consensus.cc:515] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.120325 12247 raft_consensus.cc:493] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:30.120847 12247 raft_consensus.cc:515] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.121991 12267 leader_election.cc:290] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:30.122864 12247 leader_election.cc:290] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:30.123010 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2df83ccef10478a922955e746e17182" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6" is_pre_election: true
I20260630 12:38:30.123514 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2df83ccef10478a922955e746e17182" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" is_pre_election: true
I20260630 12:38:30.123773 12123 raft_consensus.cc:2468] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd8608e51a1f42e484f038d5047767e1 in term 0.
I20260630 12:38:30.124019 12198 raft_consensus.cc:2468] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd8608e51a1f42e484f038d5047767e1 in term 0.
I20260630 12:38:30.124042 12124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "253088ec21ba412295c7f8eaac2fb665" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6" is_pre_election: true
I20260630 12:38:30.124822 12124 raft_consensus.cc:2468] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 894a046fb6404a1f9f0e6a0fe991fb84 in term 0.
I20260630 12:38:30.125475 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "253088ec21ba412295c7f8eaac2fb665" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1" is_pre_election: true
I20260630 12:38:30.125411 12012 leader_election.cc:304] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cd8608e51a1f42e484f038d5047767e1, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:30.126135 12161 leader_election.cc:304] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 894a046fb6404a1f9f0e6a0fe991fb84, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:30.126206 12049 raft_consensus.cc:2468] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 894a046fb6404a1f9f0e6a0fe991fb84 in term 0.
I20260630 12:38:30.126837 12267 raft_consensus.cc:2804] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:30.127159 12247 raft_consensus.cc:2804] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:30.127243 12267 raft_consensus.cc:493] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:30.127630 12247 raft_consensus.cc:493] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:30.127800 12267 raft_consensus.cc:3060] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.128041 12247 raft_consensus.cc:3060] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.133826 12267 raft_consensus.cc:515] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.133826 12247 raft_consensus.cc:515] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.135797 12267 leader_election.cc:290] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 election: Requested vote from peers db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:30.136636 12247 leader_election.cc:290] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 election: Requested vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907)
I20260630 12:38:30.136834 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2df83ccef10478a922955e746e17182" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84"
I20260630 12:38:30.137225 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "253088ec21ba412295c7f8eaac2fb665" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6"
I20260630 12:38:30.137370 12124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2df83ccef10478a922955e746e17182" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6"
I20260630 12:38:30.137563 12198 raft_consensus.cc:3060] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.137830 12123 raft_consensus.cc:3060] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.136884 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "253088ec21ba412295c7f8eaac2fb665" candidate_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1"
I20260630 12:38:30.138088 12124 raft_consensus.cc:3060] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.138780 12049 raft_consensus.cc:3060] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.145221 12123 raft_consensus.cc:2468] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 894a046fb6404a1f9f0e6a0fe991fb84 in term 1.
I20260630 12:38:30.145221 12198 raft_consensus.cc:2468] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd8608e51a1f42e484f038d5047767e1 in term 1.
I20260630 12:38:30.145761 12124 raft_consensus.cc:2468] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd8608e51a1f42e484f038d5047767e1 in term 1.
I20260630 12:38:30.145761 12049 raft_consensus.cc:2468] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 894a046fb6404a1f9f0e6a0fe991fb84 in term 1.
I20260630 12:38:30.146981 12015 leader_election.cc:304] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 894a046fb6404a1f9f0e6a0fe991fb84, cd8608e51a1f42e484f038d5047767e1; no voters: 
I20260630 12:38:30.147095 12161 leader_election.cc:304] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 894a046fb6404a1f9f0e6a0fe991fb84, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:30.147846 12267 raft_consensus.cc:2804] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:30.147934 12247 raft_consensus.cc:2804] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:30.148396 12267 raft_consensus.cc:697] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 1 LEADER]: Becoming Leader. State: Replica: cd8608e51a1f42e484f038d5047767e1, State: Running, Role: LEADER
I20260630 12:38:30.149012 12247 raft_consensus.cc:697] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 LEADER]: Becoming Leader. State: Replica: 894a046fb6404a1f9f0e6a0fe991fb84, State: Running, Role: LEADER
I20260630 12:38:30.149288 12267 consensus_queue.cc:237] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.149832 12247 consensus_queue.cc:237] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.158818 11945 catalog_manager.cc:5697] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 reported cstate change: term changed from 0 to 1, leader changed from <none> to cd8608e51a1f42e484f038d5047767e1 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "cd8608e51a1f42e484f038d5047767e1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:30.158691 11944 catalog_manager.cc:5697] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 reported cstate change: term changed from 0 to 1, leader changed from <none> to 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:30.208104 12267 raft_consensus.cc:493] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:30.208724 12267 raft_consensus.cc:515] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.211035 12267 leader_election.cc:290] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:30.211982 12123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cd6e83e55274fa2a2a85b2d1083ddaa" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db588c19d46046d9a23463ba99fc38a6" is_pre_election: true
I20260630 12:38:30.212047 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cd6e83e55274fa2a2a85b2d1083ddaa" candidate_uuid: "cd8608e51a1f42e484f038d5047767e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" is_pre_election: true
I20260630 12:38:30.212750 12123 raft_consensus.cc:2393] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate cd8608e51a1f42e484f038d5047767e1 in current term 1: Already voted for candidate 894a046fb6404a1f9f0e6a0fe991fb84 in this term.
I20260630 12:38:30.213716 12012 leader_election.cc:304] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [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: cd8608e51a1f42e484f038d5047767e1; no voters: 894a046fb6404a1f9f0e6a0fe991fb84, db588c19d46046d9a23463ba99fc38a6
I20260630 12:38:30.214416 12267 raft_consensus.cc:3060] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.219650 12267 raft_consensus.cc:2749] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:30.336683 12247 consensus_queue.cc:1048] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:30.349421 12256 consensus_queue.cc:1048] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:30.373739 12250 raft_consensus.cc:493] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:30.374228 12250 raft_consensus.cc:515] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } }
I20260630 12:38:30.376128 12250 leader_election.cc:290] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:30.376834 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a967a5083165496f82746d714cb166ba" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1" is_pre_election: true
I20260630 12:38:30.377177 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a967a5083165496f82746d714cb166ba" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" is_pre_election: true
I20260630 12:38:30.378019 12198 raft_consensus.cc:2393] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate db588c19d46046d9a23463ba99fc38a6 in current term 1: Already voted for candidate cd8608e51a1f42e484f038d5047767e1 in this term.
I20260630 12:38:30.378942 12090 leader_election.cc:304] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [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: db588c19d46046d9a23463ba99fc38a6; no voters: 894a046fb6404a1f9f0e6a0fe991fb84, cd8608e51a1f42e484f038d5047767e1
I20260630 12:38:30.379696 12250 raft_consensus.cc:3060] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.384981 12250 raft_consensus.cc:2749] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:30.398099 12267 consensus_queue.cc:1048] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:30.409360 12267 consensus_queue.cc:1048] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:30.422984 12250 raft_consensus.cc:493] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:30.423460 12250 raft_consensus.cc:515] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.425328 12250 leader_election.cc:290] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:30.426155 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874d3c12f0f649de9f68f726734d6db6" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1" is_pre_election: true
I20260630 12:38:30.426496 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874d3c12f0f649de9f68f726734d6db6" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" is_pre_election: true
I20260630 12:38:30.426929 12049 raft_consensus.cc:2468] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 0.
I20260630 12:38:30.427121 12198 raft_consensus.cc:2468] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 0.
I20260630 12:38:30.428087 12089 leader_election.cc:304] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cd8608e51a1f42e484f038d5047767e1, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:30.428848 12250 raft_consensus.cc:2804] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:30.429258 12250 raft_consensus.cc:493] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:30.429549 12250 raft_consensus.cc:3060] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.435180 12250 raft_consensus.cc:515] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.436970 12250 leader_election.cc:290] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 election: Requested vote from peers cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201), 894a046fb6404a1f9f0e6a0fe991fb84 (127.0.160.131:39087)
I20260630 12:38:30.438033 12198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874d3c12f0f649de9f68f726734d6db6" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "894a046fb6404a1f9f0e6a0fe991fb84"
I20260630 12:38:30.438033 12049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874d3c12f0f649de9f68f726734d6db6" candidate_uuid: "db588c19d46046d9a23463ba99fc38a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd8608e51a1f42e484f038d5047767e1"
I20260630 12:38:30.438988 12198 raft_consensus.cc:3060] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.439035 12049 raft_consensus.cc:3060] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:30.446489 12049 raft_consensus.cc:2468] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 1.
I20260630 12:38:30.446489 12198 raft_consensus.cc:2468] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db588c19d46046d9a23463ba99fc38a6 in term 1.
I20260630 12:38:30.448051 12089 leader_election.cc:304] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 894a046fb6404a1f9f0e6a0fe991fb84, cd8608e51a1f42e484f038d5047767e1, db588c19d46046d9a23463ba99fc38a6; no voters: 
I20260630 12:38:30.448832 12250 raft_consensus.cc:2804] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:30.449337 12250 raft_consensus.cc:697] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 1 LEADER]: Becoming Leader. State: Replica: db588c19d46046d9a23463ba99fc38a6, State: Running, Role: LEADER
I20260630 12:38:30.450142 12250 consensus_queue.cc:237] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } }
I20260630 12:38:30.457079 11947 catalog_manager.cc:5697] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to db588c19d46046d9a23463ba99fc38a6 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "db588c19d46046d9a23463ba99fc38a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:30.491930 12250 consensus_queue.cc:1048] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:30.503718 12280 consensus_queue.cc:1048] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:30.568607 12292 consensus_queue.cc:1048] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:30.580204 12267 consensus_queue.cc:1048] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:30.585610 12247 consensus_queue.cc:1048] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:30.599289 12287 consensus_queue.cc:1048] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db588c19d46046d9a23463ba99fc38a6" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 35907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:31.035797 12280 consensus_queue.cc:1048] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "894a046fb6404a1f9f0e6a0fe991fb84" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 39087 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:31.047144 12250 consensus_queue.cc:1048] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd8608e51a1f42e484f038d5047767e1" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 43201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:40.631227   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:40.666241   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:40.667181   642 tablet_replica.cc:333] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1: stopping tablet replica
I20260630 12:38:40.668088   642 raft_consensus.cc:2243] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.668733   642 raft_consensus.cc:2272] T 4cd6e83e55274fa2a2a85b2d1083ddaa P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.671630   642 tablet_replica.cc:333] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1: stopping tablet replica
I20260630 12:38:40.672350   642 raft_consensus.cc:2243] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.672890   642 raft_consensus.cc:2272] T 874d3c12f0f649de9f68f726734d6db6 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.675670   642 tablet_replica.cc:333] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1: stopping tablet replica
I20260630 12:38:40.676275   642 raft_consensus.cc:2243] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.676786   642 raft_consensus.cc:2272] T 6c1e530ce58e4b2e9cbb60d73ca125fc P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.679572   642 tablet_replica.cc:333] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1: stopping tablet replica
I20260630 12:38:40.680172   642 raft_consensus.cc:2243] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.680667   642 raft_consensus.cc:2272] T 253088ec21ba412295c7f8eaac2fb665 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.683368   642 tablet_replica.cc:333] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1: stopping tablet replica
I20260630 12:38:40.683967   642 raft_consensus.cc:2243] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.684901   642 raft_consensus.cc:2272] T a2df83ccef10478a922955e746e17182 P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.687570   642 tablet_replica.cc:333] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1: stopping tablet replica
I20260630 12:38:40.688117   642 raft_consensus.cc:2243] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.689155   642 raft_consensus.cc:2272] T a967a5083165496f82746d714cb166ba P cd8608e51a1f42e484f038d5047767e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.720809   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
W20260630 12:38:40.733150 12089 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.129:43201: connect: Connection refused (error 111)
W20260630 12:38:40.738165 12089 consensus_peers.cc:597] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 -> Peer cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201): Couldn't send request to peer cd8608e51a1f42e484f038d5047767e1. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:43201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.751324   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
W20260630 12:38:40.767843 12161 consensus_peers.cc:597] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 -> Peer db588c19d46046d9a23463ba99fc38a6 (127.0.160.130:35907): Couldn't send request to peer db588c19d46046d9a23463ba99fc38a6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.785010   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:40.786091   642 tablet_replica.cc:333] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6: stopping tablet replica
I20260630 12:38:40.787225   642 raft_consensus.cc:2243] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.787958   642 raft_consensus.cc:2272] T a967a5083165496f82746d714cb166ba P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:40.790591 12089 consensus_peers.cc:597] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 -> Peer cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201): Couldn't send request to peer cd8608e51a1f42e484f038d5047767e1. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:43201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.791759   642 tablet_replica.cc:333] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6: stopping tablet replica
I20260630 12:38:40.792443   642 raft_consensus.cc:2243] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.793464   642 raft_consensus.cc:2272] T 874d3c12f0f649de9f68f726734d6db6 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.796041   642 tablet_replica.cc:333] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6: stopping tablet replica
I20260630 12:38:40.796612   642 raft_consensus.cc:2243] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.797113   642 raft_consensus.cc:2272] T a2df83ccef10478a922955e746e17182 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.799803   642 tablet_replica.cc:333] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6: stopping tablet replica
I20260630 12:38:40.800352   642 raft_consensus.cc:2243] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.800808   642 raft_consensus.cc:2272] T 253088ec21ba412295c7f8eaac2fb665 P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.803295   642 tablet_replica.cc:333] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6: stopping tablet replica
I20260630 12:38:40.803858   642 raft_consensus.cc:2243] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.804316   642 raft_consensus.cc:2272] T 4cd6e83e55274fa2a2a85b2d1083ddaa P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.806984   642 tablet_replica.cc:333] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6: stopping tablet replica
I20260630 12:38:40.807499   642 raft_consensus.cc:2243] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.808372   642 raft_consensus.cc:2272] T 6c1e530ce58e4b2e9cbb60d73ca125fc P db588c19d46046d9a23463ba99fc38a6 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:40.829087 12163 consensus_peers.cc:597] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 -> Peer cd8608e51a1f42e484f038d5047767e1 (127.0.160.129:43201): Couldn't send request to peer cd8608e51a1f42e484f038d5047767e1. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:43201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.837606   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:40.860359   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:40.888154   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:40.888981   642 tablet_replica.cc:333] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84: stopping tablet replica
I20260630 12:38:40.889691   642 raft_consensus.cc:2243] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.890623   642 raft_consensus.cc:2272] T 253088ec21ba412295c7f8eaac2fb665 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.893229   642 tablet_replica.cc:333] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84: stopping tablet replica
I20260630 12:38:40.893810   642 raft_consensus.cc:2243] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.894287   642 raft_consensus.cc:2272] T 6c1e530ce58e4b2e9cbb60d73ca125fc P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.896719   642 tablet_replica.cc:333] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84: stopping tablet replica
I20260630 12:38:40.897291   642 raft_consensus.cc:2243] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.897778   642 raft_consensus.cc:2272] T a967a5083165496f82746d714cb166ba P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.900096   642 tablet_replica.cc:333] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84: stopping tablet replica
I20260630 12:38:40.900610   642 raft_consensus.cc:2243] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.901172   642 raft_consensus.cc:2272] T a2df83ccef10478a922955e746e17182 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.903445   642 tablet_replica.cc:333] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84: stopping tablet replica
I20260630 12:38:40.903970   642 raft_consensus.cc:2243] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.904472   642 raft_consensus.cc:2272] T 874d3c12f0f649de9f68f726734d6db6 P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.906963   642 tablet_replica.cc:333] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84: stopping tablet replica
I20260630 12:38:40.907473   642 raft_consensus.cc:2243] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.908409   642 raft_consensus.cc:2272] T 4cd6e83e55274fa2a2a85b2d1083ddaa P 894a046fb6404a1f9f0e6a0fe991fb84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.936473   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:40.960168   642 master.cc:562] Master@127.0.160.190:39019 shutting down...
I20260630 12:38:40.982681   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.983407   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.983805   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 061e33b3fe844a1f9731bacb8a89f293: stopping tablet replica
I20260630 12:38:41.003837   642 master.cc:584] Master@127.0.160.190:39019 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (13256 ms)
[----------] 24 tests from AutoRebalancerTest (259829 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:38:41.051180   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:43757
I20260630 12:38:41.052415   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.058167 12318 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:41.060086 12321 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:41.060810 12319 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:41.062716   642 server_base.cc:1061] running on GCE node
I20260630 12:38:41.063683   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:41.063910   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:41.064023   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823121064012 us; error 0 us; skew 500 ppm
I20260630 12:38:41.064483   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.066851   642 webserver.cc:533] Webserver started at http://127.0.160.190:33205/ using document root <none> and password file <none>
I20260630 12:38:41.067322   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.067483   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.067710   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.068856   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "173464c320fe430793468f461e6f2048"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.073467   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:41.076804 12326 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.077600   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:41.077850   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "173464c320fe430793468f461e6f2048"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.078095   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:41.089849   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.091012   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.130435   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:43757
I20260630 12:38:41.130542 12377 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:43757 every 8 connection(s)
I20260630 12:38:41.134672 12378 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:41.147471 12378 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048: Bootstrap starting.
I20260630 12:38:41.152619 12378 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:41.157195 12378 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048: No bootstrap required, opened a new log
I20260630 12:38:41.159581 12378 raft_consensus.cc:359] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "173464c320fe430793468f461e6f2048" member_type: VOTER }
I20260630 12:38:41.160039 12378 raft_consensus.cc:385] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:41.160319 12378 raft_consensus.cc:740] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 173464c320fe430793468f461e6f2048, State: Initialized, Role: FOLLOWER
I20260630 12:38:41.161043 12378 consensus_queue.cc:260] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "173464c320fe430793468f461e6f2048" member_type: VOTER }
I20260630 12:38:41.161561 12378 raft_consensus.cc:399] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:41.161806 12378 raft_consensus.cc:493] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:41.162098 12378 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:41.167263 12378 raft_consensus.cc:515] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "173464c320fe430793468f461e6f2048" member_type: VOTER }
I20260630 12:38:41.167869 12378 leader_election.cc:304] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [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: 173464c320fe430793468f461e6f2048; no voters: 
I20260630 12:38:41.169170 12378 leader_election.cc:290] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:41.169557 12381 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:41.170951 12381 raft_consensus.cc:697] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 1 LEADER]: Becoming Leader. State: Replica: 173464c320fe430793468f461e6f2048, State: Running, Role: LEADER
I20260630 12:38:41.171723 12381 consensus_queue.cc:237] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [LEADER]: Queue going to LEADER mode. State: All 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: "173464c320fe430793468f461e6f2048" member_type: VOTER }
I20260630 12:38:41.172428 12378 sys_catalog.cc:565] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:41.174916 12383 sys_catalog.cc:455] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 173464c320fe430793468f461e6f2048. Latest consensus state: current_term: 1 leader_uuid: "173464c320fe430793468f461e6f2048" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "173464c320fe430793468f461e6f2048" member_type: VOTER } }
I20260630 12:38:41.174881 12382 sys_catalog.cc:455] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "173464c320fe430793468f461e6f2048" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "173464c320fe430793468f461e6f2048" member_type: VOTER } }
I20260630 12:38:41.175768 12383 sys_catalog.cc:458] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:41.175901 12382 sys_catalog.cc:458] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:41.184645 12386 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:41.192996 12386 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:41.194068   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:41.203253 12386 catalog_manager.cc:1383] Generated new cluster ID: 8cfca9c3b61b4cb7a6559da5ca3a9058
I20260630 12:38:41.203634 12386 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:41.232350 12386 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:41.233783 12386 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:41.250054 12386 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048: Generated new TSK 0
I20260630 12:38:41.250674 12386 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:41.260737   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.266886 12399 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:41.267962 12400 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:41.269491 12402 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:41.270323   642 server_base.cc:1061] running on GCE node
I20260630 12:38:41.271219   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:41.271488   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:41.271661   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823121271644 us; error 0 us; skew 500 ppm
I20260630 12:38:41.272181   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.274868   642 webserver.cc:533] Webserver started at http://127.0.160.129:39283/ using document root <none> and password file <none>
I20260630 12:38:41.275377   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.275604   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.275878   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.277150   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.282073   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:38:41.285653 12407 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.286597   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:38:41.286866   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.287118   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:41.324361   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.325681   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.327164   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:41.329715   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:41.329929   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.330251   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:41.330432   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.371706   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:45085
I20260630 12:38:41.371814 12469 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:45085 every 8 connection(s)
I20260630 12:38:41.377313   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.385671 12474 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:41.386322 12475 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:41.392463 12478 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:41.393999 12470 heartbeater.cc:344] Connected to a master server at 127.0.160.190:43757
I20260630 12:38:41.394519   642 server_base.cc:1061] running on GCE node
I20260630 12:38:41.394573 12470 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:41.395895 12470 heartbeater.cc:507] Master 127.0.160.190:43757 requested a full tablet report, sending...
I20260630 12:38:41.396183   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:41.396473   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:41.396687   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823121396668 us; error 0 us; skew 500 ppm
I20260630 12:38:41.397536   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.398402 12343 ts_manager.cc:194] Registered new tserver with Master: 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129:45085)
I20260630 12:38:41.400334 12343 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47802
I20260630 12:38:41.400583   642 webserver.cc:533] Webserver started at http://127.0.160.130:38775/ using document root <none> and password file <none>
I20260630 12:38:41.401314   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.401590   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.401899   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.403640   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "f81cb2ef920149b285fca063f85a97aa"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.408597   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:38:41.412189 12482 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.413153   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:41.413487   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "f81cb2ef920149b285fca063f85a97aa"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.413806   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:41.437860   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.439144   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.440655   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:41.443117   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:41.443372   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.443645   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:41.443827   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.485562   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:46305
I20260630 12:38:41.485646 12544 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:46305 every 8 connection(s)
I20260630 12:38:41.490406   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.497993 12548 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:41.498971 12549 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:41.502056   642 server_base.cc:1061] running on GCE node
W20260630 12:38:41.502080 12551 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:41.503648   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:41.503899   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:41.503937 12545 heartbeater.cc:344] Connected to a master server at 127.0.160.190:43757
I20260630 12:38:41.504117   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823121504093 us; error 0 us; skew 500 ppm
I20260630 12:38:41.504499 12545 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:41.504887   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.505482 12545 heartbeater.cc:507] Master 127.0.160.190:43757 requested a full tablet report, sending...
I20260630 12:38:41.507954   642 webserver.cc:533] Webserver started at http://127.0.160.131:44211/ using document root <none> and password file <none>
I20260630 12:38:41.508000 12343 ts_manager.cc:194] Registered new tserver with Master: f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305)
I20260630 12:38:41.508813   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.509140   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.509419   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.510008 12343 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47804
I20260630 12:38:41.510957   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "9b392a9cb0c3435a97e3036f6a59e919"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.515962   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:41.519685 12556 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.520623   642 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:38:41.521052   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "9b392a9cb0c3435a97e3036f6a59e919"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-n1kv"
I20260630 12:38:41.521377   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:41.553244   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.554438   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.555861   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:41.558168   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:41.558393   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.558630   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:41.558800   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.601922   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:36065
I20260630 12:38:41.602033 12618 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:36065 every 8 connection(s)
I20260630 12:38:41.617067 12619 heartbeater.cc:344] Connected to a master server at 127.0.160.190:43757
I20260630 12:38:41.617515 12619 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:41.618330 12619 heartbeater.cc:507] Master 127.0.160.190:43757 requested a full tablet report, sending...
I20260630 12:38:41.620434 12343 ts_manager.cc:194] Registered new tserver with Master: 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:41.621443   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016063026s
I20260630 12:38:41.622017 12343 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47814
I20260630 12:38:42.404027 12470 heartbeater.cc:499] Master 127.0.160.190:43757 was elected leader, sending a full tablet report...
I20260630 12:38:42.512830 12545 heartbeater.cc:499] Master 127.0.160.190:43757 was elected leader, sending a full tablet report...
I20260630 12:38:42.625571 12619 heartbeater.cc:499] Master 127.0.160.190:43757 was elected leader, sending a full tablet report...
I20260630 12:38:42.683943 12343 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47816:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:38:42.687011 12343 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:38:42.763952 12510 tablet_service.cc:1511] Processing CreateTablet for tablet 9225d38a7de545eca761728f090b7615 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:42.764213 12435 tablet_service.cc:1511] Processing CreateTablet for tablet 9225d38a7de545eca761728f090b7615 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:42.766139 12510 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9225d38a7de545eca761728f090b7615. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.766366 12509 tablet_service.cc:1511] Processing CreateTablet for tablet 71ce0d0324a04be3b7fff60e709620fb (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:42.768003 12509 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ce0d0324a04be3b7fff60e709620fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.770448 12508 tablet_service.cc:1511] Processing CreateTablet for tablet c7a06663d9c346e98b66b49cab5dd146 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:42.770635 12432 tablet_service.cc:1511] Processing CreateTablet for tablet 5e13ea7d946c4ebbb81cd62dce2844cf (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:42.772181 12508 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7a06663d9c346e98b66b49cab5dd146. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.772403 12584 tablet_service.cc:1511] Processing CreateTablet for tablet 9225d38a7de545eca761728f090b7615 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:42.774117 12584 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9225d38a7de545eca761728f090b7615. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.778805 12580 tablet_service.cc:1511] Processing CreateTablet for tablet 86430cec68b044c78bc900864289959d (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:42.774969 12581 tablet_service.cc:1511] Processing CreateTablet for tablet 5e13ea7d946c4ebbb81cd62dce2844cf (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:42.781164 12506 tablet_service.cc:1511] Processing CreateTablet for tablet 86430cec68b044c78bc900864289959d (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:42.775727 12583 tablet_service.cc:1511] Processing CreateTablet for tablet 71ce0d0324a04be3b7fff60e709620fb (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:42.782750 12506 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 86430cec68b044c78bc900864289959d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.766147 12435 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9225d38a7de545eca761728f090b7615. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.784636 12432 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e13ea7d946c4ebbb81cd62dce2844cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.777047 12507 tablet_service.cc:1511] Processing CreateTablet for tablet 5e13ea7d946c4ebbb81cd62dce2844cf (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:42.777897 12582 tablet_service.cc:1511] Processing CreateTablet for tablet c7a06663d9c346e98b66b49cab5dd146 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:42.779064 12431 tablet_service.cc:1511] Processing CreateTablet for tablet 86430cec68b044c78bc900864289959d (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:42.785930 12507 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e13ea7d946c4ebbb81cd62dce2844cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.768033 12434 tablet_service.cc:1511] Processing CreateTablet for tablet 71ce0d0324a04be3b7fff60e709620fb (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:42.788035 12430 tablet_service.cc:1511] Processing CreateTablet for tablet 1afc93eab95246f18f98d5cd674f2086 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:42.764727 12433 tablet_service.cc:1511] Processing CreateTablet for tablet c7a06663d9c346e98b66b49cab5dd146 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:42.791910 12579 tablet_service.cc:1511] Processing CreateTablet for tablet 1afc93eab95246f18f98d5cd674f2086 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:42.792552 12505 tablet_service.cc:1511] Processing CreateTablet for tablet 1afc93eab95246f18f98d5cd674f2086 (DEFAULT_TABLE table=test-workload [id=c5228a4de6954fc68533257a4305f689]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:42.780867 12580 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 86430cec68b044c78bc900864289959d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.794056 12505 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1afc93eab95246f18f98d5cd674f2086. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.798501 12430 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1afc93eab95246f18f98d5cd674f2086. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.800835 12433 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7a06663d9c346e98b66b49cab5dd146. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.803716 12431 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 86430cec68b044c78bc900864289959d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.794059 12582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7a06663d9c346e98b66b49cab5dd146. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.809288 12581 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e13ea7d946c4ebbb81cd62dce2844cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.817351 12583 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ce0d0324a04be3b7fff60e709620fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.818154 12579 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1afc93eab95246f18f98d5cd674f2086. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.809407 12434 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ce0d0324a04be3b7fff60e709620fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.874354 12641 tablet_bootstrap.cc:492] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919: Bootstrap starting.
I20260630 12:38:42.879395 12642 tablet_bootstrap.cc:492] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Bootstrap starting.
I20260630 12:38:42.881366 12640 tablet_bootstrap.cc:492] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa: Bootstrap starting.
I20260630 12:38:42.888648 12641 tablet_bootstrap.cc:654] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.907953 12640 tablet_bootstrap.cc:654] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.915201 12642 tablet_bootstrap.cc:654] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.919899 12641 tablet_bootstrap.cc:492] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919: No bootstrap required, opened a new log
I20260630 12:38:42.920531 12641 ts_tablet_manager.cc:1403] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919: Time spent bootstrapping tablet: real 0.048s	user 0.013s	sys 0.018s
I20260630 12:38:42.921185 12640 tablet_bootstrap.cc:492] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa: No bootstrap required, opened a new log
I20260630 12:38:42.921815 12640 ts_tablet_manager.cc:1403] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa: Time spent bootstrapping tablet: real 0.041s	user 0.008s	sys 0.005s
I20260630 12:38:42.922840 12642 tablet_bootstrap.cc:492] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0: No bootstrap required, opened a new log
I20260630 12:38:42.923417 12642 ts_tablet_manager.cc:1403] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent bootstrapping tablet: real 0.050s	user 0.006s	sys 0.007s
I20260630 12:38:42.923702 12641 raft_consensus.cc:359] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.924582 12641 raft_consensus.cc:385] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.924854 12641 raft_consensus.cc:740] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b392a9cb0c3435a97e3036f6a59e919, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.925269 12640 raft_consensus.cc:359] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.925722 12641 consensus_queue.cc:260] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.926138 12640 raft_consensus.cc:385] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.926597 12640 raft_consensus.cc:740] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f81cb2ef920149b285fca063f85a97aa, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.926553 12642 raft_consensus.cc:359] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.927531 12642 raft_consensus.cc:385] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.928066 12642 raft_consensus.cc:740] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.927659 12640 consensus_queue.cc:260] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.929317 12641 ts_tablet_manager.cc:1434] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919: Time spent starting tablet: real 0.008s	user 0.010s	sys 0.000s
I20260630 12:38:42.929121 12642 consensus_queue.cc:260] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.930418 12641 tablet_bootstrap.cc:492] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919: Bootstrap starting.
I20260630 12:38:42.938377 12641 tablet_bootstrap.cc:654] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.944387 12642 ts_tablet_manager.cc:1434] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent starting tablet: real 0.021s	user 0.013s	sys 0.008s
I20260630 12:38:42.954989 12640 ts_tablet_manager.cc:1434] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa: Time spent starting tablet: real 0.033s	user 0.019s	sys 0.009s
I20260630 12:38:42.956252 12640 tablet_bootstrap.cc:492] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa: Bootstrap starting.
I20260630 12:38:42.958232 12641 tablet_bootstrap.cc:492] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919: No bootstrap required, opened a new log
I20260630 12:38:42.958913 12641 ts_tablet_manager.cc:1403] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919: Time spent bootstrapping tablet: real 0.029s	user 0.012s	sys 0.013s
I20260630 12:38:42.963518 12640 tablet_bootstrap.cc:654] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.963703 12641 raft_consensus.cc:359] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.964584 12641 raft_consensus.cc:385] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.964941 12641 raft_consensus.cc:740] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b392a9cb0c3435a97e3036f6a59e919, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.965917 12642 tablet_bootstrap.cc:492] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0: Bootstrap starting.
I20260630 12:38:42.965878 12641 consensus_queue.cc:260] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.968411 12641 ts_tablet_manager.cc:1434] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.003s
I20260630 12:38:42.973210 12641 tablet_bootstrap.cc:492] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919: Bootstrap starting.
I20260630 12:38:42.977365 12642 tablet_bootstrap.cc:654] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.979919 12641 tablet_bootstrap.cc:654] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.984030 12640 tablet_bootstrap.cc:492] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa: No bootstrap required, opened a new log
I20260630 12:38:42.984256 12648 raft_consensus.cc:493] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:42.984781 12640 ts_tablet_manager.cc:1403] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa: Time spent bootstrapping tablet: real 0.029s	user 0.006s	sys 0.019s
I20260630 12:38:42.984987 12648 raft_consensus.cc:515] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.986828 12641 tablet_bootstrap.cc:492] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919: No bootstrap required, opened a new log
I20260630 12:38:42.987427 12641 ts_tablet_manager.cc:1403] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260630 12:38:42.988955 12640 raft_consensus.cc:359] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.989794 12640 raft_consensus.cc:385] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.990121 12640 raft_consensus.cc:740] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f81cb2ef920149b285fca063f85a97aa, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.990797 12641 raft_consensus.cc:359] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.990914 12640 consensus_queue.cc:260] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.991678 12641 raft_consensus.cc:385] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.992166 12641 raft_consensus.cc:740] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b392a9cb0c3435a97e3036f6a59e919, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.992594 12642 tablet_bootstrap.cc:492] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0: No bootstrap required, opened a new log
I20260630 12:38:42.993165 12642 ts_tablet_manager.cc:1403] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.007s
I20260630 12:38:42.993335 12641 consensus_queue.cc:260] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.996290 12642 raft_consensus.cc:359] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.997087 12642 raft_consensus.cc:385] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.997386 12642 raft_consensus.cc:740] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.998648 12641 ts_tablet_manager.cc:1434] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260630 12:38:42.998512 12642 consensus_queue.cc:260] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:42.999913 12641 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919: Bootstrap starting.
I20260630 12:38:43.004737 12640 ts_tablet_manager.cc:1434] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.001s
I20260630 12:38:43.006970 12648 leader_election.cc:290] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.008066 12641 tablet_bootstrap.cc:654] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.008289 12642 ts_tablet_manager.cc:1434] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent starting tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:38:43.011422 12642 tablet_bootstrap.cc:492] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Bootstrap starting.
I20260630 12:38:43.015769 12640 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa: Bootstrap starting.
I20260630 12:38:43.018110 12642 tablet_bootstrap.cc:654] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.023525 12640 tablet_bootstrap.cc:654] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.024386 12641 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919: No bootstrap required, opened a new log
I20260630 12:38:43.025022 12641 ts_tablet_manager.cc:1403] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.014s
I20260630 12:38:43.028661 12641 raft_consensus.cc:359] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.033854 12641 raft_consensus.cc:385] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.034265 12641 raft_consensus.cc:740] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b392a9cb0c3435a97e3036f6a59e919, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.035279 12641 consensus_queue.cc:260] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.038380 12641 ts_tablet_manager.cc:1434] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:38:43.039599 12641 tablet_bootstrap.cc:492] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919: Bootstrap starting.
I20260630 12:38:43.045008 12641 tablet_bootstrap.cc:654] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.047176 12642 tablet_bootstrap.cc:492] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0: No bootstrap required, opened a new log
I20260630 12:38:43.047809 12642 ts_tablet_manager.cc:1403] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent bootstrapping tablet: real 0.037s	user 0.013s	sys 0.000s
I20260630 12:38:43.051795 12642 raft_consensus.cc:359] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.052851 12642 raft_consensus.cc:385] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.053330 12642 raft_consensus.cc:740] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.053635 12640 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa: No bootstrap required, opened a new log
I20260630 12:38:43.054387 12640 ts_tablet_manager.cc:1403] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa: Time spent bootstrapping tablet: real 0.039s	user 0.014s	sys 0.011s
I20260630 12:38:43.054422 12642 consensus_queue.cc:260] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.055536 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9225d38a7de545eca761728f090b7615" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa" is_pre_election: true
I20260630 12:38:43.056423 12520 raft_consensus.cc:2468] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.057345 12642 ts_tablet_manager.cc:1434] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent starting tablet: real 0.009s	user 0.011s	sys 0.000s
I20260630 12:38:43.058398 12640 raft_consensus.cc:359] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.059309 12640 raft_consensus.cc:385] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.059666 12640 raft_consensus.cc:740] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f81cb2ef920149b285fca063f85a97aa, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.060537 12640 consensus_queue.cc:260] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.062986 12640 ts_tablet_manager.cc:1434] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:38:43.065100 12642 tablet_bootstrap.cc:492] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Bootstrap starting.
I20260630 12:38:43.065325 12640 tablet_bootstrap.cc:492] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa: Bootstrap starting.
I20260630 12:38:43.066656 12641 tablet_bootstrap.cc:492] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919: No bootstrap required, opened a new log
I20260630 12:38:43.067242 12641 ts_tablet_manager.cc:1403] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.008s
I20260630 12:38:43.070546 12641 raft_consensus.cc:359] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.071318 12641 raft_consensus.cc:385] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.071408 12410 leader_election.cc:304] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.071699 12641 raft_consensus.cc:740] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b392a9cb0c3435a97e3036f6a59e919, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.072548 12655 raft_consensus.cc:2804] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.072968 12655 raft_consensus.cc:493] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.073294 12640 tablet_bootstrap.cc:654] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.073318 12655 raft_consensus.cc:3060] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.075456 12642 tablet_bootstrap.cc:654] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.078831 12640 tablet_bootstrap.cc:492] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa: No bootstrap required, opened a new log
I20260630 12:38:43.079423 12640 ts_tablet_manager.cc:1403] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.006s
I20260630 12:38:43.082429 12640 raft_consensus.cc:359] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.083213 12640 raft_consensus.cc:385] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.083534 12640 raft_consensus.cc:740] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f81cb2ef920149b285fca063f85a97aa, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.084656 12594 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9225d38a7de545eca761728f090b7615" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919" is_pre_election: true
I20260630 12:38:43.085391 12594 raft_consensus.cc:2468] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.085350 12640 consensus_queue.cc:260] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.086484 12655 raft_consensus.cc:515] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.087985 12640 ts_tablet_manager.cc:1434] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.002s
I20260630 12:38:43.089181 12640 tablet_bootstrap.cc:492] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa: Bootstrap starting.
I20260630 12:38:43.089803 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9225d38a7de545eca761728f090b7615" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa"
I20260630 12:38:43.090610 12520 raft_consensus.cc:3060] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.095575 12642 tablet_bootstrap.cc:492] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0: No bootstrap required, opened a new log
I20260630 12:38:43.095693 12640 tablet_bootstrap.cc:654] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.096271 12642 ts_tablet_manager.cc:1403] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent bootstrapping tablet: real 0.038s	user 0.013s	sys 0.003s
I20260630 12:38:43.099792 12520 raft_consensus.cc:2468] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.099535 12642 raft_consensus.cc:359] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.100421 12642 raft_consensus.cc:385] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.100731 12642 raft_consensus.cc:740] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.101261 12410 leader_election.cc:304] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.101691 12642 consensus_queue.cc:260] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.103047 12648 raft_consensus.cc:2804] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.105432 12641 consensus_queue.cc:260] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.106640 12648 raft_consensus.cc:697] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Becoming Leader. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Running, Role: LEADER
I20260630 12:38:43.107684 12594 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9225d38a7de545eca761728f090b7615" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919"
I20260630 12:38:43.107966 12641 ts_tablet_manager.cc:1434] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919: Time spent starting tablet: real 0.040s	user 0.006s	sys 0.001s
I20260630 12:38:43.108358 12594 raft_consensus.cc:3060] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.109167 12641 tablet_bootstrap.cc:492] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919: Bootstrap starting.
I20260630 12:38:43.109647 12640 tablet_bootstrap.cc:492] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa: No bootstrap required, opened a new log
I20260630 12:38:43.110225 12640 ts_tablet_manager.cc:1403] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.005s
I20260630 12:38:43.110507 12648 consensus_queue.cc:237] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.118433 12640 raft_consensus.cc:359] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.119374 12640 raft_consensus.cc:385] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.119750 12640 raft_consensus.cc:740] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f81cb2ef920149b285fca063f85a97aa, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.120167 12663 raft_consensus.cc:493] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.120702 12663 raft_consensus.cc:515] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.123121 12642 ts_tablet_manager.cc:1434] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent starting tablet: real 0.026s	user 0.013s	sys 0.000s
I20260630 12:38:43.124557 12642 tablet_bootstrap.cc:492] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0: Bootstrap starting.
I20260630 12:38:43.125324 12663 leader_election.cc:290] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.126833 12593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1afc93eab95246f18f98d5cd674f2086" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919" is_pre_election: true
I20260630 12:38:43.127631 12593 raft_consensus.cc:2468] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.127521 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1afc93eab95246f18f98d5cd674f2086" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa" is_pre_election: true
I20260630 12:38:43.128575 12655 leader_election.cc:290] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Requested vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.120617 12640 consensus_queue.cc:260] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.129521 12520 raft_consensus.cc:2468] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.131664 12640 ts_tablet_manager.cc:1434] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.002s
I20260630 12:38:43.131531 12409 leader_election.cc:304] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, 9b392a9cb0c3435a97e3036f6a59e919; no voters: 
I20260630 12:38:43.132072 12642 tablet_bootstrap.cc:654] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.132934 12640 tablet_bootstrap.cc:492] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa: Bootstrap starting.
I20260630 12:38:43.134796 12641 tablet_bootstrap.cc:654] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.138594 12655 raft_consensus.cc:2804] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.140064 12655 raft_consensus.cc:493] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.140408 12655 raft_consensus.cc:3060] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.141822 12594 raft_consensus.cc:2468] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.149811 12342 catalog_manager.cc:5697] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.157734 12655 raft_consensus.cc:515] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.158931 12642 tablet_bootstrap.cc:492] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0: No bootstrap required, opened a new log
I20260630 12:38:43.159727 12642 ts_tablet_manager.cc:1403] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent bootstrapping tablet: real 0.035s	user 0.013s	sys 0.017s
I20260630 12:38:43.164647 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1afc93eab95246f18f98d5cd674f2086" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa"
I20260630 12:38:43.165401 12520 raft_consensus.cc:3060] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.166890 12640 tablet_bootstrap.cc:654] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.167173 12642 raft_consensus.cc:359] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.167986 12642 raft_consensus.cc:385] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.168303 12642 raft_consensus.cc:740] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.172063 12594 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1afc93eab95246f18f98d5cd674f2086" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919"
I20260630 12:38:43.172803 12594 raft_consensus.cc:3060] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.169266 12642 consensus_queue.cc:260] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.176790 12520 raft_consensus.cc:2468] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.178668 12410 leader_election.cc:304] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.179663 12648 raft_consensus.cc:2804] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.180167 12648 raft_consensus.cc:697] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Becoming Leader. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Running, Role: LEADER
I20260630 12:38:43.181020 12648 consensus_queue.cc:237] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.182332 12594 raft_consensus.cc:2468] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.185011 12641 tablet_bootstrap.cc:492] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919: No bootstrap required, opened a new log
I20260630 12:38:43.185657 12641 ts_tablet_manager.cc:1403] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919: Time spent bootstrapping tablet: real 0.077s	user 0.016s	sys 0.015s
I20260630 12:38:43.187080 12642 ts_tablet_manager.cc:1434] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent starting tablet: real 0.027s	user 0.006s	sys 0.004s
I20260630 12:38:43.174641 12655 leader_election.cc:290] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Requested vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
W20260630 12:38:43.188169 12391 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:43.189026 12641 raft_consensus.cc:359] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.189870 12642 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0: Bootstrap starting.
I20260630 12:38:43.189868 12641 raft_consensus.cc:385] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.190706 12641 raft_consensus.cc:740] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b392a9cb0c3435a97e3036f6a59e919, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.191926 12641 consensus_queue.cc:260] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.195358 12641 ts_tablet_manager.cc:1434] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260630 12:38:43.197911 12642 tablet_bootstrap.cc:654] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.201963 12640 tablet_bootstrap.cc:492] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa: No bootstrap required, opened a new log
I20260630 12:38:43.202456 12640 ts_tablet_manager.cc:1403] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa: Time spent bootstrapping tablet: real 0.070s	user 0.011s	sys 0.017s
I20260630 12:38:43.205168 12640 raft_consensus.cc:359] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.205883 12640 raft_consensus.cc:385] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.206168 12640 raft_consensus.cc:740] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f81cb2ef920149b285fca063f85a97aa, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.206887 12640 consensus_queue.cc:260] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.209249 12640 ts_tablet_manager.cc:1434] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.002s
I20260630 12:38:43.209308 12343 catalog_manager.cc:5697] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.210429 12648 raft_consensus.cc:493] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.210935 12648 raft_consensus.cc:515] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.213217 12648 leader_election.cc:290] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.215520 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ce0d0324a04be3b7fff60e709620fb" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa" is_pre_election: true
I20260630 12:38:43.216259 12520 raft_consensus.cc:2468] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.217641 12410 leader_election.cc:304] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.218544 12648 raft_consensus.cc:2804] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.219012 12648 raft_consensus.cc:493] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.219345 12648 raft_consensus.cc:3060] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.218372 12594 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ce0d0324a04be3b7fff60e709620fb" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919" is_pre_election: true
I20260630 12:38:43.223275 12594 raft_consensus.cc:2468] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.229013 12648 raft_consensus.cc:515] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.232064 12648 leader_election.cc:290] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Requested vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.232265 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ce0d0324a04be3b7fff60e709620fb" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa"
I20260630 12:38:43.232981 12520 raft_consensus.cc:3060] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.234038 12593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ce0d0324a04be3b7fff60e709620fb" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919"
I20260630 12:38:43.234817 12593 raft_consensus.cc:3060] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.243132 12593 raft_consensus.cc:2468] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.244647 12409 leader_election.cc:304] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, 9b392a9cb0c3435a97e3036f6a59e919; no voters: 
I20260630 12:38:43.245590 12648 raft_consensus.cc:493] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.246089 12648 raft_consensus.cc:515] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.247761 12520 raft_consensus.cc:2468] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.248298 12648 leader_election.cc:290] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.248935 12648 raft_consensus.cc:2804] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.249387 12648 raft_consensus.cc:697] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Becoming Leader. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Running, Role: LEADER
I20260630 12:38:43.250270 12648 consensus_queue.cc:237] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.250881 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7a06663d9c346e98b66b49cab5dd146" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa" is_pre_election: true
I20260630 12:38:43.251740 12520 raft_consensus.cc:2468] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.252118 12642 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0: No bootstrap required, opened a new log
I20260630 12:38:43.252713 12642 ts_tablet_manager.cc:1403] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent bootstrapping tablet: real 0.063s	user 0.018s	sys 0.041s
I20260630 12:38:43.253103 12410 leader_election.cc:304] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.253420 12594 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7a06663d9c346e98b66b49cab5dd146" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919" is_pre_election: true
I20260630 12:38:43.254087 12594 raft_consensus.cc:2468] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 0.
I20260630 12:38:43.254208 12655 raft_consensus.cc:2804] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.254640 12655 raft_consensus.cc:493] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.254972 12655 raft_consensus.cc:3060] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.255087 12646 raft_consensus.cc:493] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.256060 12646 raft_consensus.cc:515] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.256457 12642 raft_consensus.cc:359] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.257818 12642 raft_consensus.cc:385] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.258260 12642 raft_consensus.cc:740] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.259217 12642 consensus_queue.cc:260] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.262075 12646 leader_election.cc:290] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129:45085), f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305)
I20260630 12:38:43.264875 12642 ts_tablet_manager.cc:1434] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.001s
I20260630 12:38:43.268673 12655 raft_consensus.cc:515] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.270012 12647 raft_consensus.cc:493] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.270644 12647 raft_consensus.cc:515] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.273584 12655 leader_election.cc:290] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Requested vote from peers f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.274777 12647 leader_election.cc:290] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129:45085), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.275336 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7a06663d9c346e98b66b49cab5dd146" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa"
I20260630 12:38:43.275786 12593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7a06663d9c346e98b66b49cab5dd146" candidate_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919"
I20260630 12:38:43.276002 12520 raft_consensus.cc:3060] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.276597 12593 raft_consensus.cc:3060] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.285069 12343 catalog_manager.cc:5697] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.293537 12519 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e13ea7d946c4ebbb81cd62dce2844cf" candidate_uuid: "9b392a9cb0c3435a97e3036f6a59e919" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa" is_pre_election: true
I20260630 12:38:43.294353 12519 raft_consensus.cc:2468] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9b392a9cb0c3435a97e3036f6a59e919 in term 0.
I20260630 12:38:43.294571 12520 raft_consensus.cc:2468] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.295923 12559 leader_election.cc:304] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9b392a9cb0c3435a97e3036f6a59e919, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.296936 12646 raft_consensus.cc:2804] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.297339 12646 raft_consensus.cc:493] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.297698 12646 raft_consensus.cc:3060] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.299083 12410 leader_election.cc:304] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.301043 12445 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "86430cec68b044c78bc900864289959d" candidate_uuid: "f81cb2ef920149b285fca063f85a97aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" is_pre_election: true
I20260630 12:38:43.301245 12648 raft_consensus.cc:2804] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.301757 12445 raft_consensus.cc:2468] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f81cb2ef920149b285fca063f85a97aa in term 0.
I20260630 12:38:43.301859 12648 raft_consensus.cc:697] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Becoming Leader. State: Replica: 7cf1853d32394c1fbbb18c52eb0dcdb0, State: Running, Role: LEADER
I20260630 12:38:43.302816 12648 consensus_queue.cc:237] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.303263 12444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e13ea7d946c4ebbb81cd62dce2844cf" candidate_uuid: "9b392a9cb0c3435a97e3036f6a59e919" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" is_pre_election: true
I20260630 12:38:43.304023 12444 raft_consensus.cc:2468] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9b392a9cb0c3435a97e3036f6a59e919 in term 0.
I20260630 12:38:43.306164 12483 leader_election.cc:304] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.307077 12647 raft_consensus.cc:2804] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.307585 12647 raft_consensus.cc:493] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.307497 12646 raft_consensus.cc:515] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.308564 12647 raft_consensus.cc:3060] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.308641 12594 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "86430cec68b044c78bc900864289959d" candidate_uuid: "f81cb2ef920149b285fca063f85a97aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919" is_pre_election: true
I20260630 12:38:43.309459 12594 raft_consensus.cc:2468] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f81cb2ef920149b285fca063f85a97aa in term 0.
I20260630 12:38:43.311194 12444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e13ea7d946c4ebbb81cd62dce2844cf" candidate_uuid: "9b392a9cb0c3435a97e3036f6a59e919" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0"
I20260630 12:38:43.311760 12444 raft_consensus.cc:3060] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.312239 12593 raft_consensus.cc:2468] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf1853d32394c1fbbb18c52eb0dcdb0 in term 1.
I20260630 12:38:43.313596 12646 leader_election.cc:290] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [CANDIDATE]: Term 1 election: Requested vote from peers 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129:45085), f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305)
I20260630 12:38:43.316573 12520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e13ea7d946c4ebbb81cd62dce2844cf" candidate_uuid: "9b392a9cb0c3435a97e3036f6a59e919" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f81cb2ef920149b285fca063f85a97aa"
I20260630 12:38:43.317283 12520 raft_consensus.cc:3060] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.318045 12647 raft_consensus.cc:515] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.321372 12647 leader_election.cc:290] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [CANDIDATE]: Term 1 election: Requested vote from peers 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129:45085), 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:43.321424 12445 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "86430cec68b044c78bc900864289959d" candidate_uuid: "f81cb2ef920149b285fca063f85a97aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0"
I20260630 12:38:43.322083 12444 raft_consensus.cc:2468] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9b392a9cb0c3435a97e3036f6a59e919 in term 1.
I20260630 12:38:43.322230 12445 raft_consensus.cc:3060] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.322363 12593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "86430cec68b044c78bc900864289959d" candidate_uuid: "f81cb2ef920149b285fca063f85a97aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b392a9cb0c3435a97e3036f6a59e919"
I20260630 12:38:43.323094 12593 raft_consensus.cc:3060] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.324016 12557 leader_election.cc:304] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, 9b392a9cb0c3435a97e3036f6a59e919; no voters: 
I20260630 12:38:43.326864 12520 raft_consensus.cc:2468] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9b392a9cb0c3435a97e3036f6a59e919 in term 1.
I20260630 12:38:43.328016 12646 raft_consensus.cc:2804] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.328791 12343 catalog_manager.cc:5697] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.331120 12445 raft_consensus.cc:2468] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f81cb2ef920149b285fca063f85a97aa in term 1.
I20260630 12:38:43.332365 12593 raft_consensus.cc:2468] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f81cb2ef920149b285fca063f85a97aa in term 1.
I20260630 12:38:43.332442 12483 leader_election.cc:304] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf1853d32394c1fbbb18c52eb0dcdb0, f81cb2ef920149b285fca063f85a97aa; no voters: 
I20260630 12:38:43.333750 12647 raft_consensus.cc:2804] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.335397 12646 raft_consensus.cc:697] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 LEADER]: Becoming Leader. State: Replica: 9b392a9cb0c3435a97e3036f6a59e919, State: Running, Role: LEADER
I20260630 12:38:43.336709 12646 consensus_queue.cc:237] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.337088 12647 raft_consensus.cc:697] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 1 LEADER]: Becoming Leader. State: Replica: f81cb2ef920149b285fca063f85a97aa, State: Running, Role: LEADER
I20260630 12:38:43.338079 12647 consensus_queue.cc:237] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } }
I20260630 12:38:43.346817 12343 catalog_manager.cc:5697] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "9b392a9cb0c3435a97e3036f6a59e919" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:43.349627 12342 catalog_manager.cc:5697] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa reported cstate change: term changed from 0 to 1, leader changed from <none> to f81cb2ef920149b285fca063f85a97aa (127.0.160.130). New cstate: current_term: 1 leader_uuid: "f81cb2ef920149b285fca063f85a97aa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.567247 12648 consensus_queue.cc:1048] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.660590 12664 consensus_queue.cc:1048] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.662684 12664 consensus_queue.cc:1048] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.667330 12655 consensus_queue.cc:1048] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.700150 12664 consensus_queue.cc:1048] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.723181 12689 consensus_queue.cc:1048] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.726491 12690 consensus_queue.cc:1048] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.752849 12695 consensus_queue.cc:1048] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.817528 12646 consensus_queue.cc:1048] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.834018 12594 raft_consensus.cc:1275] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Refusing update from remote peer f81cb2ef920149b285fca063f85a97aa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:43.835965 12647 consensus_queue.cc:1048] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.866863 12646 consensus_queue.cc:1048] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.886358 12444 raft_consensus.cc:1275] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Refusing update from remote peer f81cb2ef920149b285fca063f85a97aa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:43.888329 12712 consensus_queue.cc:1048] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:44.008538 12716 log.cc:927] Time spent T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0: Append to log took a long time: real 0.077s	user 0.000s	sys 0.001s
W20260630 12:38:44.260658 12559 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:46305, user_credentials={real_user=slave}} blocked reactor thread for 43678us
W20260630 12:38:44.422696 12410 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:46305, user_credentials={real_user=slave}} blocked reactor thread for 45325.4us
W20260630 12:38:44.426352 12409 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.131:36065, user_credentials={real_user=slave}} blocked reactor thread for 47531.6us
W20260630 12:38:44.514734 12682 meta_cache.cc:1261] Time spent looking up entry by key: real 0.105s	user 0.004s	sys 0.000s
I20260630 12:38:44.680689   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:44.695473 12738 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:44.695624 12737 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:44.700155   642 server_base.cc:1061] running on GCE node
W20260630 12:38:44.700101 12740 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:44.701956   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:44.702199   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:44.702368   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823124702356 us; error 0 us; skew 500 ppm
I20260630 12:38:44.702844   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:44.705665   642 webserver.cc:533] Webserver started at http://127.0.160.132:40011/ using document root <none> and password file <none>
I20260630 12:38:44.706171   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:44.706342   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:44.706610   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:44.707760   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "0c709ddc2aca45689d0d443aa3633171"
format_stamp: "Formatted at 2026-06-30 12:38:44 on dist-test-slave-n1kv"
I20260630 12:38:44.712569   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:44.716379 12745 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:44.717293   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:44.717588   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "0c709ddc2aca45689d0d443aa3633171"
format_stamp: "Formatted at 2026-06-30 12:38:44 on dist-test-slave-n1kv"
I20260630 12:38:44.717833   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:44.744545   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:44.745877   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:44.747385   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:44.749857   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:44.750056   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:44.750249   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:44.750388   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:44.793776   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:37049
I20260630 12:38:44.793872 12807 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:37049 every 8 connection(s)
I20260630 12:38:44.808602 12808 heartbeater.cc:344] Connected to a master server at 127.0.160.190:43757
I20260630 12:38:44.809047 12808 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:44.809780 12808 heartbeater.cc:507] Master 127.0.160.190:43757 requested a full tablet report, sending...
I20260630 12:38:44.811882 12336 ts_manager.cc:194] Registered new tserver with Master: 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132:37049)
I20260630 12:38:44.813602 12336 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37820
I20260630 12:38:45.312500 12518 consensus_queue.cc:237] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } }
I20260630 12:38:45.319545 12593 raft_consensus.cc:1275] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Refusing update from remote peer f81cb2ef920149b285fca063f85a97aa: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.320359 12444 raft_consensus.cc:1275] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Refusing update from remote peer f81cb2ef920149b285fca063f85a97aa: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.322191 12815 consensus_queue.cc:1048] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:38:45.323802 12647 consensus_queue.cc:1048] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.332057 12647 raft_consensus.cc:2955] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
W20260630 12:38:45.335665 12486 consensus_peers.cc:597] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa -> Peer 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132:37049): Couldn't send request to peer 0c709ddc2aca45689d0d443aa3633171. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 86430cec68b044c78bc900864289959d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.334975 12593 raft_consensus.cc:2955] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.336244 12444 raft_consensus.cc:2955] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.349088 12336 catalog_manager.cc:5697] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 reported cstate change: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "f81cb2ef920149b285fca063f85a97aa" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.365576 12444 consensus_queue.cc:237] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } attrs { replace: true } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } }
I20260630 12:38:45.375315 12593 raft_consensus.cc:1275] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Refusing update from remote peer 7cf1853d32394c1fbbb18c52eb0dcdb0: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.375656 12518 raft_consensus.cc:1275] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Refusing update from remote peer 7cf1853d32394c1fbbb18c52eb0dcdb0: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.376948 12689 consensus_queue.cc:1048] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:38:45.377970 12824 consensus_queue.cc:1048] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.389765 12689 raft_consensus.cc:2955] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } attrs { replace: true } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.391206 12593 raft_consensus.cc:2955] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } attrs { replace: true } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
W20260630 12:38:45.394587 12411 consensus_peers.cc:597] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 -> Peer 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132:37049): Couldn't send request to peer 0c709ddc2aca45689d0d443aa3633171. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 71ce0d0324a04be3b7fff60e709620fb. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.397495 12518 raft_consensus.cc:2955] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } attrs { replace: true } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.406759 12343 catalog_manager.cc:5697] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 reported cstate change: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } attrs { replace: true } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.410914 12444 consensus_queue.cc:237] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } attrs { replace: true } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } }
I20260630 12:38:45.418509 12518 raft_consensus.cc:1275] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Refusing update from remote peer 7cf1853d32394c1fbbb18c52eb0dcdb0: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.418509 12593 raft_consensus.cc:1275] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Refusing update from remote peer 7cf1853d32394c1fbbb18c52eb0dcdb0: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
W20260630 12:38:45.421670 12411 consensus_peers.cc:597] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 -> Peer 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132:37049): Couldn't send request to peer 0c709ddc2aca45689d0d443aa3633171. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1afc93eab95246f18f98d5cd674f2086. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.421869 12689 consensus_queue.cc:1048] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:38:45.422993 12824 consensus_queue.cc:1048] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.431185 12824 raft_consensus.cc:2955] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } attrs { replace: true } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.433413 12518 raft_consensus.cc:2955] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } attrs { replace: true } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.432893 12593 raft_consensus.cc:2955] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } attrs { replace: true } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.445569 12343 catalog_manager.cc:5697] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa reported cstate change: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } attrs { replace: true } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.462076 12593 consensus_queue.cc:237] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } }
I20260630 12:38:45.468490 12518 raft_consensus.cc:1275] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Refusing update from remote peer 9b392a9cb0c3435a97e3036f6a59e919: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.470508 12444 raft_consensus.cc:1275] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Refusing update from remote peer 9b392a9cb0c3435a97e3036f6a59e919: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.470655 12728 consensus_queue.cc:1048] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:38:45.472527 12728 consensus_queue.cc:1048] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.480470 12728 raft_consensus.cc:2955] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
W20260630 12:38:45.481312 12560 consensus_peers.cc:597] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 -> Peer 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132:37049): Couldn't send request to peer 0c709ddc2aca45689d0d443aa3633171. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5e13ea7d946c4ebbb81cd62dce2844cf. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.482878 12519 raft_consensus.cc:2955] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.492784 12444 raft_consensus.cc:2955] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } } }
I20260630 12:38:45.498327 12335 catalog_manager.cc:5697] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 reported cstate change: config changed from index -1 to 10, NON_VOTER 0c709ddc2aca45689d0d443aa3633171 (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "9b392a9cb0c3435a97e3036f6a59e919" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:45.816669 12808 heartbeater.cc:499] Master 127.0.160.190:43757 was elected leader, sending a full tablet report...
I20260630 12:38:45.827157   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:45.868630   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:45.869552   642 tablet_replica.cc:333] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0: stopping tablet replica
I20260630 12:38:45.870571   642 raft_consensus.cc:2243] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:45.871479   642 raft_consensus.cc:2272] T c7a06663d9c346e98b66b49cab5dd146 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:45.874017   642 tablet_replica.cc:333] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0: stopping tablet replica
I20260630 12:38:45.874734   642 raft_consensus.cc:2243] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:45.875295   642 raft_consensus.cc:2272] T 86430cec68b044c78bc900864289959d P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:45.878412   642 tablet_replica.cc:333] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0: stopping tablet replica
I20260630 12:38:45.879053   642 raft_consensus.cc:2243] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:45.880431   642 raft_consensus.cc:2272] T 71ce0d0324a04be3b7fff60e709620fb P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:45.883149   642 tablet_replica.cc:333] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0: stopping tablet replica
I20260630 12:38:45.883766   642 raft_consensus.cc:2243] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:45.884904   642 raft_consensus.cc:2272] T 1afc93eab95246f18f98d5cd674f2086 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:45.887527   642 tablet_replica.cc:333] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0: stopping tablet replica
I20260630 12:38:45.888094   642 raft_consensus.cc:2243] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:45.888566   642 raft_consensus.cc:2272] T 5e13ea7d946c4ebbb81cd62dce2844cf P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:45.891274   642 tablet_replica.cc:333] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0: stopping tablet replica
I20260630 12:38:45.891986   642 raft_consensus.cc:2243] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:45.892987   642 raft_consensus.cc:2272] T 9225d38a7de545eca761728f090b7615 P 7cf1853d32394c1fbbb18c52eb0dcdb0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:45.893375 12483 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 3 similar messages]
W20260630 12:38:45.896661 12483 consensus_peers.cc:597] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa -> Peer 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129:45085): Couldn't send request to peer 7cf1853d32394c1fbbb18c52eb0dcdb0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.912353   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:38:45.943378 12834 ts_tablet_manager.cc:933] T 86430cec68b044c78bc900864289959d P 0c709ddc2aca45689d0d443aa3633171: Initiating tablet copy from peer f81cb2ef920149b285fca063f85a97aa (127.0.160.130:46305)
I20260630 12:38:45.949654 12833 ts_tablet_manager.cc:933] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: Initiating tablet copy from peer 9b392a9cb0c3435a97e3036f6a59e919 (127.0.160.131:36065)
I20260630 12:38:45.957167 12833 tablet_copy_client.cc:323] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:36065
I20260630 12:38:45.962219   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:38:45.965838 12834 tablet_copy_client.cc:323] T 86430cec68b044c78bc900864289959d P 0c709ddc2aca45689d0d443aa3633171: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:46305
I20260630 12:38:45.993919 12604 tablet_copy_service.cc:140] P 9b392a9cb0c3435a97e3036f6a59e919: Received BeginTabletCopySession request for tablet 5e13ea7d946c4ebbb81cd62dce2844cf from peer 0c709ddc2aca45689d0d443aa3633171 ({username='slave'} at 127.0.0.1:49256)
I20260630 12:38:45.994611 12604 tablet_copy_service.cc:161] P 9b392a9cb0c3435a97e3036f6a59e919: Beginning new tablet copy session on tablet 5e13ea7d946c4ebbb81cd62dce2844cf from peer 0c709ddc2aca45689d0d443aa3633171 at {username='slave'} at 127.0.0.1:49256: session id = 0c709ddc2aca45689d0d443aa3633171-5e13ea7d946c4ebbb81cd62dce2844cf
I20260630 12:38:46.004673 12604 tablet_copy_source_session.cc:215] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:46.019100 12833 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e13ea7d946c4ebbb81cd62dce2844cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.041065 12833 tablet_copy_client.cc:806] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:46.041826 12833 tablet_copy_client.cc:670] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:46.046334 12833 tablet_copy_client.cc:538] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:46.050729   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:46.053244   642 tablet_replica.cc:333] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa: stopping tablet replica
I20260630 12:38:46.054222   642 raft_consensus.cc:2243] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.055599   642 raft_consensus.cc:2272] T 86430cec68b044c78bc900864289959d P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:46.058400 12557 consensus_peers.cc:597] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 -> Peer 7cf1853d32394c1fbbb18c52eb0dcdb0 (127.0.160.129:45085): Couldn't send request to peer 7cf1853d32394c1fbbb18c52eb0dcdb0. Status: Network error: Client connection negotiation failed: client connection to 127.0.160.129:45085: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:46.060038   642 tablet_replica.cc:333] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa: stopping tablet replica
I20260630 12:38:46.061102   642 raft_consensus.cc:2243] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.061870 12833 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: Bootstrap starting.
I20260630 12:38:46.061944   642 raft_consensus.cc:2272] T 1afc93eab95246f18f98d5cd674f2086 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.065999   642 tablet_replica.cc:333] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa: stopping tablet replica
I20260630 12:38:46.067013   642 raft_consensus.cc:2243] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.067975   642 raft_consensus.cc:2272] T 71ce0d0324a04be3b7fff60e709620fb P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.071511   642 tablet_replica.cc:333] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa: stopping tablet replica
I20260630 12:38:46.072424   642 raft_consensus.cc:2243] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.073228   642 raft_consensus.cc:2272] T 9225d38a7de545eca761728f090b7615 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.076442   642 tablet_replica.cc:333] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa: stopping tablet replica
I20260630 12:38:46.077366   642 raft_consensus.cc:2243] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.078218   642 raft_consensus.cc:2272] T 5e13ea7d946c4ebbb81cd62dce2844cf P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.081641   642 tablet_replica.cc:333] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa: stopping tablet replica
I20260630 12:38:46.082455   642 raft_consensus.cc:2243] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.083129   642 raft_consensus.cc:2272] T c7a06663d9c346e98b66b49cab5dd146 P f81cb2ef920149b285fca063f85a97aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.110937   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:46.135500 12833 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=58 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:46.136441 12833 tablet_bootstrap.cc:492] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: Bootstrap complete.
I20260630 12:38:46.137177 12833 ts_tablet_manager.cc:1403] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: Time spent bootstrapping tablet: real 0.076s	user 0.056s	sys 0.017s
I20260630 12:38:46.137360   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:46.140571 12833 raft_consensus.cc:359] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } }
I20260630 12:38:46.141664 12833 raft_consensus.cc:740] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0c709ddc2aca45689d0d443aa3633171, State: Initialized, Role: LEARNER
I20260630 12:38:46.142269 12833 consensus_queue.cc:260] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "7cf1853d32394c1fbbb18c52eb0dcdb0" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 45085 } attrs { replace: true } } peers { permanent_uuid: "f81cb2ef920149b285fca063f85a97aa" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46305 } } peers { permanent_uuid: "9b392a9cb0c3435a97e3036f6a59e919" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 36065 } } peers { permanent_uuid: "0c709ddc2aca45689d0d443aa3633171" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 37049 } attrs { promote: true } }
I20260630 12:38:46.146270 12833 ts_tablet_manager.cc:1434] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:46.150743   642 tablet_copy_service.cc:362] P 9b392a9cb0c3435a97e3036f6a59e919: Destroying tablet copy session 0c709ddc2aca45689d0d443aa3633171-5e13ea7d946c4ebbb81cd62dce2844cf due to service shutdown
I20260630 12:38:46.151142   642 tablet_copy_service.cc:434] P 9b392a9cb0c3435a97e3036f6a59e919: ending tablet copy session 0c709ddc2aca45689d0d443aa3633171-5e13ea7d946c4ebbb81cd62dce2844cf on tablet 5e13ea7d946c4ebbb81cd62dce2844cf with peer 0c709ddc2aca45689d0d443aa3633171
I20260630 12:38:46.173525   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:46.174443   642 tablet_replica.cc:333] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919: stopping tablet replica
I20260630 12:38:46.175104   642 raft_consensus.cc:2243] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.175796   642 raft_consensus.cc:2272] T 86430cec68b044c78bc900864289959d P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.178726   642 tablet_replica.cc:333] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919: stopping tablet replica
I20260630 12:38:46.179332   642 raft_consensus.cc:2243] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.179950   642 raft_consensus.cc:2272] T 9225d38a7de545eca761728f090b7615 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.182113   642 tablet_replica.cc:333] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919: stopping tablet replica
I20260630 12:38:46.182682   642 raft_consensus.cc:2243] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.183725   642 raft_consensus.cc:2272] T 5e13ea7d946c4ebbb81cd62dce2844cf P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.186286   642 tablet_replica.cc:333] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919: stopping tablet replica
I20260630 12:38:46.186857   642 raft_consensus.cc:2243] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.187356   642 raft_consensus.cc:2272] T c7a06663d9c346e98b66b49cab5dd146 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.189487   642 tablet_replica.cc:333] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919: stopping tablet replica
I20260630 12:38:46.189987   642 raft_consensus.cc:2243] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.190603   642 raft_consensus.cc:2272] T 71ce0d0324a04be3b7fff60e709620fb P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.193100   642 tablet_replica.cc:333] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919: stopping tablet replica
I20260630 12:38:46.193612   642 raft_consensus.cc:2243] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.194211   642 raft_consensus.cc:2272] T 1afc93eab95246f18f98d5cd674f2086 P 9b392a9cb0c3435a97e3036f6a59e919 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.222451   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
W20260630 12:38:46.237358 12746 connection.cc:466] server connection from 127.0.0.1:36298 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:36298 (request call id 1) could send its response
I20260630 12:38:46.242589   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
W20260630 12:38:46.258360 12833 tablet_copy_client.cc:1131] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.131:36065: connect: Connection refused (error 111)
I20260630 12:38:46.266683   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:46.267930   642 tablet_replica.cc:333] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171: stopping tablet replica
I20260630 12:38:46.268656   642 raft_consensus.cc:2243] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:46.269229   642 raft_consensus.cc:2272] T 5e13ea7d946c4ebbb81cd62dce2844cf P 0c709ddc2aca45689d0d443aa3633171 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:46.290606   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:38:46.302183   642 master.cc:562] Master@127.0.160.190:43757 shutting down...
W20260630 12:38:46.324744 12391 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:46.326017   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.326557   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.326900   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 173464c320fe430793468f461e6f2048: stopping tablet replica
I20260630 12:38:46.347885   642 master.cc:584] Master@127.0.160.190:43757 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (5346 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:38:46.397069   642 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.160.190:45115
I20260630 12:38:46.398260   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:46.403159 12845 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:46.403685 12846 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:46.404919 12848 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:46.406157   642 server_base.cc:1061] running on GCE node
I20260630 12:38:46.407114   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:46.407321   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:46.407478   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823126407461 us; error 0 us; skew 500 ppm
I20260630 12:38:46.408035   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:46.410465   642 webserver.cc:533] Webserver started at http://127.0.160.190:42781/ using document root <none> and password file <none>
I20260630 12:38:46.410961   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:46.411166   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:46.411439   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:46.412537   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/master-0-root/instance:
uuid: "0b594e3d02ed46de8e43ada9c0b3d441"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.417150   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260630 12:38:46.420679 12853 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.421530   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:46.421846   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/master-0-root
uuid: "0b594e3d02ed46de8e43ada9c0b3d441"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.422153   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:46.444877   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:46.446167   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:46.485244   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.190:45115
I20260630 12:38:46.485345 12904 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.190:45115 every 8 connection(s)
I20260630 12:38:46.489115 12905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.500339 12905 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441: Bootstrap starting.
I20260630 12:38:46.505292 12905 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.509730 12905 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441: No bootstrap required, opened a new log
I20260630 12:38:46.511957 12905 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b594e3d02ed46de8e43ada9c0b3d441" member_type: VOTER }
I20260630 12:38:46.512384 12905 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:46.512639 12905 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b594e3d02ed46de8e43ada9c0b3d441, State: Initialized, Role: FOLLOWER
I20260630 12:38:46.513335 12905 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0b594e3d02ed46de8e43ada9c0b3d441" member_type: VOTER }
I20260630 12:38:46.513830 12905 raft_consensus.cc:399] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:46.514038 12905 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:46.514340 12905 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:46.519579 12905 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b594e3d02ed46de8e43ada9c0b3d441" member_type: VOTER }
I20260630 12:38:46.520164 12905 leader_election.cc:304] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [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: 0b594e3d02ed46de8e43ada9c0b3d441; no voters: 
I20260630 12:38:46.521366 12905 leader_election.cc:290] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:46.521740 12908 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:46.523138 12908 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 1 LEADER]: Becoming Leader. State: Replica: 0b594e3d02ed46de8e43ada9c0b3d441, State: Running, Role: LEADER
I20260630 12:38:46.523825 12908 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [LEADER]: Queue going to LEADER mode. State: All 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: "0b594e3d02ed46de8e43ada9c0b3d441" member_type: VOTER }
I20260630 12:38:46.524647 12905 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:46.528364 12909 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0b594e3d02ed46de8e43ada9c0b3d441" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b594e3d02ed46de8e43ada9c0b3d441" member_type: VOTER } }
I20260630 12:38:46.528512 12910 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0b594e3d02ed46de8e43ada9c0b3d441. Latest consensus state: current_term: 1 leader_uuid: "0b594e3d02ed46de8e43ada9c0b3d441" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b594e3d02ed46de8e43ada9c0b3d441" member_type: VOTER } }
I20260630 12:38:46.529307 12909 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:46.529392 12910 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:46.534624 12914 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:46.539922 12914 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:46.542821   642 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:46.549697 12914 catalog_manager.cc:1383] Generated new cluster ID: c5a41d1c744c4b3d8174a05f4987289b
I20260630 12:38:46.550174 12914 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:46.566088 12914 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:46.567452 12914 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:46.582913 12914 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441: Generated new TSK 0
I20260630 12:38:46.583577 12914 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:46.613656   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:46.619818 12926 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:46.621282 12927 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:46.622875 12929 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:46.623106   642 server_base.cc:1061] running on GCE node
I20260630 12:38:46.624305   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:46.624584   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:46.624722   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823126624710 us; error 0 us; skew 500 ppm
I20260630 12:38:46.625249   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:46.627980   642 webserver.cc:533] Webserver started at http://127.0.160.129:36559/ using document root <none> and password file <none>
I20260630 12:38:46.628427   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:46.628584   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:46.628803   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:46.630002   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-0-root/instance:
uuid: "e3b90fd61251446da92c9899aabc7149"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.634691   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:46.638317 12934 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.639097   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:46.639426   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-0-root
uuid: "e3b90fd61251446da92c9899aabc7149"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.639714   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:46.658617   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:46.659772   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:46.661414   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:46.663836   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:46.664040   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.664353   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:46.664522   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.705188   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.129:44707
I20260630 12:38:46.705307 12996 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.129:44707 every 8 connection(s)
I20260630 12:38:46.710383   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:46.718263 13001 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:46.720152 13002 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:46.721860 13004 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:46.724496 12997 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45115
I20260630 12:38:46.725029 12997 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:46.725123   642 server_base.cc:1061] running on GCE node
I20260630 12:38:46.726004 12997 heartbeater.cc:507] Master 127.0.160.190:45115 requested a full tablet report, sending...
I20260630 12:38:46.726763   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:46.727100   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:46.727316   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823126727294 us; error 0 us; skew 500 ppm
I20260630 12:38:46.728093   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:46.728700 12870 ts_manager.cc:194] Registered new tserver with Master: e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707)
I20260630 12:38:46.731204   642 webserver.cc:533] Webserver started at http://127.0.160.130:41777/ using document root <none> and password file <none>
I20260630 12:38:46.731699 12870 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36334
I20260630 12:38:46.731927   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:46.732241   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:46.732573   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:46.733958   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-1-root/instance:
uuid: "c16d7b50298446d6839a290bb4e6cef0"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.738700   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:46.742097 13009 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.742877   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:46.743201   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-1-root
uuid: "c16d7b50298446d6839a290bb4e6cef0"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.743477   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:46.764457   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:46.765679   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:46.767153   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:46.769574   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:46.769766   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.770071   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:46.770233   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.810223   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.130:46307
I20260630 12:38:46.810321 13071 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.130:46307 every 8 connection(s)
I20260630 12:38:46.815249   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:46.822947 13075 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:46.824311 13076 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:46.827368   642 server_base.cc:1061] running on GCE node
W20260630 12:38:46.827651 13079 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:46.828859 13072 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45115
I20260630 12:38:46.829023   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:46.829368 13072 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:46.829398   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:46.829839   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823126829821 us; error 0 us; skew 500 ppm
I20260630 12:38:46.830363 13072 heartbeater.cc:507] Master 127.0.160.190:45115 requested a full tablet report, sending...
I20260630 12:38:46.830435   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:46.832801 12870 ts_manager.cc:194] Registered new tserver with Master: c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307)
I20260630 12:38:46.833413   642 webserver.cc:533] Webserver started at http://127.0.160.131:34875/ using document root <none> and password file <none>
I20260630 12:38:46.833989   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:46.834205   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:46.834468   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:46.834472 12870 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36338
I20260630 12:38:46.835968   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-2-root/instance:
uuid: "12272b9a911a4c1cbebbc0117394ae78"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.840554   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:38:46.843880 13083 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.844707   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:46.845103   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-2-root
uuid: "12272b9a911a4c1cbebbc0117394ae78"
format_stamp: "Formatted at 2026-06-30 12:38:46 on dist-test-slave-n1kv"
I20260630 12:38:46.845417   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:46.862254   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:46.863530   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:46.865157   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:46.867481   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:46.867734   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.868012   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:46.868197   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:46.907685   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.131:38225
I20260630 12:38:46.907785 13145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.131:38225 every 8 connection(s)
I20260630 12:38:46.922348 13146 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45115
I20260630 12:38:46.922724 13146 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:46.923434 13146 heartbeater.cc:507] Master 127.0.160.190:45115 requested a full tablet report, sending...
I20260630 12:38:46.925648 12870 ts_manager.cc:194] Registered new tserver with Master: 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:46.926534   642 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015612489s
I20260630 12:38:46.927184 12870 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36348
I20260630 12:38:47.734913 12997 heartbeater.cc:499] Master 127.0.160.190:45115 was elected leader, sending a full tablet report...
I20260630 12:38:47.837335 13072 heartbeater.cc:499] Master 127.0.160.190:45115 was elected leader, sending a full tablet report...
I20260630 12:38:47.930117 13146 heartbeater.cc:499] Master 127.0.160.190:45115 was elected leader, sending a full tablet report...
I20260630 12:38:47.983793 12870 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36354:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:38:47.986578 12870 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:38:48.051860 13111 tablet_service.cc:1511] Processing CreateTablet for tablet bafa733499f14e5f84ad8a9af3c6adfe (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:48.053781 13111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bafa733499f14e5f84ad8a9af3c6adfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.058907 13110 tablet_service.cc:1511] Processing CreateTablet for tablet bb6a30626ec0404fb2d08bf5be1407e4 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:48.060420 13110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb6a30626ec0404fb2d08bf5be1407e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.066059 12962 tablet_service.cc:1511] Processing CreateTablet for tablet bafa733499f14e5f84ad8a9af3c6adfe (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:48.066627 12960 tablet_service.cc:1511] Processing CreateTablet for tablet afb8ab28a17e49c1be8ec04fe3179df6 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:48.067631 12962 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bafa733499f14e5f84ad8a9af3c6adfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.068317 12960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afb8ab28a17e49c1be8ec04fe3179df6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.069845 12961 tablet_service.cc:1511] Processing CreateTablet for tablet bb6a30626ec0404fb2d08bf5be1407e4 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:48.071369 12961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb6a30626ec0404fb2d08bf5be1407e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.081489 13166 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78: Bootstrap starting.
I20260630 12:38:48.083643 13109 tablet_service.cc:1511] Processing CreateTablet for tablet afb8ab28a17e49c1be8ec04fe3179df6 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:48.085224 13109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afb8ab28a17e49c1be8ec04fe3179df6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.089267 13166 tablet_bootstrap.cc:654] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.097630 12959 tablet_service.cc:1511] Processing CreateTablet for tablet d6197a02d82e4b08b9c154edb7f2c701 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:48.104404 13166 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78: No bootstrap required, opened a new log
I20260630 12:38:48.105080 13166 ts_tablet_manager.cc:1403] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.007s
I20260630 12:38:48.108268 13037 tablet_service.cc:1511] Processing CreateTablet for tablet bafa733499f14e5f84ad8a9af3c6adfe (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:48.109404 13036 tablet_service.cc:1511] Processing CreateTablet for tablet bb6a30626ec0404fb2d08bf5be1407e4 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:48.109920 13037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bafa733499f14e5f84ad8a9af3c6adfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.110905 13036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb6a30626ec0404fb2d08bf5be1407e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.113144 13111 tablet_service.cc:1511] Processing CreateTablet for tablet d6197a02d82e4b08b9c154edb7f2c701 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:48.114073 13035 tablet_service.cc:1511] Processing CreateTablet for tablet afb8ab28a17e49c1be8ec04fe3179df6 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:48.114699 13111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d6197a02d82e4b08b9c154edb7f2c701. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.115566 13035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afb8ab28a17e49c1be8ec04fe3179df6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.118077 13034 tablet_service.cc:1511] Processing CreateTablet for tablet d6197a02d82e4b08b9c154edb7f2c701 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:48.119885 13034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d6197a02d82e4b08b9c154edb7f2c701. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.122414 13167 tablet_bootstrap.cc:492] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149: Bootstrap starting.
I20260630 12:38:48.122153 13033 tablet_service.cc:1511] Processing CreateTablet for tablet 9741aad9a819452a9c9dedcd42ea7ca8 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:48.123695 13033 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9741aad9a819452a9c9dedcd42ea7ca8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.129732 13167 tablet_bootstrap.cc:654] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.134501 13110 tablet_service.cc:1511] Processing CreateTablet for tablet 9741aad9a819452a9c9dedcd42ea7ca8 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:48.135988 13110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9741aad9a819452a9c9dedcd42ea7ca8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.108268 13166 raft_consensus.cc:359] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.137269 13166 raft_consensus.cc:385] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.137584 13166 raft_consensus.cc:740] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12272b9a911a4c1cbebbc0117394ae78, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.138646 12959 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d6197a02d82e4b08b9c154edb7f2c701. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.138836 13032 tablet_service.cc:1511] Processing CreateTablet for tablet abf097d01988452698c78e44cfd4a13b (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:48.140251 13032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet abf097d01988452698c78e44cfd4a13b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.141635 13109 tablet_service.cc:1511] Processing CreateTablet for tablet abf097d01988452698c78e44cfd4a13b (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:48.143412 13109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet abf097d01988452698c78e44cfd4a13b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.145821 12958 tablet_service.cc:1511] Processing CreateTablet for tablet abf097d01988452698c78e44cfd4a13b (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:48.147142 12958 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet abf097d01988452698c78e44cfd4a13b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.158370 12960 tablet_service.cc:1511] Processing CreateTablet for tablet 9741aad9a819452a9c9dedcd42ea7ca8 (DEFAULT_TABLE table=test-workload [id=06dc1bfc130041ec8a3bfc16b4758644]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:48.160359 12960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9741aad9a819452a9c9dedcd42ea7ca8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:48.177510 13166 consensus_queue.cc:260] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.200902 13166 ts_tablet_manager.cc:1434] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78: Time spent starting tablet: real 0.095s	user 0.007s	sys 0.001s
I20260630 12:38:48.201776 13167 tablet_bootstrap.cc:492] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149: No bootstrap required, opened a new log
I20260630 12:38:48.202353 13167 ts_tablet_manager.cc:1403] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149: Time spent bootstrapping tablet: real 0.080s	user 0.029s	sys 0.016s
I20260630 12:38:48.211886 13166 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78: Bootstrap starting.
I20260630 12:38:48.218950 13166 tablet_bootstrap.cc:654] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.221480 13171 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0: Bootstrap starting.
I20260630 12:38:48.225521 13167 raft_consensus.cc:359] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.228469 13167 raft_consensus.cc:385] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.228848 13167 raft_consensus.cc:740] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.229773 13171 tablet_bootstrap.cc:654] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.229660 13167 consensus_queue.cc:260] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.230643 13166 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78: No bootstrap required, opened a new log
I20260630 12:38:48.231287 13166 ts_tablet_manager.cc:1403] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.007s
I20260630 12:38:48.234623 13166 raft_consensus.cc:359] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.235716 13166 raft_consensus.cc:385] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.236099 13166 raft_consensus.cc:740] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12272b9a911a4c1cbebbc0117394ae78, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.236737 13167 ts_tablet_manager.cc:1434] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149: Time spent starting tablet: real 0.034s	user 0.005s	sys 0.008s
I20260630 12:38:48.237898 13167 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149: Bootstrap starting.
I20260630 12:38:48.237202 13166 consensus_queue.cc:260] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.241605 13166 ts_tablet_manager.cc:1434] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78: Time spent starting tablet: real 0.010s	user 0.011s	sys 0.000s
I20260630 12:38:48.242690 13166 tablet_bootstrap.cc:492] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78: Bootstrap starting.
I20260630 12:38:48.245476 13167 tablet_bootstrap.cc:654] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.245651 13171 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0: No bootstrap required, opened a new log
I20260630 12:38:48.246352 13171 ts_tablet_manager.cc:1403] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.000s
I20260630 12:38:48.249599 13166 tablet_bootstrap.cc:654] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.249650 13171 raft_consensus.cc:359] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.250794 13171 raft_consensus.cc:385] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.251196 13171 raft_consensus.cc:740] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.252243 13171 consensus_queue.cc:260] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.259977 13171 ts_tablet_manager.cc:1434] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:38:48.261807 13171 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0: Bootstrap starting.
I20260630 12:38:48.268080 13166 tablet_bootstrap.cc:492] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78: No bootstrap required, opened a new log
I20260630 12:38:48.268764 13166 ts_tablet_manager.cc:1403] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78: Time spent bootstrapping tablet: real 0.026s	user 0.019s	sys 0.003s
I20260630 12:38:48.270661 13171 tablet_bootstrap.cc:654] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.271978 13166 raft_consensus.cc:359] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.272858 13166 raft_consensus.cc:385] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.273198 13166 raft_consensus.cc:740] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12272b9a911a4c1cbebbc0117394ae78, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.274231 13166 consensus_queue.cc:260] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.278026 13166 ts_tablet_manager.cc:1434] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:38:48.280864 13166 tablet_bootstrap.cc:492] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78: Bootstrap starting.
I20260630 12:38:48.284988 13171 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0: No bootstrap required, opened a new log
I20260630 12:38:48.285785 13171 ts_tablet_manager.cc:1403] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.004s
I20260630 12:38:48.287235 13166 tablet_bootstrap.cc:654] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.289251 13171 raft_consensus.cc:359] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.290233 13171 raft_consensus.cc:385] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.290745 13171 raft_consensus.cc:740] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.291728 13171 consensus_queue.cc:260] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.293514 13177 raft_consensus.cc:493] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.294245 13177 raft_consensus.cc:515] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.296607 13170 raft_consensus.cc:493] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.297147 13170 raft_consensus.cc:515] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.306962 13177 leader_election.cc:290] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225), e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707)
I20260630 12:38:48.307725 13170 leader_election.cc:290] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707), c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307)
I20260630 12:38:48.315467 13171 ts_tablet_manager.cc:1434] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0: Time spent starting tablet: real 0.029s	user 0.007s	sys 0.000s
I20260630 12:38:48.319245 13171 tablet_bootstrap.cc:492] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0: Bootstrap starting.
I20260630 12:38:48.336355 12972 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "12272b9a911a4c1cbebbc0117394ae78" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149" is_pre_election: true
W20260630 12:38:48.338310 13085 leader_election.cc:343] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:48.344415 13171 tablet_bootstrap.cc:654] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.345193 13121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78" is_pre_election: true
I20260630 12:38:48.345932 13121 raft_consensus.cc:2468] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c16d7b50298446d6839a290bb4e6cef0 in term 0.
I20260630 12:38:48.347678 13012 leader_election.cc:304] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12272b9a911a4c1cbebbc0117394ae78, c16d7b50298446d6839a290bb4e6cef0; no voters: 
I20260630 12:38:48.349073 13177 raft_consensus.cc:2804] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:48.348868 12972 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149" is_pre_election: true
I20260630 12:38:48.349557 13177 raft_consensus.cc:493] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:48.349897 13166 tablet_bootstrap.cc:492] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78: No bootstrap required, opened a new log
I20260630 12:38:48.349963 13177 raft_consensus.cc:3060] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.350592 13166 ts_tablet_manager.cc:1403] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78: Time spent bootstrapping tablet: real 0.070s	user 0.018s	sys 0.016s
W20260630 12:38:48.351040 13011 leader_election.cc:343] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:48.353550 13166 raft_consensus.cc:359] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.354343 13166 raft_consensus.cc:385] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.354648 13166 raft_consensus.cc:740] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12272b9a911a4c1cbebbc0117394ae78, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.355428 13166 consensus_queue.cc:260] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.355999 13171 tablet_bootstrap.cc:492] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0: No bootstrap required, opened a new log
I20260630 12:38:48.357788 13166 ts_tablet_manager.cc:1434] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:48.358384 13171 ts_tablet_manager.cc:1403] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0: Time spent bootstrapping tablet: real 0.039s	user 0.014s	sys 0.004s
I20260630 12:38:48.358183 13177 raft_consensus.cc:515] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.359097 13166 tablet_bootstrap.cc:492] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78: Bootstrap starting.
I20260630 12:38:48.358906 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "12272b9a911a4c1cbebbc0117394ae78" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0" is_pre_election: true
I20260630 12:38:48.359830 13047 raft_consensus.cc:2393] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 12272b9a911a4c1cbebbc0117394ae78 in current term 1: Already voted for candidate c16d7b50298446d6839a290bb4e6cef0 in this term.
I20260630 12:38:48.360528 13177 leader_election.cc:290] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 election: Requested vote from peers 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225), e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707)
I20260630 12:38:48.361339 13084 leader_election.cc:304] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [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: 12272b9a911a4c1cbebbc0117394ae78; no voters: c16d7b50298446d6839a290bb4e6cef0, e3b90fd61251446da92c9899aabc7149
I20260630 12:38:48.362361 13121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78"
I20260630 12:38:48.363700 12972 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149"
I20260630 12:38:48.363593 13171 raft_consensus.cc:359] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.364429 13171 raft_consensus.cc:385] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.363824 13170 raft_consensus.cc:3060] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.365700 13166 tablet_bootstrap.cc:654] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78: Neither blocks nor log segments found. Creating new log.
W20260630 12:38:48.365545 13011 leader_election.cc:343] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:48.362840 13167 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149: No bootstrap required, opened a new log
I20260630 12:38:48.369390 13167 ts_tablet_manager.cc:1403] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149: Time spent bootstrapping tablet: real 0.132s	user 0.028s	sys 0.054s
I20260630 12:38:48.370761 13166 tablet_bootstrap.cc:492] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78: No bootstrap required, opened a new log
I20260630 12:38:48.371364 13166 ts_tablet_manager.cc:1403] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:38:48.372520 13167 raft_consensus.cc:359] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.372896 13170 raft_consensus.cc:2749] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:48.373415 13167 raft_consensus.cc:385] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.373800 13167 raft_consensus.cc:740] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.374228 13166 raft_consensus.cc:359] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.374989 13166 raft_consensus.cc:385] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.374588 13167 consensus_queue.cc:260] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.377458 13167 ts_tablet_manager.cc:1434] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260630 12:38:48.375315 13166 raft_consensus.cc:740] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12272b9a911a4c1cbebbc0117394ae78, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.375331 13171 raft_consensus.cc:740] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.379127 13171 consensus_queue.cc:260] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.379211 13166 consensus_queue.cc:260] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.386817 13121 raft_consensus.cc:2468] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c16d7b50298446d6839a290bb4e6cef0 in term 1.
I20260630 12:38:48.380106 13167 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149: Bootstrap starting.
I20260630 12:38:48.387652 13171 ts_tablet_manager.cc:1434] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0: Time spent starting tablet: real 0.029s	user 0.007s	sys 0.007s
I20260630 12:38:48.389904 13166 ts_tablet_manager.cc:1434] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.001s
I20260630 12:38:48.390156 13171 tablet_bootstrap.cc:492] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0: Bootstrap starting.
I20260630 12:38:48.391050 13166 tablet_bootstrap.cc:492] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78: Bootstrap starting.
I20260630 12:38:48.397156 13166 tablet_bootstrap.cc:654] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.397794 13171 tablet_bootstrap.cc:654] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.400431 13012 leader_election.cc:304] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [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: 12272b9a911a4c1cbebbc0117394ae78, c16d7b50298446d6839a290bb4e6cef0; no voters: e3b90fd61251446da92c9899aabc7149
I20260630 12:38:48.401998 13177 raft_consensus.cc:2804] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:48.417481 13167 tablet_bootstrap.cc:654] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.421499 13177 raft_consensus.cc:697] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 1 LEADER]: Becoming Leader. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Running, Role: LEADER
I20260630 12:38:48.422580 13177 consensus_queue.cc:237] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.427229 13171 tablet_bootstrap.cc:492] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0: No bootstrap required, opened a new log
I20260630 12:38:48.427969 13171 ts_tablet_manager.cc:1403] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0: Time spent bootstrapping tablet: real 0.038s	user 0.025s	sys 0.008s
I20260630 12:38:48.429554 13167 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149: No bootstrap required, opened a new log
I20260630 12:38:48.430032 13166 tablet_bootstrap.cc:492] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78: No bootstrap required, opened a new log
I20260630 12:38:48.430151 13167 ts_tablet_manager.cc:1403] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149: Time spent bootstrapping tablet: real 0.052s	user 0.011s	sys 0.004s
I20260630 12:38:48.430725 13166 ts_tablet_manager.cc:1403] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78: Time spent bootstrapping tablet: real 0.040s	user 0.005s	sys 0.033s
I20260630 12:38:48.431502 13171 raft_consensus.cc:359] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.432422 13171 raft_consensus.cc:385] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.432775 13171 raft_consensus.cc:740] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.433800 13171 consensus_queue.cc:260] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.433988 13166 raft_consensus.cc:359] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.435577 13166 raft_consensus.cc:385] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.435910 13166 raft_consensus.cc:740] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12272b9a911a4c1cbebbc0117394ae78, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.433725 13167 raft_consensus.cc:359] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.436051 12867 catalog_manager.cc:5697] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 reported cstate change: term changed from 0 to 1, leader changed from <none> to c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "c16d7b50298446d6839a290bb4e6cef0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:48.436957 13167 raft_consensus.cc:385] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.436781 13166 consensus_queue.cc:260] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.437525 13171 ts_tablet_manager.cc:1434] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:38:48.437554 13167 raft_consensus.cc:740] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.438678 13167 consensus_queue.cc:260] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.439134 13171 tablet_bootstrap.cc:492] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0: Bootstrap starting.
I20260630 12:38:48.439539 13166 ts_tablet_manager.cc:1434] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260630 12:38:48.441072 13167 ts_tablet_manager.cc:1434] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:38:48.442206 13167 tablet_bootstrap.cc:492] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149: Bootstrap starting.
I20260630 12:38:48.448546 13167 tablet_bootstrap.cc:654] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.448619 13171 tablet_bootstrap.cc:654] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.454993 13167 tablet_bootstrap.cc:492] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149: No bootstrap required, opened a new log
I20260630 12:38:48.455662 13167 ts_tablet_manager.cc:1403] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.008s
I20260630 12:38:48.458590 13167 raft_consensus.cc:359] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.459441 13167 raft_consensus.cc:385] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.459829 13167 raft_consensus.cc:740] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.460098 13171 tablet_bootstrap.cc:492] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0: No bootstrap required, opened a new log
I20260630 12:38:48.460693 13171 ts_tablet_manager.cc:1403] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.008s
I20260630 12:38:48.460830 13167 consensus_queue.cc:260] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.462808 13167 ts_tablet_manager.cc:1434] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:38:48.463927 13167 tablet_bootstrap.cc:492] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149: Bootstrap starting.
I20260630 12:38:48.463624 13171 raft_consensus.cc:359] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.464421 13171 raft_consensus.cc:385] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.464751 13171 raft_consensus.cc:740] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.465595 13173 raft_consensus.cc:493] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.466130 13173 raft_consensus.cc:515] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.465655 13171 consensus_queue.cc:260] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.470778 13177 raft_consensus.cc:493] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.470920 13167 tablet_bootstrap.cc:654] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.471349 13177 raft_consensus.cc:515] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.472076 13173 leader_election.cc:290] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.473727 13177 leader_election.cc:290] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.474256 13171 ts_tablet_manager.cc:1434] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.004s
I20260630 12:38:48.479691 13121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6197a02d82e4b08b9c154edb7f2c701" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78" is_pre_election: true
I20260630 12:38:48.479884 13171 tablet_bootstrap.cc:492] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0: Bootstrap starting.
I20260630 12:38:48.480544 13121 raft_consensus.cc:2468] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c16d7b50298446d6839a290bb4e6cef0 in term 0.
I20260630 12:38:48.482599 13012 leader_election.cc:304] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12272b9a911a4c1cbebbc0117394ae78, c16d7b50298446d6839a290bb4e6cef0; no voters: 
I20260630 12:38:48.483501 13177 raft_consensus.cc:2804] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:48.483881 13177 raft_consensus.cc:493] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:48.484218 13177 raft_consensus.cc:3060] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.490723 13167 tablet_bootstrap.cc:492] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149: No bootstrap required, opened a new log
I20260630 12:38:48.491973 13177 raft_consensus.cc:515] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.491523 13167 ts_tablet_manager.cc:1403] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149: Time spent bootstrapping tablet: real 0.028s	user 0.018s	sys 0.008s
I20260630 12:38:48.496214 13121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6197a02d82e4b08b9c154edb7f2c701" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78"
I20260630 12:38:48.496162 13167 raft_consensus.cc:359] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.497066 13121 raft_consensus.cc:3060] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.497288 13167 raft_consensus.cc:385] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.497877 13167 raft_consensus.cc:740] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.499186 13167 consensus_queue.cc:260] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.500932 13171 tablet_bootstrap.cc:654] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.501917 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afb8ab28a17e49c1be8ec04fe3179df6" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0" is_pre_election: true
I20260630 12:38:48.502241 13167 ts_tablet_manager.cc:1434] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:38:48.502697 13047 raft_consensus.cc:2468] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 0.
I20260630 12:38:48.503717 13167 tablet_bootstrap.cc:492] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149: Bootstrap starting.
I20260630 12:38:48.508625 12935 leader_election.cc:304] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c16d7b50298446d6839a290bb4e6cef0, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.509605 13173 raft_consensus.cc:2804] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:48.509766 13177 leader_election.cc:290] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 election: Requested vote from peers e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.510123 13173 raft_consensus.cc:493] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:48.510515 13173 raft_consensus.cc:3060] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.512043 13167 tablet_bootstrap.cc:654] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:48.513265 13170 raft_consensus.cc:493] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.513494 12972 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6197a02d82e4b08b9c154edb7f2c701" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149" is_pre_election: true
I20260630 12:38:48.513805 13170 raft_consensus.cc:515] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.514199 12972 raft_consensus.cc:2468] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c16d7b50298446d6839a290bb4e6cef0 in term 0.
I20260630 12:38:48.514575 13120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afb8ab28a17e49c1be8ec04fe3179df6" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78" is_pre_election: true
I20260630 12:38:48.511992 13121 raft_consensus.cc:2468] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c16d7b50298446d6839a290bb4e6cef0 in term 1.
I20260630 12:38:48.515287 13120 raft_consensus.cc:2468] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 0.
I20260630 12:38:48.515305 12971 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6197a02d82e4b08b9c154edb7f2c701" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149"
I20260630 12:38:48.517119 12971 raft_consensus.cc:3060] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.517767 12972 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "12272b9a911a4c1cbebbc0117394ae78" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149" is_pre_election: true
I20260630 12:38:48.518510 12972 raft_consensus.cc:2468] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 12272b9a911a4c1cbebbc0117394ae78 in term 0.
I20260630 12:38:48.519845 13085 leader_election.cc:304] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12272b9a911a4c1cbebbc0117394ae78, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.520073 13177 raft_consensus.cc:493] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.509805 13171 tablet_bootstrap.cc:492] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0: No bootstrap required, opened a new log
I20260630 12:38:48.522749 13012 leader_election.cc:304] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12272b9a911a4c1cbebbc0117394ae78, c16d7b50298446d6839a290bb4e6cef0; no voters: 
I20260630 12:38:48.523805 13189 raft_consensus.cc:2804] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:48.520623 13177 raft_consensus.cc:515] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.529633 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "12272b9a911a4c1cbebbc0117394ae78" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0" is_pre_election: true
I20260630 12:38:48.530396 13047 raft_consensus.cc:2468] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 12272b9a911a4c1cbebbc0117394ae78 in term 0.
I20260630 12:38:48.522150 13170 leader_election.cc:290] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707), c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307)
I20260630 12:38:48.531514 13170 raft_consensus.cc:2804] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:48.531894 13170 raft_consensus.cc:493] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:48.532230 13170 raft_consensus.cc:3060] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.524511 13171 ts_tablet_manager.cc:1403] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0: Time spent bootstrapping tablet: real 0.045s	user 0.009s	sys 0.003s
I20260630 12:38:48.535449 12971 raft_consensus.cc:2468] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c16d7b50298446d6839a290bb4e6cef0 in term 1.
I20260630 12:38:48.538710 13120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78" is_pre_election: true
I20260630 12:38:48.538707 12971 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149" is_pre_election: true
I20260630 12:38:48.539824 12971 raft_consensus.cc:2468] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c16d7b50298446d6839a290bb4e6cef0 in term 0.
W20260630 12:38:48.540426 12918 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:48.537609 13177 leader_election.cc:290] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.541709 13189 raft_consensus.cc:697] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 1 LEADER]: Becoming Leader. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Running, Role: LEADER
I20260630 12:38:48.542068 13011 leader_election.cc:304] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c16d7b50298446d6839a290bb4e6cef0, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.542886 13189 consensus_queue.cc:237] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.547923 13173 raft_consensus.cc:515] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.551149 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afb8ab28a17e49c1be8ec04fe3179df6" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0"
I20260630 12:38:48.550983 13171 raft_consensus.cc:359] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.545363 13177 raft_consensus.cc:2804] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:48.552690 13173 leader_election.cc:290] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 election: Requested vote from peers c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.551786 13171 raft_consensus.cc:385] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.551779 13047 raft_consensus.cc:3060] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.552690 13201 raft_consensus.cc:493] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.554651 13167 tablet_bootstrap.cc:492] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149: No bootstrap required, opened a new log
I20260630 12:38:48.554663 13171 raft_consensus.cc:740] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c16d7b50298446d6839a290bb4e6cef0, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.555357 13167 ts_tablet_manager.cc:1403] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149: Time spent bootstrapping tablet: real 0.052s	user 0.017s	sys 0.009s
I20260630 12:38:48.555127 13201 raft_consensus.cc:515] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } }
I20260630 12:38:48.556106 13171 consensus_queue.cc:260] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.557561 13201 leader_election.cc:290] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225), c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307)
I20260630 12:38:48.558516 13167 raft_consensus.cc:359] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.559053 13046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0" is_pre_election: true
I20260630 12:38:48.559330 13167 raft_consensus.cc:385] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:48.559648 13167 raft_consensus.cc:740] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Initialized, Role: FOLLOWER
I20260630 12:38:48.560405 13167 consensus_queue.cc:260] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.562621 13119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bafa733499f14e5f84ad8a9af3c6adfe" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78" is_pre_election: true
I20260630 12:38:48.571158 13119 raft_consensus.cc:2393] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e3b90fd61251446da92c9899aabc7149 in current term 1: Already voted for candidate c16d7b50298446d6839a290bb4e6cef0 in this term.
I20260630 12:38:48.554793 13121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afb8ab28a17e49c1be8ec04fe3179df6" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78"
I20260630 12:38:48.573311 13121 raft_consensus.cc:3060] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.573611 13177 raft_consensus.cc:493] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:48.574174 13177 raft_consensus.cc:3060] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.576052 13047 raft_consensus.cc:2468] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 1.
I20260630 12:38:48.553071 13170 raft_consensus.cc:515] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.577491 12935 leader_election.cc:304] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c16d7b50298446d6839a290bb4e6cef0, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.573297 12937 leader_election.cc:304] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [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: e3b90fd61251446da92c9899aabc7149; no voters: 12272b9a911a4c1cbebbc0117394ae78, c16d7b50298446d6839a290bb4e6cef0
I20260630 12:38:48.563633 13171 ts_tablet_manager.cc:1434] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0: Time spent starting tablet: real 0.029s	user 0.007s	sys 0.000s
I20260630 12:38:48.578989 13201 raft_consensus.cc:2804] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:48.579351 13173 raft_consensus.cc:3060] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.582680 13121 raft_consensus.cc:2468] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 1.
I20260630 12:38:48.583976 13170 leader_election.cc:290] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [CANDIDATE]: Term 1 election: Requested vote from peers e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707), c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307)
I20260630 12:38:48.569051 13167 ts_tablet_manager.cc:1434] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:38:48.585645 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "12272b9a911a4c1cbebbc0117394ae78" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0"
I20260630 12:38:48.577718 13120 raft_consensus.cc:2393] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c16d7b50298446d6839a290bb4e6cef0 in current term 1: Already voted for candidate 12272b9a911a4c1cbebbc0117394ae78 in this term.
I20260630 12:38:48.585542 12971 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "12272b9a911a4c1cbebbc0117394ae78" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149"
I20260630 12:38:48.589221 12971 raft_consensus.cc:3060] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.588967 13177 raft_consensus.cc:515] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.590420 13047 raft_consensus.cc:2393] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 12272b9a911a4c1cbebbc0117394ae78 in current term 1: Already voted for candidate c16d7b50298446d6839a290bb4e6cef0 in this term.
I20260630 12:38:48.592128 12972 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3b90fd61251446da92c9899aabc7149"
I20260630 12:38:48.594827 13120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb6a30626ec0404fb2d08bf5be1407e4" candidate_uuid: "c16d7b50298446d6839a290bb4e6cef0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78"
I20260630 12:38:48.595676 13120 raft_consensus.cc:2393] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c16d7b50298446d6839a290bb4e6cef0 in current term 1: Already voted for candidate 12272b9a911a4c1cbebbc0117394ae78 in this term.
I20260630 12:38:48.597491 13201 raft_consensus.cc:697] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Becoming Leader. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Running, Role: LEADER
I20260630 12:38:48.598539 13201 consensus_queue.cc:237] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.600497 13173 raft_consensus.cc:2749] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:48.601305 12971 raft_consensus.cc:2468] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 12272b9a911a4c1cbebbc0117394ae78 in term 1.
I20260630 12:38:48.602708 13085 leader_election.cc:304] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [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: 12272b9a911a4c1cbebbc0117394ae78, e3b90fd61251446da92c9899aabc7149; no voters: c16d7b50298446d6839a290bb4e6cef0
I20260630 12:38:48.602878 13012 leader_election.cc:304] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [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: c16d7b50298446d6839a290bb4e6cef0; no voters: 12272b9a911a4c1cbebbc0117394ae78, e3b90fd61251446da92c9899aabc7149
I20260630 12:38:48.603843 13189 raft_consensus.cc:2749] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:48.604008 13170 raft_consensus.cc:2804] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:48.592326 13177 leader_election.cc:290] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [CANDIDATE]: Term 1 election: Requested vote from peers e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.604629 13170 raft_consensus.cc:697] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 LEADER]: Becoming Leader. State: Replica: 12272b9a911a4c1cbebbc0117394ae78, State: Running, Role: LEADER
I20260630 12:38:48.605572 13170 consensus_queue.cc:237] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.606268 12870 catalog_manager.cc:5697] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 reported cstate change: term changed from 0 to 1, leader changed from <none> to c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130). New cstate: current_term: 1 leader_uuid: "c16d7b50298446d6839a290bb4e6cef0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:48.610062 13201 raft_consensus.cc:493] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.610705 13201 raft_consensus.cc:515] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.612306 12867 catalog_manager.cc:5697] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3b90fd61251446da92c9899aabc7149 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "e3b90fd61251446da92c9899aabc7149" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:48.614372 13201 leader_election.cc:290] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.615809 13120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9741aad9a819452a9c9dedcd42ea7ca8" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78" is_pre_election: true
I20260630 12:38:48.616523 13120 raft_consensus.cc:2468] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 0.
I20260630 12:38:48.617691 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9741aad9a819452a9c9dedcd42ea7ca8" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0" is_pre_election: true
I20260630 12:38:48.617995 12937 leader_election.cc:304] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12272b9a911a4c1cbebbc0117394ae78, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.618513 13047 raft_consensus.cc:2468] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 0.
I20260630 12:38:48.618098 12868 catalog_manager.cc:5697] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 reported cstate change: term changed from 0 to 1, leader changed from <none> to 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131). New cstate: current_term: 1 leader_uuid: "12272b9a911a4c1cbebbc0117394ae78" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:48.619050 13201 raft_consensus.cc:2804] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:48.620765 13201 raft_consensus.cc:493] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:48.621249 13201 raft_consensus.cc:3060] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.629419 13201 raft_consensus.cc:515] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.631039 13201 leader_election.cc:290] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 election: Requested vote from peers c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.631827 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9741aad9a819452a9c9dedcd42ea7ca8" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0"
I20260630 12:38:48.632042 13120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9741aad9a819452a9c9dedcd42ea7ca8" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78"
I20260630 12:38:48.632396 13047 raft_consensus.cc:3060] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.632632 13120 raft_consensus.cc:3060] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.637914 13047 raft_consensus.cc:2468] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 1.
I20260630 12:38:48.637915 13120 raft_consensus.cc:2468] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 1.
I20260630 12:38:48.639212 12935 leader_election.cc:304] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c16d7b50298446d6839a290bb4e6cef0, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.639922 13201 raft_consensus.cc:2804] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:48.640431 13201 raft_consensus.cc:697] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Becoming Leader. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Running, Role: LEADER
I20260630 12:38:48.641352 13201 consensus_queue.cc:237] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.648813 12868 catalog_manager.cc:5697] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3b90fd61251446da92c9899aabc7149 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "e3b90fd61251446da92c9899aabc7149" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:48.732736 13201 raft_consensus.cc:493] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:48.733294 13201 raft_consensus.cc:515] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.735136 13201 leader_election.cc:290] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.736089 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abf097d01988452698c78e44cfd4a13b" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0" is_pre_election: true
I20260630 12:38:48.736339 13120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abf097d01988452698c78e44cfd4a13b" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78" is_pre_election: true
I20260630 12:38:48.736892 13047 raft_consensus.cc:2468] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 0.
I20260630 12:38:48.737097 13120 raft_consensus.cc:2468] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 0.
I20260630 12:38:48.738104 12935 leader_election.cc:304] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c16d7b50298446d6839a290bb4e6cef0, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.738819 13201 raft_consensus.cc:2804] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:48.739176 13201 raft_consensus.cc:493] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:48.739410 13201 raft_consensus.cc:3060] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.744894 13201 raft_consensus.cc:515] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.746773 13201 leader_election.cc:290] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 election: Requested vote from peers c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307), 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:48.747722 13047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abf097d01988452698c78e44cfd4a13b" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c16d7b50298446d6839a290bb4e6cef0"
I20260630 12:38:48.748052 13120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abf097d01988452698c78e44cfd4a13b" candidate_uuid: "e3b90fd61251446da92c9899aabc7149" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12272b9a911a4c1cbebbc0117394ae78"
I20260630 12:38:48.748490 13047 raft_consensus.cc:3060] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.748665 13120 raft_consensus.cc:3060] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:48.756558 13120 raft_consensus.cc:2468] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 1.
I20260630 12:38:48.756558 13047 raft_consensus.cc:2468] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3b90fd61251446da92c9899aabc7149 in term 1.
I20260630 12:38:48.758356 12937 leader_election.cc:304] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12272b9a911a4c1cbebbc0117394ae78, e3b90fd61251446da92c9899aabc7149; no voters: 
I20260630 12:38:48.759112 13201 raft_consensus.cc:2804] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:48.759603 13201 raft_consensus.cc:697] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Becoming Leader. State: Replica: e3b90fd61251446da92c9899aabc7149, State: Running, Role: LEADER
I20260630 12:38:48.760396 13201 consensus_queue.cc:237] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } }
I20260630 12:38:48.767280 12868 catalog_manager.cc:5697] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3b90fd61251446da92c9899aabc7149 (127.0.160.129). New cstate: current_term: 1 leader_uuid: "e3b90fd61251446da92c9899aabc7149" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:48.913050 13177 consensus_queue.cc:1048] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:48.983122 13177 consensus_queue.cc:1048] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:48.992322 13177 consensus_queue.cc:1048] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:49.025018 13189 consensus_queue.cc:1048] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:49.058220 13201 consensus_queue.cc:1048] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:49.066912 13170 consensus_queue.cc:1048] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:49.079699 13203 consensus_queue.cc:1048] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:49.085805 13170 consensus_queue.cc:1048] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:49.195684 13120 raft_consensus.cc:1275] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Refusing update from remote peer e3b90fd61251446da92c9899aabc7149: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:49.197410 13203 consensus_queue.cc:1048] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:49.197582 13046 raft_consensus.cc:1275] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Refusing update from remote peer e3b90fd61251446da92c9899aabc7149: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:49.199782 13203 consensus_queue.cc:1048] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:49.213588 13201 consensus_queue.cc:1048] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:49.223598 13201 consensus_queue.cc:1048] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:49.387396 12935 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.130:46307, user_credentials={real_user=slave}} blocked reactor thread for 49670.3us
W20260630 12:38:49.481101 13085 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.129:44707, user_credentials={real_user=slave}} blocked reactor thread for 45027.8us
W20260630 12:38:49.551762 13150 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.160.130:46307, user_credentials={real_user=slave}} blocked reactor thread for 48474.8us
W20260630 12:38:49.538146 13011 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.160.129:44707, user_credentials={real_user=slave}} blocked reactor thread for 60180.5us
I20260630 12:38:50.079416   642 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:50.085259 13265 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:50.085942 13266 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:50.087689 13268 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:50.088083   642 server_base.cc:1061] running on GCE node
I20260630 12:38:50.089231   642 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:50.089445   642 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:50.089592   642 hybrid_clock.cc:648] HybridClock initialized: now 1782823130089581 us; error 0 us; skew 500 ppm
I20260630 12:38:50.090042   642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:50.092537   642 webserver.cc:533] Webserver started at http://127.0.160.132:36661/ using document root <none> and password file <none>
I20260630 12:38:50.093079   642 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:50.093254   642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:50.093479   642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:50.094511   642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-3-root/instance:
uuid: "75438d1872e745ac94a0d8be75a6995b"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n1kv"
I20260630 12:38:50.099124   642 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:50.102451 13273 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.103247   642 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:50.103533   642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-3-root
uuid: "75438d1872e745ac94a0d8be75a6995b"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n1kv"
I20260630 12:38:50.103773   642 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskydhRdy/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861050400-642-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:38:50.116596   642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:50.117704   642 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:50.119112   642 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:50.121414   642 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:50.121667   642 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.121939   642 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:50.122120   642 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.161533   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.132:36277
I20260630 12:38:50.161614 13335 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.132:36277 every 8 connection(s)
I20260630 12:38:50.175671 13336 heartbeater.cc:344] Connected to a master server at 127.0.160.190:45115
I20260630 12:38:50.176095 13336 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:50.176829 13336 heartbeater.cc:507] Master 127.0.160.190:45115 requested a full tablet report, sending...
I20260630 12:38:50.178905 12866 ts_manager.cc:194] Registered new tserver with Master: 75438d1872e745ac94a0d8be75a6995b (127.0.160.132:36277)
I20260630 12:38:50.180389 12866 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36366
I20260630 12:38:50.634639 13045 consensus_queue.cc:237] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
I20260630 12:38:50.642565 12970 raft_consensus.cc:1275] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Refusing update from remote peer c16d7b50298446d6839a290bb4e6cef0: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.643543 13121 raft_consensus.cc:1275] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Refusing update from remote peer c16d7b50298446d6839a290bb4e6cef0: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.644160 13258 consensus_queue.cc:1048] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:50.645272 13342 consensus_queue.cc:1048] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:50.652417 13258 raft_consensus.cc:2955] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
W20260630 12:38:50.654148 13013 consensus_peers.cc:597] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 -> Peer 75438d1872e745ac94a0d8be75a6995b (127.0.160.132:36277): Couldn't send request to peer 75438d1872e745ac94a0d8be75a6995b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bafa733499f14e5f84ad8a9af3c6adfe. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:50.654633 13121 raft_consensus.cc:2955] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.662611 12970 raft_consensus.cc:2955] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.671686 12866 catalog_manager.cc:5697] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 reported cstate change: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "c16d7b50298446d6839a290bb4e6cef0" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:50.681353 13121 consensus_queue.cc:237] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
I20260630 12:38:50.691483 13045 raft_consensus.cc:1275] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Refusing update from remote peer 12272b9a911a4c1cbebbc0117394ae78: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.695983 13170 consensus_queue.cc:1048] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:50.706154 13170 raft_consensus.cc:2955] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.710865 13045 raft_consensus.cc:2955] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.723044 12970 raft_consensus.cc:1275] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Refusing update from remote peer 12272b9a911a4c1cbebbc0117394ae78: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.725226 13350 consensus_queue.cc:1048] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:50.728652 12864 catalog_manager.cc:5697] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 reported cstate change: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "12272b9a911a4c1cbebbc0117394ae78" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.731192 12970 raft_consensus.cc:2955] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
W20260630 12:38:50.737452 13087 consensus_peers.cc:597] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 -> Peer 75438d1872e745ac94a0d8be75a6995b (127.0.160.132:36277): Couldn't send request to peer 75438d1872e745ac94a0d8be75a6995b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bb6a30626ec0404fb2d08bf5be1407e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:50.757882 12970 consensus_queue.cc:237] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
I20260630 12:38:50.765491 13045 raft_consensus.cc:1275] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Refusing update from remote peer e3b90fd61251446da92c9899aabc7149: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.765491 13121 raft_consensus.cc:1275] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Refusing update from remote peer e3b90fd61251446da92c9899aabc7149: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.767313 13355 consensus_queue.cc:1048] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:50.768348 13251 consensus_queue.cc:1048] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
W20260630 12:38:50.775605 12938 consensus_peers.cc:597] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 -> Peer 75438d1872e745ac94a0d8be75a6995b (127.0.160.132:36277): Couldn't send request to peer 75438d1872e745ac94a0d8be75a6995b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: afb8ab28a17e49c1be8ec04fe3179df6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:50.775543 13251 raft_consensus.cc:2955] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.777443 13121 raft_consensus.cc:2955] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.779206 13045 raft_consensus.cc:2955] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.793448 12865 catalog_manager.cc:5697] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 reported cstate change: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "e3b90fd61251446da92c9899aabc7149" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:50.795760 12970 consensus_queue.cc:237] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
W20260630 12:38:50.802459 12938 consensus_peers.cc:597] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 -> Peer 75438d1872e745ac94a0d8be75a6995b (127.0.160.132:36277): Couldn't send request to peer 75438d1872e745ac94a0d8be75a6995b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: abf097d01988452698c78e44cfd4a13b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:50.802732 13121 raft_consensus.cc:1275] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Refusing update from remote peer e3b90fd61251446da92c9899aabc7149: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.803586 13045 raft_consensus.cc:1275] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Refusing update from remote peer e3b90fd61251446da92c9899aabc7149: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:50.804243 13355 consensus_queue.cc:1048] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:50.805903 13251 consensus_queue.cc:1048] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:50.813484 13251 raft_consensus.cc:2955] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.814810 13121 raft_consensus.cc:2955] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.825526 13045 raft_consensus.cc:2955] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:50.827620 12866 catalog_manager.cc:5697] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 reported cstate change: config changed from index -1 to 10, NON_VOTER 75438d1872e745ac94a0d8be75a6995b (127.0.160.132) added. New cstate: current_term: 1 leader_uuid: "e3b90fd61251446da92c9899aabc7149" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } attrs { replace: true } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } } }
I20260630 12:38:51.145440 13358 ts_tablet_manager.cc:933] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: Initiating tablet copy from peer 12272b9a911a4c1cbebbc0117394ae78 (127.0.160.131:38225)
I20260630 12:38:51.147063 13358 tablet_copy_client.cc:323] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.131:38225
I20260630 12:38:51.157326 13131 tablet_copy_service.cc:140] P 12272b9a911a4c1cbebbc0117394ae78: Received BeginTabletCopySession request for tablet bb6a30626ec0404fb2d08bf5be1407e4 from peer 75438d1872e745ac94a0d8be75a6995b ({username='slave'} at 127.0.0.1:41642)
I20260630 12:38:51.157956 13131 tablet_copy_service.cc:161] P 12272b9a911a4c1cbebbc0117394ae78: Beginning new tablet copy session on tablet bb6a30626ec0404fb2d08bf5be1407e4 from peer 75438d1872e745ac94a0d8be75a6995b at {username='slave'} at 127.0.0.1:41642: session id = 75438d1872e745ac94a0d8be75a6995b-bb6a30626ec0404fb2d08bf5be1407e4
I20260630 12:38:51.166616 13131 tablet_copy_source_session.cc:215] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:51.170120 13358 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb6a30626ec0404fb2d08bf5be1407e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.183220 13336 heartbeater.cc:499] Master 127.0.160.190:45115 was elected leader, sending a full tablet report...
I20260630 12:38:51.183658 13358 tablet_copy_client.cc:806] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:51.184346 13358 tablet_copy_client.cc:670] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:51.188855 13358 tablet_copy_client.cc:538] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:51.194757   642 tablet_server.cc:179] TabletServer@127.0.160.129:0 shutting down...
I20260630 12:38:51.202939 13358 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: Bootstrap starting.
I20260630 12:38:51.231290   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:51.232318   642 tablet_replica.cc:333] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149: stopping tablet replica
I20260630 12:38:51.233340   642 raft_consensus.cc:2243] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:51.234548   642 raft_consensus.cc:2272] T 9741aad9a819452a9c9dedcd42ea7ca8 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.237632   642 tablet_replica.cc:333] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149: stopping tablet replica
I20260630 12:38:51.238453   642 raft_consensus.cc:2243] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:51.239713   642 raft_consensus.cc:2272] T abf097d01988452698c78e44cfd4a13b P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.237568 13361 ts_tablet_manager.cc:933] T abf097d01988452698c78e44cfd4a13b P 75438d1872e745ac94a0d8be75a6995b: Initiating tablet copy from peer e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707)
I20260630 12:38:51.243882   642 tablet_replica.cc:333] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149: stopping tablet replica
I20260630 12:38:51.244854   642 raft_consensus.cc:2243] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.246910   642 raft_consensus.cc:2272] T d6197a02d82e4b08b9c154edb7f2c701 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:51.248454 13011 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 2 similar messages]
I20260630 12:38:51.250133   642 tablet_replica.cc:333] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149: stopping tablet replica
I20260630 12:38:51.251072   642 raft_consensus.cc:2243] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.251722   642 raft_consensus.cc:2272] T bafa733499f14e5f84ad8a9af3c6adfe P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.259428   642 tablet_replica.cc:333] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149: stopping tablet replica
I20260630 12:38:51.260329   642 raft_consensus.cc:2243] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.261507   642 raft_consensus.cc:2272] T bb6a30626ec0404fb2d08bf5be1407e4 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.264966 13361 tablet_copy_client.cc:323] T abf097d01988452698c78e44cfd4a13b P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.129:44707
I20260630 12:38:51.275624   642 tablet_replica.cc:333] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149: stopping tablet replica
I20260630 12:38:51.276609   642 raft_consensus.cc:2243] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:51.278033   642 raft_consensus.cc:2272] T afb8ab28a17e49c1be8ec04fe3179df6 P e3b90fd61251446da92c9899aabc7149 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:51.289263 13011 consensus_peers.cc:597] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 -> Peer e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707): Couldn't send request to peer e3b90fd61251446da92c9899aabc7149. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:51.294417 13366 ts_tablet_manager.cc:933] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: Initiating tablet copy from peer c16d7b50298446d6839a290bb4e6cef0 (127.0.160.130:46307)
W20260630 12:38:51.295764 13011 consensus_peers.cc:597] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 -> Peer e3b90fd61251446da92c9899aabc7149 (127.0.160.129:44707): Couldn't send request to peer e3b90fd61251446da92c9899aabc7149. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:51.300431 13366 tablet_copy_client.cc:323] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.160.130:46307
W20260630 12:38:51.308955 13011 connection.cc:573] server connection from 127.0.0.1:60996 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
W20260630 12:38:51.311679 13360 negotiation.cc:336] Failed RPC negotiation. Trace:
0630 12:38:51.266549 (+     0us) reactor.cc:730] Submitting negotiation task for client connection to 127.0.160.129:44707 (local address 127.0.0.1:49754)
0630 12:38:51.267847 (+  1298us) negotiation.cc:107] Waiting for socket to connect
0630 12:38:51.267898 (+    51us) client_negotiation.cc:175] Beginning negotiation
0630 12:38:51.268182 (+   284us) client_negotiation.cc:253] Sending NEGOTIATE NegotiatePB request
0630 12:38:51.310740 (+ 42558us) negotiation.cc:326] Negotiation complete: Network error: Client connection negotiation failed: client connection to 127.0.160.129:44707: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
Metrics: {"client-negotiator.queue_time_us":672}
I20260630 12:38:51.320839 13358 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=64 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:51.322054 13358 tablet_bootstrap.cc:492] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: Bootstrap complete.
I20260630 12:38:51.322969 13358 ts_tablet_manager.cc:1403] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: Time spent bootstrapping tablet: real 0.121s	user 0.074s	sys 0.030s
I20260630 12:38:51.326957 13358 raft_consensus.cc:359] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
I20260630 12:38:51.327662 13358 raft_consensus.cc:740] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 75438d1872e745ac94a0d8be75a6995b, State: Initialized, Role: LEARNER
I20260630 12:38:51.328331 13358 consensus_queue.cc:260] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } attrs { replace: true } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
I20260630 12:38:51.329916 13057 tablet_copy_service.cc:140] P c16d7b50298446d6839a290bb4e6cef0: Received BeginTabletCopySession request for tablet bafa733499f14e5f84ad8a9af3c6adfe from peer 75438d1872e745ac94a0d8be75a6995b ({username='slave'} at 127.0.0.1:32782)
I20260630 12:38:51.330597 13057 tablet_copy_service.cc:161] P c16d7b50298446d6839a290bb4e6cef0: Beginning new tablet copy session on tablet bafa733499f14e5f84ad8a9af3c6adfe from peer 75438d1872e745ac94a0d8be75a6995b at {username='slave'} at 127.0.0.1:32782: session id = 75438d1872e745ac94a0d8be75a6995b-bafa733499f14e5f84ad8a9af3c6adfe
I20260630 12:38:51.330986 13358 ts_tablet_manager.cc:1434] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:38:51.333371 13131 tablet_copy_service.cc:342] P 12272b9a911a4c1cbebbc0117394ae78: Request end of tablet copy session 75438d1872e745ac94a0d8be75a6995b-bb6a30626ec0404fb2d08bf5be1407e4 received from {username='slave'} at 127.0.0.1:41642
I20260630 12:38:51.333809 13131 tablet_copy_service.cc:434] P 12272b9a911a4c1cbebbc0117394ae78: ending tablet copy session 75438d1872e745ac94a0d8be75a6995b-bb6a30626ec0404fb2d08bf5be1407e4 on tablet bb6a30626ec0404fb2d08bf5be1407e4 with peer 75438d1872e745ac94a0d8be75a6995b
I20260630 12:38:51.341636   642 tablet_server.cc:196] TabletServer@127.0.160.129:0 shutdown complete.
I20260630 12:38:51.344210 13057 tablet_copy_source_session.cc:215] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:51.351873 13366 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bafa733499f14e5f84ad8a9af3c6adfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.364740 13366 tablet_copy_client.cc:806] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:51.365468 13366 tablet_copy_client.cc:670] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:51.367641   642 tablet_server.cc:179] TabletServer@127.0.160.130:0 shutting down...
I20260630 12:38:51.371343 13366 tablet_copy_client.cc:538] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:51.378389   642 tablet_copy_service.cc:362] P c16d7b50298446d6839a290bb4e6cef0: Destroying tablet copy session 75438d1872e745ac94a0d8be75a6995b-bafa733499f14e5f84ad8a9af3c6adfe due to service shutdown
I20260630 12:38:51.378850   642 tablet_copy_service.cc:434] P c16d7b50298446d6839a290bb4e6cef0: ending tablet copy session 75438d1872e745ac94a0d8be75a6995b-bafa733499f14e5f84ad8a9af3c6adfe on tablet bafa733499f14e5f84ad8a9af3c6adfe with peer 75438d1872e745ac94a0d8be75a6995b
I20260630 12:38:51.386462 13366 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: Bootstrap starting.
I20260630 12:38:51.399080   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:51.400223   642 tablet_replica.cc:333] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0: stopping tablet replica
I20260630 12:38:51.401124   642 raft_consensus.cc:2243] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.401762   642 raft_consensus.cc:2272] T afb8ab28a17e49c1be8ec04fe3179df6 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.405234   642 tablet_replica.cc:333] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0: stopping tablet replica
I20260630 12:38:51.406124   642 raft_consensus.cc:2243] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.406908   642 raft_consensus.cc:2272] T 9741aad9a819452a9c9dedcd42ea7ca8 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.409783   642 tablet_replica.cc:333] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0: stopping tablet replica
I20260630 12:38:51.410588   642 raft_consensus.cc:2243] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.411196   642 raft_consensus.cc:2272] T bb6a30626ec0404fb2d08bf5be1407e4 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.414561   642 tablet_replica.cc:333] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0: stopping tablet replica
I20260630 12:38:51.415377   642 raft_consensus.cc:2243] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.416190   642 raft_consensus.cc:2272] T abf097d01988452698c78e44cfd4a13b P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.419786   642 tablet_replica.cc:333] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0: stopping tablet replica
I20260630 12:38:51.420562   642 raft_consensus.cc:2243] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:51.421651   642 raft_consensus.cc:2272] T d6197a02d82e4b08b9c154edb7f2c701 P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.424484   642 tablet_replica.cc:333] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0: stopping tablet replica
I20260630 12:38:51.425187   642 raft_consensus.cc:2243] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:51.426580   642 raft_consensus.cc:2272] T bafa733499f14e5f84ad8a9af3c6adfe P c16d7b50298446d6839a290bb4e6cef0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.449345   642 tablet_server.cc:196] TabletServer@127.0.160.130:0 shutdown complete.
I20260630 12:38:51.456113 13366 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=56 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:51.457046 13366 tablet_bootstrap.cc:492] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: Bootstrap complete.
I20260630 12:38:51.457710 13366 ts_tablet_manager.cc:1403] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: Time spent bootstrapping tablet: real 0.072s	user 0.055s	sys 0.013s
I20260630 12:38:51.459844 13366 raft_consensus.cc:359] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
I20260630 12:38:51.460546 13366 raft_consensus.cc:740] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 75438d1872e745ac94a0d8be75a6995b, State: Initialized, Role: LEARNER
I20260630 12:38:51.461383 13366 consensus_queue.cc:260] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "12272b9a911a4c1cbebbc0117394ae78" member_type: VOTER last_known_addr { host: "127.0.160.131" port: 38225 } attrs { replace: true } } peers { permanent_uuid: "e3b90fd61251446da92c9899aabc7149" member_type: VOTER last_known_addr { host: "127.0.160.129" port: 44707 } } peers { permanent_uuid: "c16d7b50298446d6839a290bb4e6cef0" member_type: VOTER last_known_addr { host: "127.0.160.130" port: 46307 } } peers { permanent_uuid: "75438d1872e745ac94a0d8be75a6995b" member_type: NON_VOTER last_known_addr { host: "127.0.160.132" port: 36277 } attrs { promote: true } }
I20260630 12:38:51.463580 13366 ts_tablet_manager.cc:1434] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.004s
W20260630 12:38:51.469465 13366 tablet_copy_client.cc:1131] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.160.130:46307: connect: Connection refused (error 111)
I20260630 12:38:51.472415   642 tablet_server.cc:179] TabletServer@127.0.160.131:0 shutting down...
I20260630 12:38:51.497494   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:51.498232   642 tablet_replica.cc:333] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78: stopping tablet replica
I20260630 12:38:51.498878   642 raft_consensus.cc:2243] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.499459   642 raft_consensus.cc:2272] T 9741aad9a819452a9c9dedcd42ea7ca8 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.501793   642 tablet_replica.cc:333] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78: stopping tablet replica
I20260630 12:38:51.502365   642 raft_consensus.cc:2243] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.502939   642 raft_consensus.cc:2272] T afb8ab28a17e49c1be8ec04fe3179df6 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.505638   642 tablet_replica.cc:333] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78: stopping tablet replica
I20260630 12:38:51.506270   642 raft_consensus.cc:2243] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:51.507364   642 raft_consensus.cc:2272] T bb6a30626ec0404fb2d08bf5be1407e4 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.510181   642 tablet_replica.cc:333] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78: stopping tablet replica
I20260630 12:38:51.510864   642 raft_consensus.cc:2243] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.511363   642 raft_consensus.cc:2272] T abf097d01988452698c78e44cfd4a13b P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.514261   642 tablet_replica.cc:333] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78: stopping tablet replica
I20260630 12:38:51.514845   642 raft_consensus.cc:2243] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.515580   642 raft_consensus.cc:2272] T d6197a02d82e4b08b9c154edb7f2c701 P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.517935   642 tablet_replica.cc:333] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78: stopping tablet replica
I20260630 12:38:51.518539   642 raft_consensus.cc:2243] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:51.519178   642 raft_consensus.cc:2272] T bafa733499f14e5f84ad8a9af3c6adfe P 12272b9a911a4c1cbebbc0117394ae78 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.537206   642 tablet_server.cc:196] TabletServer@127.0.160.131:0 shutdown complete.
I20260630 12:38:51.554754   642 tablet_server.cc:179] TabletServer@127.0.160.132:0 shutting down...
I20260630 12:38:51.581269   642 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:51.582754   642 tablet_replica.cc:333] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b: stopping tablet replica
I20260630 12:38:51.583477   642 raft_consensus.cc:2243] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:51.583950   642 raft_consensus.cc:2272] T bafa733499f14e5f84ad8a9af3c6adfe P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:51.586616   642 tablet_replica.cc:333] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b: stopping tablet replica
I20260630 12:38:51.587204   642 raft_consensus.cc:2243] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:51.587651   642 raft_consensus.cc:2272] T bb6a30626ec0404fb2d08bf5be1407e4 P 75438d1872e745ac94a0d8be75a6995b [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:51.610693   642 tablet_server.cc:196] TabletServer@127.0.160.132:0 shutdown complete.
I20260630 12:38:51.624181   642 master.cc:562] Master@127.0.160.190:45115 shutting down...
W20260630 12:38:51.647104 12918 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:51.648267   642 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:51.648906   642 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:51.649314   642 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0b594e3d02ed46de8e43ada9c0b3d441: stopping tablet replica
I20260630 12:38:51.670518   642 master.cc:584] Master@127.0.160.190:45115 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (5313 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (10660 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (270491 ms total)
[  PASSED  ] 26 tests.
I20260630 12:38:51.719868   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 5 messages since previous log ~65 seconds ago
I20260630 12:38:51.720147   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 5 messages since previous log ~65 seconds ago
I20260630 12:38:51.720350   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4755: suppressed but not reported on 9 messages since previous log ~65 seconds ago
I20260630 12:38:51.720541   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 26 messages since previous log ~100 seconds ago
I20260630 12:38:51.720749   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4810: suppressed but not reported on 38 messages since previous log ~186 seconds ago
I20260630 12:38:51.721016   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 6 messages since previous log ~249 seconds ago
I20260630 12:38:51.721385   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 53 messages since previous log ~21 seconds ago
I20260630 12:38:51.721593   642 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 2 messages since previous log ~0 seconds ago
